Cannot compile in ubuntu 9.10

• Apr 26, 2010 - 00:36

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

In reply to 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

Do you still have an unanswered question? Please log in first to post your question.