-
Notifications
You must be signed in to change notification settings - Fork 227
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
Compiling Jamulus 3.6.1 is failing on Debian 9 Linode #736
Comments
Previous instances, failing on This could be solved by creating |
I assume that the problem is related to this: #686 |
Ah, right, yes. That would be why the full upgrade fixes it as it bumps the Qt version. |
Vielen dank, Herr Fischer, et al! Back to a clean compile, as usual. Make is now happy on Jesse through Stretch for my systems. |
Thanks for the feedback. So, I'll close this Issue now. |
Thank you! Indeed, after fetching the source code directly (git@github.com:corrados/jamulus.git), no compilation errors anymore. |
From the Sourceforge Disucssion forums: https://sourceforge.net/p/llcon/discussion/software/thread/487c151a57/?limit=25#6508
Tom Wagner:
_Make of the new release is failing on my Debian 9 Linode. It succeeds as usual on a Debian 8 server, instance, and on another Debian 9 client machine.
Working from git clone, my re-compile as follows is failing.
qmake "CONFIG+=NOSOUND" Jamulus.pro
make clean
make
throws this error:
--begin example--
src/serverlist.cpp: In member function ‘void CServerListManager::CentralServerRegisterServer(const CHostAddress&, const CHostAddress&, const CServerCoreInfo&, QString)’:
src/serverlist.cpp:315:18: error: ‘QVersionNumber’ has not been declared
QVersionNumber::compare ( QVersionNumber::fromString ( strMinServerVersion ), QVersionNumber::fromString ( strVersion ) ) > 0 )
^~~~~~~~~~~~~~
src/serverlist.cpp:315:44: error: ‘QVersionNumber’ has not been declared
QVersionNumber::compare ( QVersionNumber::fromString ( strMinServerVersion ), QVersionNumber::fromString ( strVersion ) ) > 0 )
^~~~~~~~~~~~~~
src/serverlist.cpp:315:96: error: ‘QVersionNumber’ has not been declared
mber::compare ( QVersionNumber::fromString ( strMinServerVersion ), QVersionNumber::fromString ( strVersion ) ) > 0 )
^~~~~~~~~~~~~~
Makefile:2251: recipe for target 'serverlist.o' failed
make: *** [serverlist.o] Error 1
--end example-----------
I re-installed the dependencies with apt and re-tried: no joy._
The text was updated successfully, but these errors were encountered: