Re: [Csnd] Preparing for release of CsoundQt
Date | 2012-10-17 03:56 |
From | michael.gogins@gmail.com |
Subject | Re: [Csnd] Preparing for release of CsoundQt |
Attachments | None None |
Date | 2012-10-17 05:14 |
From | Richard Boulanger |
Subject | Re: [Csnd] Preparing for release of CsoundQt |
Dear Joachim and Andres, I forged ahead, and followed all your next steps including setting the directories correctly for my commandline; but as you would guess, it did not build an executable app. Hopefully you can help and update the page with more instructions and possibly updated instructions and dependencies so that we can all build from sources. Thanks for getting me this far. Hopefully you can help me, and all Mac-based Csounders get over the finish line on their Macintosh computers. -dB db: qmake qcs.pro -spec macx-g++ CONFIG+=buildDoubles CONFIG+=release CONFIG+=pythonqt CONFIG+=rtmidi PYTHONQT_TREE_DIR=../PythonQt2.1_Qt4.6.2 RTMIDI_DIR=../rtmidi-2.0.1 Project MESSAGE: Doubles is now built by default, no need to specify buildDoubles option Project MESSAGE: Project MESSAGE: Building CsoundQt for Macintosh OS X. 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: + sdk Project MESSAGE: + rez Project MESSAGE: + qt Project MESSAGE: + warn_on Project MESSAGE: + release Project MESSAGE: + app_bundle Project MESSAGE: + incremental Project MESSAGE: + global_init_link_order Project MESSAGE: + lib_version_first Project MESSAGE: + plugin_no_soname Project MESSAGE: + link_prl Project MESSAGE: + def_files_disabled Project MESSAGE: + exceptions Project MESSAGE: + no_mocdepend Project MESSAGE: + debug Project MESSAGE: + qt_framework Project MESSAGE: + x86_64 Project MESSAGE: + no_mocdepend Project MESSAGE: + buildDoubles Project MESSAGE: + release Project MESSAGE: + pythonqt Project MESSAGE: + rtmidi Project MESSAGE: + build64 Project MESSAGE: + thread Project MESSAGE: Project MESSAGE: Csound API include directory not specified. Project MESSAGE: ... searching in /Library/Frameworks/CsoundLib64.framework/Versions/Current/Headers Project MESSAGE: CSOUND_API_INCLUDE_DIR set to /Library/Frameworks/CsoundLib64.framework/Versions/Current/Headers Project MESSAGE: Project MESSAGE: Csound library directory not specified. Project MESSAGE: ... searching in /Library/Frameworks/CsoundLib64.framework/Versions/Current Project MESSAGE: ... in /Library/Frameworks/CsoundLib64.framework/Versions/Current for CsoundLib64 Project MESSAGE: CSOUND_LIBRARY_DIR set to /Library/Frameworks/CsoundLib64.framework/Versions/Current Project MESSAGE: Project MESSAGE: ... searching in ~//Library/Frameworks/CsoundLib64.framework/Versions/Current Project MESSAGE: libsndfile include directory not specified. Project MESSAGE: ... searching in /usr/local/include Project MESSAGE: LIBSNDFILE_INCLUDE_DIR set to /usr/local/include Project MESSAGE: Project MESSAGE: libsndfile library directory not specified. Project MESSAGE: ... searching in /usr/local/lib Project MESSAGE: LIBSNDFILE_LIBRARY_DIR set to /usr/local/lib Project MESSAGE: Project MESSAGE: Csound API include directory is /Library/Frameworks/CsoundLib64.framework/Versions/Current/Headers Project MESSAGE: Csound interfaces include directory is Project MESSAGE: Csound library directory is /Library/Frameworks/CsoundLib64.framework/Versions/Current Project MESSAGE: libsndfile include directory is /usr/local/include Project MESSAGE: libsndfile library directory is /usr/local/lib Project MESSAGE: PythonQt source tree directory is ../PythonQt2.1_Qt4.6.2 Project MESSAGE: RtMidi directory is ../rtmidi-2.0.1 Project MESSAGE: -------------------------------- Dr. Richard Boulanger ----------------------------------- On Oct 16, 2012, at 10:56 PM, michael.gogins@gmail.com wrote:
|
Date | 2012-10-17 05:16 |
From | Richard Boulanger |
Subject | Re: [Csnd] Preparing for release of CsoundQt |
After running qmake - as shown in the previous email. I ran make and this was the printout in the console: db: make /Developer/Tools/Qt/uic src/about.ui -o ui_about.h /Developer/Tools/Qt/uic src/configdialog.ui -o ui_configdialog.h src/configdialog.ui: Warning: Z-order assignment: 'layoutWidget2' is not a valid widget. src/configdialog.ui: Warning: Z-order assignment: 'layoutWidget3' is not a valid widget. src/configdialog.ui: Warning: Z-order assignment: 'layoutWidget4' is not a valid widget. /Developer/Tools/Qt/uic src/findreplace.ui -o ui_findreplace.h /Developer/Tools/Qt/uic src/keyboardshortcuts.ui -o ui_keyboardshortcuts.h /Developer/Tools/Qt/uic src/keyselector.ui -o ui_keyselector.h src/keyselector.ui: Warning: The name 'layoutWidget' (QWidget) is already in use, defaulting to 'layoutWidget1'. /Developer/Tools/Qt/uic src/liveeventcontrol.ui -o ui_liveeventcontrol.h /Developer/Tools/Qt/uic src/liveeventframe.ui -o ui_liveeventframe.h /Developer/Tools/Qt/uic src/utilitiesdialog.ui -o ui_utilitiesdialog.h /Developer/Tools/Qt/uic src/appdetailspage.ui -o ui_appdetailspage.h /Developer/Tools/Qt/uic src/pluginspage.ui -o ui_pluginspage.h /Developer/Tools/Qt/uic src/additionalfilespage.ui -o ui_additionalfilespage.h /Developer/Tools/Qt/uic src/filebeditor.ui -o ui_filebeditor.h g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DUSE_DOUBLE -DQCS_PYTHONQT -D__MACOSX_CORE__ -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/Library/Frameworks/QtOpenGL.framework/Versions/4/Headers -I/usr/include/QtOpenGL -I/Library/Frameworks/QtXml.framework/Versions/4/Headers -I/usr/include/QtXml -I/Library/Frameworks/QtXmlPatterns.framework/Versions/4/Headers -I/usr/include/QtXmlPatterns -I/Library/Frameworks/QtSql.framework/Versions/4/Headers -I/usr/include/QtSql -I/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/usr/include/QtSvg -I/Library/Frameworks/QtWebKit.framework/Versions/4/Headers -I/usr/include/QtWebKit -I/usr/include -I../rtmidi-2.0.1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/src -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I../PythonQt2.1_Qt4.6.2/src -I../PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I/Library/Frameworks/CsoundLib64.framework/Versions/5.2/Headers -I/usr/local/include -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I../../../db/CsoundQtSources/CsoundQt -I../../../db/CsoundQtSources/CsoundQt -F/Library/Frameworks -o doubles/obj/about.o src/about.cpp g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DUSE_DOUBLE -DQCS_PYTHONQT -D__MACOSX_CORE__ -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/Library/Frameworks/QtOpenGL.framework/Versions/4/Headers -I/usr/include/QtOpenGL -I/Library/Frameworks/QtXml.framework/Versions/4/Headers -I/usr/include/QtXml -I/Library/Frameworks/QtXmlPatterns.framework/Versions/4/Headers -I/usr/include/QtXmlPatterns -I/Library/Frameworks/QtSql.framework/Versions/4/Headers -I/usr/include/QtSql -I/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/usr/include/QtSvg -I/Library/Frameworks/QtWebKit.framework/Versions/4/Headers -I/usr/include/QtWebKit -I/usr/include -I../rtmidi-2.0.1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/src -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I../PythonQt2.1_Qt4.6.2/src -I../PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I/Library/Frameworks/CsoundLib64.framework/Versions/5.2/Headers -I/usr/local/include -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I../../../db/CsoundQtSources/CsoundQt -I../../../db/CsoundQtSources/CsoundQt -F/Library/Frameworks -o doubles/obj/configdialog.o src/configdialog.cpp g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DUSE_DOUBLE -DQCS_PYTHONQT -D__MACOSX_CORE__ -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/Library/Frameworks/QtOpenGL.framework/Versions/4/Headers -I/usr/include/QtOpenGL -I/Library/Frameworks/QtXml.framework/Versions/4/Headers -I/usr/include/QtXml -I/Library/Frameworks/QtXmlPatterns.framework/Versions/4/Headers -I/usr/include/QtXmlPatterns -I/Library/Frameworks/QtSql.framework/Versions/4/Headers -I/usr/include/QtSql -I/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/usr/include/QtSvg -I/Library/Frameworks/QtWebKit.framework/Versions/4/Headers -I/usr/include/QtWebKit -I/usr/include -I../rtmidi-2.0.1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/src -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I../PythonQt2.1_Qt4.6.2/src -I../PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I/Library/Frameworks/CsoundLib64.framework/Versions/5.2/Headers -I/usr/local/include -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I../../../db/CsoundQtSources/CsoundQt -I../../../db/CsoundQtSources/CsoundQt -F/Library/Frameworks -o doubles/obj/configlists.o src/configlists.cpp src/configlists.cpp:85: warning: unused parameter ‘attr’ g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DUSE_DOUBLE -DQCS_PYTHONQT -D__MACOSX_CORE__ -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/Library/Frameworks/QtOpenGL.framework/Versions/4/Headers -I/usr/include/QtOpenGL -I/Library/Frameworks/QtXml.framework/Versions/4/Headers -I/usr/include/QtXml -I/Library/Frameworks/QtXmlPatterns.framework/Versions/4/Headers -I/usr/include/QtXmlPatterns -I/Library/Frameworks/QtSql.framework/Versions/4/Headers -I/usr/include/QtSql -I/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/usr/include/QtSvg -I/Library/Frameworks/QtWebKit.framework/Versions/4/Headers -I/usr/include/QtWebKit -I/usr/include -I../rtmidi-2.0.1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/src -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I../PythonQt2.1_Qt4.6.2/src -I../PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I/Library/Frameworks/CsoundLib64.framework/Versions/5.2/Headers -I/usr/local/include -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I../../../db/CsoundQtSources/CsoundQt -I../../../db/CsoundQtSources/CsoundQt -F/Library/Frameworks -o doubles/obj/console.o src/console.cpp g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DUSE_DOUBLE -DQCS_PYTHONQT -D__MACOSX_CORE__ -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/Library/Frameworks/QtOpenGL.framework/Versions/4/Headers -I/usr/include/QtOpenGL -I/Library/Frameworks/QtXml.framework/Versions/4/Headers -I/usr/include/QtXml -I/Library/Frameworks/QtXmlPatterns.framework/Versions/4/Headers -I/usr/include/QtXmlPatterns -I/Library/Frameworks/QtSql.framework/Versions/4/Headers -I/usr/include/QtSql -I/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/usr/include/QtSvg -I/Library/Frameworks/QtWebKit.framework/Versions/4/Headers -I/usr/include/QtWebKit -I/usr/include -I../rtmidi-2.0.1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/src -I../../../db/CsoundQtSources/PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I../PythonQt2.1_Qt4.6.2/src -I../PythonQt2.1_Qt4.6.2/extensions/PythonQt_QtAll -I/Library/Frameworks/CsoundLib64.framework/Versions/5.2/Headers -I/usr/local/include -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I../../../db/CsoundQtSources/CsoundQt -I../../../db/CsoundQtSources/CsoundQt -F/Library/Frameworks -o doubles/obj/csoundengine.o src/csoundengine.cpp In file included from src/csoundengine.cpp:23: src/csoundengine.h:28:28: error: csPerfThread.hpp: No such file or directory In file included from src/csoundengine.cpp:23: src/csoundengine.h:63: error: ISO C++ forbids declaration of ‘CsoundPerformanceThread’ with no type src/csoundengine.h:63: error: expected ‘;’ before ‘*’ token src/csoundengine.cpp: In constructor ‘CsoundEngine::CsoundEngine()’: src/csoundengine.cpp:44: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp: In member function ‘void CsoundEngine::processEventQueue()’: src/csoundengine.cpp:537: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:541: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp: In member function ‘int CsoundEngine::play(CsoundOptions*)’: src/csoundengine.cpp:578: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp: In member function ‘void CsoundEngine::pause()’: src/csoundengine.cpp:592: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:593: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp: At global scope: src/csoundengine.cpp:629: warning: unused parameter ‘delay’ src/csoundengine.cpp: In member function ‘int CsoundEngine::runCsound()’: src/csoundengine.cpp:891: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:891: error: expected type-specifier before ‘CsoundPerformanceThread’ src/csoundengine.cpp:891: error: expected `;' before ‘CsoundPerformanceThread’ src/csoundengine.cpp:892: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:894: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp: In member function ‘void CsoundEngine::stopCsound()’: src/csoundengine.cpp:935: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp: In member function ‘void CsoundEngine::cleanupCsound()’: src/csoundengine.cpp:967: error: ‘CsoundPerformanceThread’ was not declared in this scope src/csoundengine.cpp:967: error: ‘pt’ was not declared in this scope src/csoundengine.cpp:967: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:968: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:973: error: type ‘<type error>’ argument given to ‘delete’, expected pointer src/csoundengine.cpp: In static member function ‘static void CsoundEngine::messageListDispatcher(void*)’: src/csoundengine.cpp:1008: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:1009: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp: In member function ‘bool CsoundEngine::isRunning()’: src/csoundengine.cpp:1064: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ src/csoundengine.cpp:1064: error: ‘struct CsoundUserData’ has no member named ‘perfThread’ make: *** [doubles/obj/csoundengine.o] Error 1 ----------------------------------------- Dr. Richard Boulanger, Ph.D. Professor of Electronic Production and Design Professional Writing and Music Technology Division Berklee College of Music 617-747-2485 (office) 774-488-9166 (cell) ------------------------------------------------------------------------------------------------- On Oct 17, 2012, at 12:14 AM, Richard Boulanger <rboulanger@berklee.edu> wrote:
|
Date | 2012-10-17 05:19 |
From | Richard Boulanger |
Subject | Re: [Csnd] Preparing for release of CsoundQt |
Andres, Will you be including the Iain McCurdy Collection in the examples folder of the next release? Hope so. -dB -------------------------------- Dr. Richard Boulanger ----------------------------------- On Oct 17, 2012, at 12:16 AM, Richard Boulanger <rboulanger@berklee.edu> wrote:
|