[Csnd] Building CsoundQt from Sources - Second Attempt
Date | 2012-10-18 19:35 |
From | Richard Boulanger |
Subject | [Csnd] Building CsoundQt from Sources - Second Attempt |
Attachments | None None |
Hello Csounders, Maybe you could try too - and follow along. And maybe you will cross the finish line or have some suggestions and corrections and advice. I am running on a MacBook Pro (2.2GHz Intel Core i7) with 16GB 1333 MHz DDR3 Memory I am running OS X Version 10.8.2 (Mountain Lion) I am following the instructions for "Building CsoundQt with OSX Lion posted here: Step1 - Preparation: OK Xcode and CommandLine Tools are installed Step2 - Dependencies: libsndfile - As it notes on the page, I too have the problem that Carbon.h has not been found, (as seen below), but I will continue on to the next dependency as it says on the page that even though there was a problem with libsndfile, it still worked - fingers are crossed at this point. Making all in programs CC sndfile-info.o CC common.o CCLD sndfile-info CC sndfile-play.o sndfile-play.c:61:21: error: Carbon.h: No such file or directory sndfile-play.c: In function ‘macosx_play’: sndfile-play.c:548: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:329) sndfile-play.c:556: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:799) sndfile-play.c:564: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:799) sndfile-play.c:592: warning: ‘AudioDeviceSetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:834) sndfile-play.c:603: warning: ‘AudioDeviceAddIOProc’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:699) sndfile-play.c:623: warning: ‘AudioDeviceRemoveIOProc’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareDeprecated.h:713) make[1]: *** [sndfile-play.o] Error 1 make: *** [all-recursive] Error 1 Step3 - Dependencies: Qt - I ran the installer and did not use the QtSDK Step4 - Dependencies: RtMIDI - OK Step5 - Dependencies: PythonQt - I downloaded the latest (PythonQt2.1_Qt4.8) - I was successful with qmake (qmake PythonQt.pro -r -spec macx-g++ CONFIG+=release) - There were 2 errors with make all db: make all cd generator/ && make -f Makefile all make -f Makefile.Release all g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DRXX_ALLOCATOR_INIT_0 -DQT_NO_DEBUG -DQT_XML_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/QtXml.framework/Versions/4/Headers -I/usr/include/QtXml -I/usr/include -I. -I../../../../db/CsoundQtSources/PythonQt2.1_Qt4.8/generator -I/Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/generator/../common -Iparser -Iparser/rpp -Iparser/rpp -Irelease -F/Library/Frameworks -o release/binder.o parser/binder.cpp parser/binder.cpp: In instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: parser/binder.cpp:534: instantiated from here parser/binder.cpp:534: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available parser/binder.cpp: In instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: parser/binder.cpp:534: instantiated from here parser/binder.cpp:534: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available parser/binder.cpp: In instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: parser/binder.cpp:534: instantiated from here parser/binder.cpp:534: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available make[2]: *** [release/binder.o] Error 1 make[1]: *** [release-all] Error 2 make: *** [sub-generator-all-ordered] Error 2 There is no way to go on to the next step and link to the dylibs (there are no dylibs) -dB ----------------------------------------- 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) ------------------------------------------------------------------------------------------------- |
Date | 2012-10-18 19:37 |
From | peiman khosravi |
Subject | Re: [Csnd] Building CsoundQt from Sources - Second Attempt |
Sorry Dr Boulanger, I would join you on this but I'm really busy for a few more days. Best, Peiman
On 18 October 2012 19:35, Richard Boulanger <rboulanger@berklee.edu> wrote:
|
Date | 2012-10-18 19:45 |
From | Richard Boulanger |
Subject | Re: [Csnd] Building CsoundQt from Sources - Second Attempt |
Peiman, Good luck with the completion and submission of your Dissertation. I can't wait to read it! -dB ----------------------------------------- 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 18, 2012, at 2:37 PM, peiman khosravi <peimankhosravi@gmail.com> wrote: Sorry Dr Boulanger, I would join you on this but I'm really busy for a few more days. |
Date | 2012-10-18 21:56 |
From | peiman khosravi |
Subject | Re: [Csnd] Building CsoundQt from Sources - Second Attempt |
Thanks you very much indeed. And may the force be with you when building Csound and CsoundQT! Best, Peiman On 18 October 2012 19:45, Richard Boulanger <rboulanger@berklee.edu> wrote:
|
Date | 2012-10-19 04:55 |
From | Richard Boulanger |
Subject | [Csnd] Re: Building CsoundQt from Sources - Second Attempt |
Andreas emailed me and told me: 1. That the problem with Carbon.h is not significant as it is used to the build the libsndfile utilities. Since the main library has been built, this has no impact on Csound or CsoundQt. 2. That he remembered seeing the error you mentioned when using the Qt libraries by themselves, and that using the QtSDK worked for him. So.... I will try again from Step3 - Dependencies: Qt (and this time I will install the Qt SDK) ( As suggested, I will "remember to remember to specify the full path for qmake for all usages below ) ~/QtSDK/Desktop/Qt/4.8.1/gcc/bin/qmake
Step5 - Dependencies: PythonQt NOPE.... 2 errors again..... db: ~/QtSDK/Desktop/Qt/4.8.1/gcc/bin/qmake PythonQt.pro -r -spec macx-g++ CONFIG+=release Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/generator/generator.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/src/src.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/extensions/extensions.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/extensions/PythonQt_QtAll/PythonQt_QtAll.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/tests/tests.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/examples.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/CPPPyWrapperExample/CPPPyWrapperExample.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/PyGettingStarted/PyGettingStarted.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/PyCPPWrapperExample/PyCPPWrapperExample.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/PyCustomMetaTypeExample/PyCustomMetaTypeExample.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/PyGuiExample/PyGuiExample.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/PyDecoratorsExample/PyDecoratorsExample.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/PyScriptingConsole/PyScriptingConsole.pro Reading /Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/examples/PyLauncher/PyLauncher.pro db: make all cd generator/ && make -f Makefile all make -f Makefile.Release all g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DRXX_ALLOCATOR_INIT_0 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../db/QtSDK/Desktop/Qt/4.8.1/gcc/mkspecs/macx-g++ -I. -I../../../QtSDK/Desktop/Qt/4.8.1/gcc/lib/QtCore.framework/Versions/4/Headers -I../../../QtSDK/Desktop/Qt/4.8.1/gcc/include/QtCore -I../../../QtSDK/Desktop/Qt/4.8.1/gcc/lib/QtXml.framework/Versions/4/Headers -I../../../QtSDK/Desktop/Qt/4.8.1/gcc/include/QtXml -I../../../QtSDK/Desktop/Qt/4.8.1/gcc/include -I. -I../../../../db/CsoundQtSources/PythonQt2.1_Qt4.8/generator -I/Users/db/CsoundQtSources/PythonQt2.1_Qt4.8/generator/../common -Iparser -Iparser/rpp -Iparser/rpp -Irelease -F/Users/db/QtSDK/Desktop/Qt/4.8.1/gcc/lib -o release/binder.o parser/binder.cpp In file included from ../../../QtSDK/Desktop/Qt/4.8.1/gcc/include/QtCore/qshareddata.h:45, from ../../../QtSDK/Desktop/Qt/4.8.1/gcc/include/QtCore/QSharedData:1, from parser/codemodel_pointer.h:45, from parser/codemodel_fwd.h:46, from parser/codemodel.h:46, from parser/binder.h:47, from parser/binder.cpp:42: ../../../QtSDK/Desktop/Qt/4.8.1/gcc/include/QtCore/qglobal.h:328:6: warning: #warning "This version of Mac OS X is unsupported" parser/binder.cpp: In instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: parser/binder.cpp:534: instantiated from here parser/binder.cpp:534: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available parser/binder.cpp: In instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: parser/binder.cpp:534: instantiated from here parser/binder.cpp:534: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available parser/binder.cpp: In instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: parser/binder.cpp:534: instantiated from here parser/binder.cpp:534: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available make[2]: *** [release/binder.o] Error 1 make[1]: *** [release-all] Error 2 make: *** [sub-generator-all-ordered] Error 2 -------------------------------- Dr. Richard Boulanger ----------------------------------- On Oct 18, 2012, at 2:35 PM, Richard Boulanger <rboulanger@berklee.edu> wrote:
|
Date | 2012-10-19 05:01 |
From | Andres Cabrera |
Subject | [Csnd] Re: Building CsoundQt from Sources - Second Attempt |
Attachments | None None |
Hi, There's an interesting clue there: ../../../QtSDK/Desktop/Qt/4.8.1/gcc/include/QtCore/qglobal.h:328:6: warning: #warning "This version of Mac OS X is unsupported" Maybe the qt SDK is not yet compatible with your system... I can investigate a bout more tomorrow. Cheers, On Oct 18, 2012 8:55 PM, "Richard Boulanger" <rboulanger@berklee.edu> wrote:
|
Date | 2012-10-19 05:10 |
From | Richard Boulanger |
Subject | [Csnd] Re: Building CsoundQt from Sources - Second Attempt |
Attachments | None None |
Aha! That might be it. Keep me posted. -dB ----------------------------------------- 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 19, 2012, at 12:01 AM, Andres Cabrera <mantaraya36@gmail.com> wrote:
|
Date | 2012-10-19 07:22 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Building CsoundQt from Sources - Second Attempt |
Attachments | None None |
Apprently, 4.8.3 is the version to have On 19 Oct 2012, at 05:01, Andres Cabrera wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2012-10-19 07:38 |
From | Richard Boulanger |
Subject | Re: [Cs-dev] Building CsoundQt from Sources - Second Attempt |
Attachments | None None |
I will look for it and try again. ----------------------------------------- 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 19, 2012, at 2:22 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
|
Date | 2012-10-19 08:02 |
From | Richard Boulanger |
Subject | Re: [Cs-dev] Building CsoundQt from Sources - Second Attempt |
Attachments | None None |
not sure where to go from here. I found the 4.8.3 libraries - and these can be installed. But? what from there? I found the 4.8.3 openSources - but how to compile these and put the binaries in to the compiled SDK? I read that the open source SDK has not been upgraded to include 4.8.3 yet. only the commercial. -dB ----------------------------------------- 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 19, 2012, at 2:38 AM, Richard Boulanger <rboulanger@berklee.edu> wrote:
|
Date | 2012-10-19 19:05 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Building CsoundQt from Sources - Second Attempt |
Hi, It's a shame you can't use the sdk for this, but 4.8.3 should be fine as well. If 4.8.3 can be installed, they are probably installed in your PATH (possibly overwriting previous versions), so running "qmake" at the terminal should work. You can check the version with: qmake -v This will tell you the version of Qt qmake is using and where it is installed. I've just tried building PythonQt2.1 with 4.8.3 on 10.6 and it worked OK. Cheers, Andrés On Fri, Oct 19, 2012 at 12:02 AM, Richard Boulanger |
Date | 2012-11-08 19:11 |
From | Johannes Schütt |
Subject | Re: [Cs-dev] Building CsoundQt from Sources - Second Attempt |
Dear Andres, it works now "csoundqt" build on osx 10.8 but not PythonQT ! I get the errors : zhdkml354:PythonQt2.1_Qt4.8 itz$ qmake PythonQt.pro -r -spec macx-g++ CONFIG+=release Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/generator/generator.pro Project MESSAGE: qtAddLibrary: found framework QtXml in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtXml in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtXml in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/src/src.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/extensions/extensions.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/extensions/PythonQt_QtAll/PythonQt_QtAll.pro Project MESSAGE: qtAddLibrary: found framework QtWebKit in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtSvg in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtSql in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtXmlPatterns in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtXml in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtOpenGL in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtNetwork in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/tests/tests.pro Project MESSAGE: qtAddLibrary: found framework QtTest in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/examples.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/CPPPyWrapperExample/CPPPyWrapperExample.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/PyGettingStarted/PyGettingStarted.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/PyCPPWrapperExample/PyCPPWrapperExample.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/PyCustomMetaTypeExample/PyCustomMetaTypeExample.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/PyGuiExample/PyGuiExample.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/PyDecoratorsExample/PyDecoratorsExample.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/PyScriptingConsole/PyScriptingConsole.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks Reading /Users/itz/PythonQt2.1_Qt4.8/examples/PyLauncher/PyLauncher.pro Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks zhdkml354:PythonQt2.1_Qt4.8 itz$ make all cd generator/ && make -f Makefile all make -f Makefile.Release all make[2]: Nothing to be done for `all'. make -f Makefile.Debug all make[2]: Nothing to be done for `all'. cd src/ && make -f Makefile all make[1]: Nothing to be done for `all'. cd extensions/ && make -f Makefile all cd PythonQt_QtAll/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd tests/ && make -f Makefile all make[1]: Nothing to be done for `all'. cd examples/ && make -f Makefile all cd CPPPyWrapperExample/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd PyGettingStarted/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd PyCPPWrapperExample/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd PyCustomMetaTypeExample/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd PyGuiExample/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd PyDecoratorsExample/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd PyScriptingConsole/ && make -f Makefile all make[2]: Nothing to be done for `all'. cd PyLauncher/ && make -f Makefile all make[2]: Nothing to be done for `all'. zhdkml354:PythonQt2.1_Qt4.8 itz$ So long ----- cheers Johannes — — Zürcher Hochschule der Künste Zurich University of the Arts — Johannes Schütt ICST Creation & Computermusicstudio Department Music — Baslerstrasse 30, Postfach, 8048 Zürich Tel. +41 43 446 51 72 johannes.schuett@zhdk.ch — http://www.zhdk.ch http://www.icst.net Am 19.10.2012 um 20:05 schrieb Andres Cabrera |
Date | 2012-11-15 01:34 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Building CsoundQt from Sources - Second Attempt |
Hi Johannes, I thought I had replied to this email... It would seem from the report that there are no errors and that PythonQt was built OK. Can you check inside the lib/ folder to see if the libraries are there? Cheers, Andrés On Thu, Nov 8, 2012 at 11:11 AM, Johannes Schütt |