Version 1.2 build error
Version 1.2 fails to build on Arch Linux, using gcc 4.6.3, qt 4.8.0.
Linking CXX shared library libawlplugin.so
make[3]: Leaving directory `/home/haawda/paketierung/maintained_by_me/musescore/src/mscore-1.2/build'
[ 6%] Built target awlplugin
make[2]: Leaving directory `/home/haawda/paketierung/maintained_by_me/musescore/src/mscore-1.2/build'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/haawda/paketierung/maintained_by_me/musescore/src/mscore-1.2/build'
make: *** [release] Fehler 2
Comments
Can you paste the full log on http://pastebin.com ?
See http://pastebin.com/pd6CqZ67 for the output of the build.
I use a patch, but a similar message arises without using it:
http://paste.pocoo.org/show/565299/
Build log without the patch:
http://paste.pocoo.org/show/565301/
The problem seems to be x86_64 related. On my old i686 Laptop the build is still running, but it has already gone much further.
Could you try to remove -m32 on line 290 in mscore/CMakeLists.txt ?
Removing that option did the trick. Thanks.
If you don't remove it, I guess you need to add glibc i386 to be able to build.
Automatically closed -- issue fixed for 2 weeks with no activity.