Cannot compile in ubuntu 9.10
Hi everyone!
I didn't update my MuseScore binary for long since I've not used it. So today I tried to compile it, I made "svn update", but the when I made "make release" I got next error:
CMake Error in sfont/CMakeLists.txt:
Cannot find source file "all.h.pch". Tried extensions .c .C .c++ .cc .cpp
.cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
I don't understand very well how does de building process of MuseScore happens, but it seems something has to be done before cmake comes to this point. Does somebody has a clue?
Thanks!
Comments
See http://musescore-developer.685061.n2.nabble.com/Compiling-the-current-t…
In reply to See by David Bolton
I folloew the advice from deif and I commented out in mscore/sfont/CmakelLists.txt:
add_executable(sfconvert
sfconvert.cpp sfont.cpp
# ${PROJECT_BINARY_DIR}/all.h.pch
)
That allowd me to begin the building, but then I got a differente error, this time, related to aeolus.
Scanning dependencies of target smf2xml
make[3]: *** [aeolus/aeolus/CMakeFiles/aeolus.dir/tiface.cpp.o] Error 1
make[3]: se sale del directorio `/media/ade7d1f7-36b9-4467-b94d-94f91ac19806/home/alkayata/Documentos/mscore/mscore/build'
make[2]: *** [aeolus/aeolus/CMakeFiles/aeolus.dir/all] Error 2
I think I need some new dependencies, but no idea wich.
Thanks
In reply to New problem by alkayata
I advice to switch to 0.9.6 branch instead of using the current trunk. There are indeed still undocumented dependencies.