compilation clangXX
For now 1 or 2 weeks my automated compilation doesn’t work.
I checked and found errorCMake Error: your CXX compiler: "clang++" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
This is perhaps a side effect of the trials I do to compile another software (Kexi) ?
Could someone at least tell me which compiler should be used to compile Musescore ?
Thanks
Comments
Are you compiling on mac or linux ? Clang is used on Mac now.
In reply to Are you compiling on mac or by [DELETED] 5
Linux Ubuntu 11.04.
hum
the last lines of my /home/leleu/musescore/Makefile.osx
read as follows
package:
mscore/packaging/package_mac;
In reply to Linux Ubuntu 11.04. hum the by robert leleu
You should not use Makefile.osx (OSX is for mac) but the normal Makefile without extension.
Apparently the use of Clang was for all platform. I moved it to Apple only. Try again with r5592
In reply to You should not use by [DELETED] 5
merci
c’est bon !