Skip to content

Reference to 'FreeSRP' is ambiguous #4

@gvanem

Description

@gvanem

I have trouble compiling these sources with clang-cl. E.g. on util.cpp:

../libfreesrp/src/util.cpp(52,6): error: reference to 'FreeSRP' is ambiguous
bool FreeSRP::Util::find_fx3(bool upload_firmware, std::string filename)
     ^
../libfreesrp/include\freesrp.hpp(64,11): note: candidate found by name lookup is 'FreeSRP'
namespace FreeSRP
          ^
../libfreesrp/include\freesrp.hpp(181,11): note: candidate found by name lookup is 'FreeSRP::FreeSRP'
    class FreeSRP
          ^

What's up with this? I'm no C++ expert to tell myself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions