Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QtSOAP build errors when building #6

Open
JordanTHarris opened this issue Jan 30, 2016 · 1 comment
Open

QtSOAP build errors when building #6

JordanTHarris opened this issue Jan 30, 2016 · 1 comment
Assignees

Comments

@JordanTHarris
Copy link

I'm trying to build HUPnP by opening the .pro file in Qt Creator and building on Windows, but I get the following errors:

...\qtsoap.cpp:2950: error: definition of static data member 'QtSoapTypeFactory::s_instance' of dllimport'd class
QScopedPointer QtSoapTypeFactory::s_instance;

...\qtsoap-2.7-opensource\src\qtsoap.cpp:2951: error: definition of static data member 'QtSoapTypeFactory::s_initMutex' of dllimport'd class
QMutex QtSoapTypeFactory::s_initMutex(QMutex::Recursive);

...\qtsoap.cpp:3288: error: definition of static data member 'QtSoapNamespaces::s_instance' of dllimport'd class
QScopedPointer QtSoapNamespaces::s_instance;

...\qtsoap.cpp:3289: error: definition of static data member 'QtSoapNamespaces::s_initMutex' of dllimport'd class
QMutex QtSoapNamespaces::s_initMutex(QMutex::Recursive);

Do you have any idea how I can fix this error? I'm really looking forward to trying this library. I've tried building with the MinGW included with Qt, as well as MSVC 2013.

@ThomArmax
Copy link
Owner

I never tried on Windows, I check that as soon as possible. I'm currently un holidays.

@ThomArmax ThomArmax self-assigned this Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants