hi there -
sorry, this is actually a message for the developers. i cannot compile, and i am wondering whether this is because i am still at Qt 4.8? did you break the support for Qt 4? or are there any new dependencies which i don't know? message is below; thanks for regarding - joachim jh@lenov:~/src/qutecsound-code$ qmake qcs.pro LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu CONFIG+=rtmidi RTMIDI_DIR=../rtmidi-2.1.0 CONFIG+=pythonqt PYTHONQT_SRC_DIR=../PythonQt2.1_Qt4.8 CSOUND_SOURCE_TREE=/home/jh/src/csound6-git Project MESSAGE: Building for Csound 6 Project MESSAGE: Project MESSAGE: Building CsoundQt for Unix-based system. Project MESSAGE: Project MESSAGE: Building CsoundQt for the double precision version of Csound. Project MESSAGE: Building release version. Project MESSAGE: Project MESSAGE: CONFIG ... Project MESSAGE: + lex Project MESSAGE: + yacc Project MESSAGE: + warn_on Project MESSAGE: + debug Project MESSAGE: + uic Project MESSAGE: + resources Project MESSAGE: + qt Project MESSAGE: + warn_on Project MESSAGE: + release Project MESSAGE: + incremental Project MESSAGE: + link_prl Project MESSAGE: + gdb_dwarf_index Project MESSAGE: + def_files_disabled Project MESSAGE: + exceptions Project MESSAGE: + no_mocdepend Project MESSAGE: + release Project MESSAGE: + qt_no_framework Project MESSAGE: + rtmidi Project MESSAGE: + pythonqt Project MESSAGE: + csound6 Project MESSAGE: + build64 Project MESSAGE: + thread Project MESSAGE: Project MESSAGE: Searching /home/jh/src/csound6-git/libcsound64.so Project MESSAGE: PythonQt library directory not specified. Using source directory. Project MESSAGE: Csound API include directory is /home/jh/src/csound6-git/include Project MESSAGE: Csound interfaces include directory is /home/jh/src/csound6-git/interfaces Project MESSAGE: Csound library directory is /home/jh/src/csound6-git Project MESSAGE: Csound library is libcsound64.so libcsound64.a Project MESSAGE: PythonQt source tree directory is ../PythonQt2.1_Qt4.8 Project MESSAGE: PythonQt lib directory is ../PythonQt2.1_Qt4.8/lib Project MESSAGE: RtMidi directory is ../rtmidi-2.1.0 Project MESSAGE: Project MESSAGE: Removing CEF related files for non-html5 build. Project MESSAGE: DEFINES are: QT_WEBKIT NOMINMAX CSOUND6 QCS_PYTHONQT QCS_RTMIDI __LINUX_ALSASEQ__ __LINUX_ALSA__ Project MESSAGE: INCLUDEPATH is: src/../../rtmidi-2.1.0 /home/jh/src/PythonQt2.1_Qt4.8/build/../src /home/jh/src/PythonQt2.1_Qt4.8/build/../extensions/PythonQt_QtAll ../PythonQt2.1_Qt4.8/src ../PythonQt2.1_Qt4.8/extensions/PythonQt_QtAll /home/jh/src/csound6-git/include /home/jh/src/csound6-git/interfaces Project MESSAGE: LIBS are: -L/home/jh/src/csound6-git -lasound -lcsound64 -lcsnd6 -lpthread -ldl -lutil -lm -lpython2.7 -L/home/jh/src/PythonQt2.1_Qt4.8/build/../lib -lPythonQt -L/home/jh/src/PythonQt2.1_Qt4.8/build/../lib -lPythonQt_QtAll -L../PythonQt2.1_Qt4.8/lib Project MESSAGE: TARGET is: CsoundQt-d-py-cs6 Project MESSAGE: Warning: unknown QT: concurrent ------------------------------------------------------------------------------ _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
sorry, this was complete nonsense. after 'make clean', i could do
'make' allright. (before i had indeed problems, but probably because of trying to build html5 as well.) so, sorry for the noise ... joachim Am 04.08.2015 um 14:25 schrieb joachim heintz: > hi there - > > sorry, this is actually a message for the developers. > > i cannot compile, and i am wondering whether this is because i am still > at Qt 4.8? did you break the support for Qt 4? > or are there any new dependencies which i don't know? > > message is below; thanks for regarding - > joachim > > > > jh@lenov:~/src/qutecsound-code$ qmake qcs.pro > LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu CONFIG+=rtmidi > RTMIDI_DIR=../rtmidi-2.1.0 CONFIG+=pythonqt > PYTHONQT_SRC_DIR=../PythonQt2.1_Qt4.8 > CSOUND_SOURCE_TREE=/home/jh/src/csound6-git > Project MESSAGE: Building for Csound 6 > Project MESSAGE: > Project MESSAGE: Building CsoundQt for Unix-based system. > Project MESSAGE: > Project MESSAGE: Building CsoundQt for the double precision version of > Csound. > Project MESSAGE: Building release version. > Project MESSAGE: > Project MESSAGE: CONFIG ... > Project MESSAGE: + lex > Project MESSAGE: + yacc > Project MESSAGE: + warn_on > Project MESSAGE: + debug > Project MESSAGE: + uic > Project MESSAGE: + resources > Project MESSAGE: + qt > Project MESSAGE: + warn_on > Project MESSAGE: + release > Project MESSAGE: + incremental > Project MESSAGE: + link_prl > Project MESSAGE: + gdb_dwarf_index > Project MESSAGE: + def_files_disabled > Project MESSAGE: + exceptions > Project MESSAGE: + no_mocdepend > Project MESSAGE: + release > Project MESSAGE: + qt_no_framework > Project MESSAGE: + rtmidi > Project MESSAGE: + pythonqt > Project MESSAGE: + csound6 > Project MESSAGE: + build64 > Project MESSAGE: + thread > Project MESSAGE: > Project MESSAGE: Searching /home/jh/src/csound6-git/libcsound64.so > Project MESSAGE: PythonQt library directory not specified. Using source > directory. > Project MESSAGE: Csound API include directory is > /home/jh/src/csound6-git/include > Project MESSAGE: Csound interfaces include directory is > /home/jh/src/csound6-git/interfaces > Project MESSAGE: Csound library directory is /home/jh/src/csound6-git > Project MESSAGE: Csound library is libcsound64.so libcsound64.a > Project MESSAGE: PythonQt source tree directory is ../PythonQt2.1_Qt4.8 > Project MESSAGE: PythonQt lib directory is ../PythonQt2.1_Qt4.8/lib > Project MESSAGE: RtMidi directory is ../rtmidi-2.1.0 > Project MESSAGE: > Project MESSAGE: Removing CEF related files for non-html5 build. > Project MESSAGE: DEFINES are: QT_WEBKIT NOMINMAX CSOUND6 QCS_PYTHONQT > QCS_RTMIDI __LINUX_ALSASEQ__ __LINUX_ALSA__ > Project MESSAGE: INCLUDEPATH is: src/../../rtmidi-2.1.0 > /home/jh/src/PythonQt2.1_Qt4.8/build/../src > /home/jh/src/PythonQt2.1_Qt4.8/build/../extensions/PythonQt_QtAll > ../PythonQt2.1_Qt4.8/src ../PythonQt2.1_Qt4.8/extensions/PythonQt_QtAll > /home/jh/src/csound6-git/include /home/jh/src/csound6-git/interfaces > Project MESSAGE: LIBS are: -L/home/jh/src/csound6-git -lasound > -lcsound64 -lcsnd6 -lpthread -ldl -lutil -lm -lpython2.7 > -L/home/jh/src/PythonQt2.1_Qt4.8/build/../lib -lPythonQt > -L/home/jh/src/PythonQt2.1_Qt4.8/build/../lib -lPythonQt_QtAll > -L../PythonQt2.1_Qt4.8/lib > Project MESSAGE: TARGET is: CsoundQt-d-py-cs6 > Project MESSAGE: Warning: unknown QT: concurrent > > ------------------------------------------------------------------------------ > _______________________________________________ > Qutecsound-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/qutecsound-users > ------------------------------------------------------------------------------ _______________________________________________ Qutecsound-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qutecsound-users |
Free forum by Nabble | Edit this page |