|
i continue trying to build csound for osx 10.5. the error reported by
iain duncan is ok after pulling from git. now the build failed here: gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation -framework CoreServices -framework CoreAudio -framework Jackmp -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. -lsndfile -lpthread -lsndfile -lpthread ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing required architecture x86_64 in file Undefined symbols: "_jack_transport_stop", referenced from: _jack_transport in jackTransport.os "_jack_transport_locate", referenced from: _jack_transport in jackTransport.os "_jack_transport_start", referenced from: _jack_transport in jackTransport.os ld: symbol(s) not found collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such file or directory) scons: *** [libjackTransport.dylib] Error 1 scons: building terminated because of errors. i have jack installed. do i need anything else? my scons options are: scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 i took these options from stevens description about building csound under 10.7. i am wondering whether jack should not be mentioned as a dependecy? best - joachim ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
Interesting, I have Jackmp.framework here and it has all architectures:
Steven-Yis-MacBook-Pro:csound5 stevenyi$ file /Library/Frameworks/Jackmp.framework/Jackmp /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary with 3 architectures /Library/Frameworks/Jackmp.framework/Jackmp (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 /Library/Frameworks/Jackmp.framework/Jackmp (for architecture i386): Mach-O dynamically linked shared library i386 /Library/Frameworks/Jackmp.framework/Jackmp (for architecture ppc7400): Mach-O dynamically linked shared library ppc It looks like Jack for 10.5 is not built with x86_64: (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, PowerPC 10.4 - 10.5) full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) So with 10.5, try building with gcc4opt=universal instead of gcc4opt=universalX86. Thanks! steven On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: > i continue trying to build csound for osx 10.5. the error reported by > iain duncan is ok after pulling from git. > now the build failed here: > > gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework > CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation > -framework CoreServices -framework CoreAudio -framework Jackmp > -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. > -lsndfile -lpthread -lsndfile -lpthread > ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing > required architecture x86_64 in file > Undefined symbols: > "_jack_transport_stop", referenced from: > _jack_transport in jackTransport.os > "_jack_transport_locate", referenced from: > _jack_transport in jackTransport.os > "_jack_transport_start", referenced from: > _jack_transport in jackTransport.os > ld: symbol(s) not found > collect2: ld returned 1 exit status > lipo: can't open input file: > /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such > file or directory) > scons: *** [libjackTransport.dylib] Error 1 > scons: building terminated because of errors. > > i have jack installed. do i need anything else? my scons options are: > > scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 > gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 > buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 > > i took these options from stevens description about building csound > under 10.7. i am wondering whether jack should not be mentioned as a > dependecy? > > best - > > joachim > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
thanks, steven; that did the trick.
the targets are there, but running sudo python install.py rejects to overwrite the existing csound version. how can i go there? Am 12.02.2012 00:08, schrieb Steven Yi: > Interesting, I have Jackmp.framework here and it has all architectures: > > Steven-Yis-MacBook-Pro:csound5 stevenyi$ file > /Library/Frameworks/Jackmp.framework/Jackmp > /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary > with 3 architectures > /Library/Frameworks/Jackmp.framework/Jackmp (for architecture > x86_64): Mach-O 64-bit dynamically linked shared library x86_64 > /Library/Frameworks/Jackmp.framework/Jackmp (for architecture > i386): Mach-O dynamically linked shared library i386 > /Library/Frameworks/Jackmp.framework/Jackmp (for architecture > ppc7400): Mach-O dynamically linked shared library ppc > > It looks like Jack for 10.5 is not built with x86_64: > > (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) > full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) > > (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, > PowerPC 10.4 - 10.5) > full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) > > So with 10.5, try building with gcc4opt=universal instead of > gcc4opt=universalX86. > > Thanks! > steven > > On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >> i continue trying to build csound for osx 10.5. the error reported by >> iain duncan is ok after pulling from git. >> now the build failed here: >> >> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >> -framework CoreServices -framework CoreAudio -framework Jackmp >> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >> -lsndfile -lpthread -lsndfile -lpthread >> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >> required architecture x86_64 in file >> Undefined symbols: >> "_jack_transport_stop", referenced from: >> _jack_transport in jackTransport.os >> "_jack_transport_locate", referenced from: >> _jack_transport in jackTransport.os >> "_jack_transport_start", referenced from: >> _jack_transport in jackTransport.os >> ld: symbol(s) not found >> collect2: ld returned 1 exit status >> lipo: can't open input file: >> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >> file or directory) >> scons: *** [libjackTransport.dylib] Error 1 >> scons: building terminated because of errors. >> >> i have jack installed. do i need anything else? my scons options are: >> >> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >> >> i took these options from stevens description about building csound >> under 10.7. i am wondering whether jack should not be mentioned as a >> dependecy? >> >> best - >> >> joachim >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
I'm not sure, using buildRelease for scons and using sudo usually
copies the updated Framework to /Library/Frameworks. I have not used install.py in quite some time. Could you post what errors you get? On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: > thanks, steven; that did the trick. > the targets are there, but running sudo python install.py rejects to > overwrite the existing csound version. how can i go there? > > > Am 12.02.2012 00:08, schrieb Steven Yi: >> Interesting, I have Jackmp.framework here and it has all architectures: >> >> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >> /Library/Frameworks/Jackmp.framework/Jackmp >> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >> with 3 architectures >> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >> i386): Mach-O dynamically linked shared library i386 >> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >> ppc7400): Mach-O dynamically linked shared library ppc >> >> It looks like Jack for 10.5 is not built with x86_64: >> >> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >> >> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >> PowerPC 10.4 - 10.5) >> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >> >> So with 10.5, try building with gcc4opt=universal instead of >> gcc4opt=universalX86. >> >> Thanks! >> steven >> >> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>> i continue trying to build csound for osx 10.5. the error reported by >>> iain duncan is ok after pulling from git. >>> now the build failed here: >>> >>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>> -framework CoreServices -framework CoreAudio -framework Jackmp >>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>> -lsndfile -lpthread -lsndfile -lpthread >>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>> required architecture x86_64 in file >>> Undefined symbols: >>> "_jack_transport_stop", referenced from: >>> _jack_transport in jackTransport.os >>> "_jack_transport_locate", referenced from: >>> _jack_transport in jackTransport.os >>> "_jack_transport_start", referenced from: >>> _jack_transport in jackTransport.os >>> ld: symbol(s) not found >>> collect2: ld returned 1 exit status >>> lipo: can't open input file: >>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>> file or directory) >>> scons: *** [libjackTransport.dylib] Error 1 >>> scons: building terminated because of errors. >>> >>> i have jack installed. do i need anything else? my scons options are: >>> >>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>> >>> i took these options from stevens description about building csound >>> under 10.7. i am wondering whether jack should not be mentioned as a >>> dependecy? >>> >>> best - >>> >>> joachim >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
this is the message:
sudo python install.py Csound5 Linux installer by Istvan Varga /usr/local *** Error: an already existing installation of Csound was found *** Try removing it first, and then run this script again Am 12.02.2012 00:46, schrieb Steven Yi: > I'm not sure, using buildRelease for scons and using sudo usually > copies the updated Framework to /Library/Frameworks. I have not used > install.py in quite some time. Could you post what errors you get? > > On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >> thanks, steven; that did the trick. >> the targets are there, but running sudo python install.py rejects to >> overwrite the existing csound version. how can i go there? >> >> >> Am 12.02.2012 00:08, schrieb Steven Yi: >>> Interesting, I have Jackmp.framework here and it has all architectures: >>> >>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>> /Library/Frameworks/Jackmp.framework/Jackmp >>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>> with 3 architectures >>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>> i386): Mach-O dynamically linked shared library i386 >>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>> ppc7400): Mach-O dynamically linked shared library ppc >>> >>> It looks like Jack for 10.5 is not built with x86_64: >>> >>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>> >>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>> PowerPC 10.4 - 10.5) >>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>> >>> So with 10.5, try building with gcc4opt=universal instead of >>> gcc4opt=universalX86. >>> >>> Thanks! >>> steven >>> >>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>> i continue trying to build csound for osx 10.5. the error reported by >>>> iain duncan is ok after pulling from git. >>>> now the build failed here: >>>> >>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>> -lsndfile -lpthread -lsndfile -lpthread >>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>> required architecture x86_64 in file >>>> Undefined symbols: >>>> "_jack_transport_stop", referenced from: >>>> _jack_transport in jackTransport.os >>>> "_jack_transport_locate", referenced from: >>>> _jack_transport in jackTransport.os >>>> "_jack_transport_start", referenced from: >>>> _jack_transport in jackTransport.os >>>> ld: symbol(s) not found >>>> collect2: ld returned 1 exit status >>>> lipo: can't open input file: >>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>> file or directory) >>>> scons: *** [libjackTransport.dylib] Error 1 >>>> scons: building terminated because of errors. >>>> >>>> i have jack installed. do i need anything else? my scons options are: >>>> >>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>> >>>> i took these options from stevens description about building csound >>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>> dependecy? >>>> >>>> best - >>>> >>>> joachim >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
If I remember correctly, the install.py file installed an uninstall
shell script. I took a look at the shell script and it looks like it is just called uninstall-csound5. Could you see if it is there on your system and try running it? On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: > this is the message: > > sudo python install.py > Csound5 Linux installer by Istvan Varga > > /usr/local > *** Error: an already existing installation of Csound was found > *** Try removing it first, and then run this script again > > > Am 12.02.2012 00:46, schrieb Steven Yi: >> I'm not sure, using buildRelease for scons and using sudo usually >> copies the updated Framework to /Library/Frameworks. I have not used >> install.py in quite some time. Could you post what errors you get? >> >> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>> thanks, steven; that did the trick. >>> the targets are there, but running sudo python install.py rejects to >>> overwrite the existing csound version. how can i go there? >>> >>> >>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>> >>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>> with 3 architectures >>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>> i386): Mach-O dynamically linked shared library i386 >>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>> ppc7400): Mach-O dynamically linked shared library ppc >>>> >>>> It looks like Jack for 10.5 is not built with x86_64: >>>> >>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>> >>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>> PowerPC 10.4 - 10.5) >>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>> >>>> So with 10.5, try building with gcc4opt=universal instead of >>>> gcc4opt=universalX86. >>>> >>>> Thanks! >>>> steven >>>> >>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>> iain duncan is ok after pulling from git. >>>>> now the build failed here: >>>>> >>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>> required architecture x86_64 in file >>>>> Undefined symbols: >>>>> "_jack_transport_stop", referenced from: >>>>> _jack_transport in jackTransport.os >>>>> "_jack_transport_locate", referenced from: >>>>> _jack_transport in jackTransport.os >>>>> "_jack_transport_start", referenced from: >>>>> _jack_transport in jackTransport.os >>>>> ld: symbol(s) not found >>>>> collect2: ld returned 1 exit status >>>>> lipo: can't open input file: >>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>> file or directory) >>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>> scons: building terminated because of errors. >>>>> >>>>> i have jack installed. do i need anything else? my scons options are: >>>>> >>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>> >>>>> i took these options from stevens description about building csound >>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>> dependecy? >>>>> >>>>> best - >>>>> >>>>> joachim >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
In reply to this post by joachim-3
Oh, sorry, I just read through, it looks like the script is searching
for csound or csound64 first, and if the uninstall-csound5 script is *not* found, it gives that message, otherwise it runs the script. Try removing csound and csound64 from /usr/local/lib, then running install.py. On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: > this is the message: > > sudo python install.py > Csound5 Linux installer by Istvan Varga > > /usr/local > *** Error: an already existing installation of Csound was found > *** Try removing it first, and then run this script again > > > Am 12.02.2012 00:46, schrieb Steven Yi: >> I'm not sure, using buildRelease for scons and using sudo usually >> copies the updated Framework to /Library/Frameworks. I have not used >> install.py in quite some time. Could you post what errors you get? >> >> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>> thanks, steven; that did the trick. >>> the targets are there, but running sudo python install.py rejects to >>> overwrite the existing csound version. how can i go there? >>> >>> >>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>> >>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>> with 3 architectures >>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>> i386): Mach-O dynamically linked shared library i386 >>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>> ppc7400): Mach-O dynamically linked shared library ppc >>>> >>>> It looks like Jack for 10.5 is not built with x86_64: >>>> >>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>> >>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>> PowerPC 10.4 - 10.5) >>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>> >>>> So with 10.5, try building with gcc4opt=universal instead of >>>> gcc4opt=universalX86. >>>> >>>> Thanks! >>>> steven >>>> >>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>> iain duncan is ok after pulling from git. >>>>> now the build failed here: >>>>> >>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>> required architecture x86_64 in file >>>>> Undefined symbols: >>>>> "_jack_transport_stop", referenced from: >>>>> _jack_transport in jackTransport.os >>>>> "_jack_transport_locate", referenced from: >>>>> _jack_transport in jackTransport.os >>>>> "_jack_transport_start", referenced from: >>>>> _jack_transport in jackTransport.os >>>>> ld: symbol(s) not found >>>>> collect2: ld returned 1 exit status >>>>> lipo: can't open input file: >>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>> file or directory) >>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>> scons: building terminated because of errors. >>>>> >>>>> i have jack installed. do i need anything else? my scons options are: >>>>> >>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>> >>>>> i took these options from stevens description about building csound >>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>> dependecy? >>>>> >>>>> best - >>>>> >>>>> joachim >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
good morning ...
i had to remove also /usr/local/bin/csound(64). now the next problem is a complain about an unrecognized option: === Installing executables === strip: unrecognized option: --strip-unneeded Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...] *** error copying /usr/local/bin/csound strip: unrecognized option: --strip-unneeded Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...] *** error copying /usr/local/bin/cvanal i thought it might have to do with my scons version and upgraded to 2.0.1, but no change. any idea? a minor problem is that the script can't find the csound5.mo files in the po dir. but i think because of gettext=0 this will have no impact. best - joachim Am 12.02.2012 01:04, schrieb Steven Yi: > Oh, sorry, I just read through, it looks like the script is searching > for csound or csound64 first, and if the uninstall-csound5 script is > *not* found, it gives that message, otherwise it runs the script. Try > removing csound and csound64 from /usr/local/lib, then running > install.py. > > On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >> this is the message: >> >> sudo python install.py >> Csound5 Linux installer by Istvan Varga >> >> /usr/local >> *** Error: an already existing installation of Csound was found >> *** Try removing it first, and then run this script again >> >> >> Am 12.02.2012 00:46, schrieb Steven Yi: >>> I'm not sure, using buildRelease for scons and using sudo usually >>> copies the updated Framework to /Library/Frameworks. I have not used >>> install.py in quite some time. Could you post what errors you get? >>> >>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>> thanks, steven; that did the trick. >>>> the targets are there, but running sudo python install.py rejects to >>>> overwrite the existing csound version. how can i go there? >>>> >>>> >>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>> >>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>> with 3 architectures >>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>> i386): Mach-O dynamically linked shared library i386 >>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>> >>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>> >>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>> >>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>> PowerPC 10.4 - 10.5) >>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>> >>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>> gcc4opt=universalX86. >>>>> >>>>> Thanks! >>>>> steven >>>>> >>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>> iain duncan is ok after pulling from git. >>>>>> now the build failed here: >>>>>> >>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>> required architecture x86_64 in file >>>>>> Undefined symbols: >>>>>> "_jack_transport_stop", referenced from: >>>>>> _jack_transport in jackTransport.os >>>>>> "_jack_transport_locate", referenced from: >>>>>> _jack_transport in jackTransport.os >>>>>> "_jack_transport_start", referenced from: >>>>>> _jack_transport in jackTransport.os >>>>>> ld: symbol(s) not found >>>>>> collect2: ld returned 1 exit status >>>>>> lipo: can't open input file: >>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>> file or directory) >>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>> scons: building terminated because of errors. >>>>>> >>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>> >>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>> >>>>>> i took these options from stevens description about building csound >>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>> dependecy? >>>>>> >>>>>> best - >>>>>> >>>>>> joachim >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
sorry, upgraded to scons 2.1.0, not 2.0.1
Am 12.02.2012 10:45, schrieb joachim heintz: > good morning ... > > i had to remove also /usr/local/bin/csound(64). now the next problem is > a complain about an unrecognized option: > > === Installing executables === > strip: unrecognized option: --strip-unneeded > Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o > output] file [...] > *** error copying /usr/local/bin/csound > strip: unrecognized option: --strip-unneeded > Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o > output] file [...] > *** error copying /usr/local/bin/cvanal > > i thought it might have to do with my scons version and upgraded to > 2.0.1, but no change. > > any idea? > > a minor problem is that the script can't find the csound5.mo files in > the po dir. but i think because of gettext=0 this will have no impact. > > best - > > joachim > > > Am 12.02.2012 01:04, schrieb Steven Yi: >> Oh, sorry, I just read through, it looks like the script is searching >> for csound or csound64 first, and if the uninstall-csound5 script is >> *not* found, it gives that message, otherwise it runs the script. Try >> removing csound and csound64 from /usr/local/lib, then running >> install.py. >> >> On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >>> this is the message: >>> >>> sudo python install.py >>> Csound5 Linux installer by Istvan Varga >>> >>> /usr/local >>> *** Error: an already existing installation of Csound was found >>> *** Try removing it first, and then run this script again >>> >>> >>> Am 12.02.2012 00:46, schrieb Steven Yi: >>>> I'm not sure, using buildRelease for scons and using sudo usually >>>> copies the updated Framework to /Library/Frameworks. I have not used >>>> install.py in quite some time. Could you post what errors you get? >>>> >>>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>>> thanks, steven; that did the trick. >>>>> the targets are there, but running sudo python install.py rejects to >>>>> overwrite the existing csound version. how can i go there? >>>>> >>>>> >>>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>>> >>>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>>> with 3 architectures >>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>> i386): Mach-O dynamically linked shared library i386 >>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>>> >>>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>>> >>>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>>> >>>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>>> PowerPC 10.4 - 10.5) >>>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>>> >>>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>>> gcc4opt=universalX86. >>>>>> >>>>>> Thanks! >>>>>> steven >>>>>> >>>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>>> iain duncan is ok after pulling from git. >>>>>>> now the build failed here: >>>>>>> >>>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>>> required architecture x86_64 in file >>>>>>> Undefined symbols: >>>>>>> "_jack_transport_stop", referenced from: >>>>>>> _jack_transport in jackTransport.os >>>>>>> "_jack_transport_locate", referenced from: >>>>>>> _jack_transport in jackTransport.os >>>>>>> "_jack_transport_start", referenced from: >>>>>>> _jack_transport in jackTransport.os >>>>>>> ld: symbol(s) not found >>>>>>> collect2: ld returned 1 exit status >>>>>>> lipo: can't open input file: >>>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>>> file or directory) >>>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>>> scons: building terminated because of errors. >>>>>>> >>>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>>> >>>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>>> >>>>>>> i took these options from stevens description about building csound >>>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>>> dependecy? >>>>>>> >>>>>>> best - >>>>>>> >>>>>>> joachim >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>> _______________________________________________ >>>>>>> Csound-devel mailing list >>>>>>> [hidden email] >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
Joachim,
why are you using install.py on OSX? It is not quite configured to work on that platform. If you want to build an installer on OSX, go to installer/macosx/ and edit the release-build-10.6.sh script to suit your release (rename it 10.5) and try running it. It will be far better to diagnose and fix this script than one that has not been maintained. Regards Victor On 12 Feb 2012, at 09:51, joachim heintz wrote: > sorry, upgraded to scons 2.1.0, not 2.0.1 > > Am 12.02.2012 10:45, schrieb joachim heintz: >> good morning ... >> >> i had to remove also /usr/local/bin/csound(64). now the next problem is >> a complain about an unrecognized option: >> >> === Installing executables === >> strip: unrecognized option: --strip-unneeded >> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >> output] file [...] >> *** error copying /usr/local/bin/csound >> strip: unrecognized option: --strip-unneeded >> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >> output] file [...] >> *** error copying /usr/local/bin/cvanal >> >> i thought it might have to do with my scons version and upgraded to >> 2.0.1, but no change. >> >> any idea? >> >> a minor problem is that the script can't find the csound5.mo files in >> the po dir. but i think because of gettext=0 this will have no impact. >> >> best - >> >> joachim >> >> >> Am 12.02.2012 01:04, schrieb Steven Yi: >>> Oh, sorry, I just read through, it looks like the script is searching >>> for csound or csound64 first, and if the uninstall-csound5 script is >>> *not* found, it gives that message, otherwise it runs the script. Try >>> removing csound and csound64 from /usr/local/lib, then running >>> install.py. >>> >>> On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >>>> this is the message: >>>> >>>> sudo python install.py >>>> Csound5 Linux installer by Istvan Varga >>>> >>>> /usr/local >>>> *** Error: an already existing installation of Csound was found >>>> *** Try removing it first, and then run this script again >>>> >>>> >>>> Am 12.02.2012 00:46, schrieb Steven Yi: >>>>> I'm not sure, using buildRelease for scons and using sudo usually >>>>> copies the updated Framework to /Library/Frameworks. I have not used >>>>> install.py in quite some time. Could you post what errors you get? >>>>> >>>>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>>>> thanks, steven; that did the trick. >>>>>> the targets are there, but running sudo python install.py rejects to >>>>>> overwrite the existing csound version. how can i go there? >>>>>> >>>>>> >>>>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>>>> >>>>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>>>> with 3 architectures >>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>> i386): Mach-O dynamically linked shared library i386 >>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>>>> >>>>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>>>> >>>>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>>>> >>>>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>>>> PowerPC 10.4 - 10.5) >>>>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>>>> >>>>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>>>> gcc4opt=universalX86. >>>>>>> >>>>>>> Thanks! >>>>>>> steven >>>>>>> >>>>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>>>> iain duncan is ok after pulling from git. >>>>>>>> now the build failed here: >>>>>>>> >>>>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>>>> required architecture x86_64 in file >>>>>>>> Undefined symbols: >>>>>>>> "_jack_transport_stop", referenced from: >>>>>>>> _jack_transport in jackTransport.os >>>>>>>> "_jack_transport_locate", referenced from: >>>>>>>> _jack_transport in jackTransport.os >>>>>>>> "_jack_transport_start", referenced from: >>>>>>>> _jack_transport in jackTransport.os >>>>>>>> ld: symbol(s) not found >>>>>>>> collect2: ld returned 1 exit status >>>>>>>> lipo: can't open input file: >>>>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>>>> file or directory) >>>>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>>>> scons: building terminated because of errors. >>>>>>>> >>>>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>>>> >>>>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>>>> >>>>>>>> i took these options from stevens description about building csound >>>>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>>>> dependecy? >>>>>>>> >>>>>>>> best - >>>>>>>> >>>>>>>> joachim >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>> _______________________________________________ >>>>>>>> Csound-devel mailing list >>>>>>>> [hidden email] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>> _______________________________________________ >>>>>>> Csound-devel mailing list >>>>>>> [hidden email] >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
In fact, I have edited the script for 10.5, which you can try using. Read the comments in it. There are three issues of concern:
1) Manual: you have to have the built html manual somewhere 2) Libs: you need support libs in /usr/local/lib 3) If you want the extras (like csoundqt and examples) to go in, you will need to supply them. If your build system is setup (with the necessary libs etc) the script should build an installer for you. See attached. Victor On 12 Feb 2012, at 10:26, Victor Lazzarini wrote: > Joachim, > > why are you using install.py on OSX? It is not quite configured to work on that platform. If you want to build an installer on OSX, go to > installer/macosx/ and edit the release-build-10.6.sh script to suit your release (rename it 10.5) and try running it. It will be far better to > diagnose and fix this script than one that has not been maintained. > > Regards > > Victor > > > On 12 Feb 2012, at 09:51, joachim heintz wrote: > >> sorry, upgraded to scons 2.1.0, not 2.0.1 >> >> Am 12.02.2012 10:45, schrieb joachim heintz: >>> good morning ... >>> >>> i had to remove also /usr/local/bin/csound(64). now the next problem is >>> a complain about an unrecognized option: >>> >>> === Installing executables === >>> strip: unrecognized option: --strip-unneeded >>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>> output] file [...] >>> *** error copying /usr/local/bin/csound >>> strip: unrecognized option: --strip-unneeded >>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>> output] file [...] >>> *** error copying /usr/local/bin/cvanal >>> >>> i thought it might have to do with my scons version and upgraded to >>> 2.0.1, but no change. >>> >>> any idea? >>> >>> a minor problem is that the script can't find the csound5.mo files in >>> the po dir. but i think because of gettext=0 this will have no impact. >>> >>> best - >>> >>> joachim >>> >>> >>> Am 12.02.2012 01:04, schrieb Steven Yi: >>>> Oh, sorry, I just read through, it looks like the script is searching >>>> for csound or csound64 first, and if the uninstall-csound5 script is >>>> *not* found, it gives that message, otherwise it runs the script. Try >>>> removing csound and csound64 from /usr/local/lib, then running >>>> install.py. >>>> >>>> On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >>>>> this is the message: >>>>> >>>>> sudo python install.py >>>>> Csound5 Linux installer by Istvan Varga >>>>> >>>>> /usr/local >>>>> *** Error: an already existing installation of Csound was found >>>>> *** Try removing it first, and then run this script again >>>>> >>>>> >>>>> Am 12.02.2012 00:46, schrieb Steven Yi: >>>>>> I'm not sure, using buildRelease for scons and using sudo usually >>>>>> copies the updated Framework to /Library/Frameworks. I have not used >>>>>> install.py in quite some time. Could you post what errors you get? >>>>>> >>>>>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>>>>> thanks, steven; that did the trick. >>>>>>> the targets are there, but running sudo python install.py rejects to >>>>>>> overwrite the existing csound version. how can i go there? >>>>>>> >>>>>>> >>>>>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>>>>> >>>>>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>>>>> with 3 architectures >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>> i386): Mach-O dynamically linked shared library i386 >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>>>>> >>>>>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>>>>> >>>>>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>>>>> >>>>>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>>>>> PowerPC 10.4 - 10.5) >>>>>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>>>>> >>>>>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>>>>> gcc4opt=universalX86. >>>>>>>> >>>>>>>> Thanks! >>>>>>>> steven >>>>>>>> >>>>>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>>>>> iain duncan is ok after pulling from git. >>>>>>>>> now the build failed here: >>>>>>>>> >>>>>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>>>>> required architecture x86_64 in file >>>>>>>>> Undefined symbols: >>>>>>>>> "_jack_transport_stop", referenced from: >>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>> "_jack_transport_locate", referenced from: >>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>> "_jack_transport_start", referenced from: >>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>> ld: symbol(s) not found >>>>>>>>> collect2: ld returned 1 exit status >>>>>>>>> lipo: can't open input file: >>>>>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>>>>> file or directory) >>>>>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>>>>> scons: building terminated because of errors. >>>>>>>>> >>>>>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>>>>> >>>>>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>>>>> >>>>>>>>> i took these options from stevens description about building csound >>>>>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>>>>> dependecy? >>>>>>>>> >>>>>>>>> best - >>>>>>>>> >>>>>>>>> joachim >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>> _______________________________________________ >>>>>>>>> Csound-devel mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>> _______________________________________________ >>>>>>>> Csound-devel mailing list >>>>>>>> [hidden email] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>> _______________________________________________ >>>>>>> Csound-devel mailing list >>>>>>> [hidden email] >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > Dr Victor Lazzarini > Senior Lecturer > Dept. of Music > NUI Maynooth Ireland > tel.: +353 1 708 3545 > Victor dot Lazzarini AT nuim dot ie > > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
In reply to this post by Victor Lazzarini
hi victor -
i didn't know this. if you find it useful to distribute a 10.5 version, too, i can give it a try. i will certainly need help from you or steven. first questions: 1) where can i get an appropriate builded manual version? how has it to be named? 2) where do you put the shell script - in the topelevel dir, or in installer/macosx? best regards - joachim Am 12.02.2012 11:26, schrieb Victor Lazzarini: > Joachim, > > why are you using install.py on OSX? It is not quite configured to work on that platform. If you want to build an installer on OSX, go to > installer/macosx/ and edit the release-build-10.6.sh script to suit your release (rename it 10.5) and try running it. It will be far better to > diagnose and fix this script than one that has not been maintained. > > Regards > > Victor > > > On 12 Feb 2012, at 09:51, joachim heintz wrote: > >> sorry, upgraded to scons 2.1.0, not 2.0.1 >> >> Am 12.02.2012 10:45, schrieb joachim heintz: >>> good morning ... >>> >>> i had to remove also /usr/local/bin/csound(64). now the next problem is >>> a complain about an unrecognized option: >>> >>> === Installing executables === >>> strip: unrecognized option: --strip-unneeded >>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>> output] file [...] >>> *** error copying /usr/local/bin/csound >>> strip: unrecognized option: --strip-unneeded >>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>> output] file [...] >>> *** error copying /usr/local/bin/cvanal >>> >>> i thought it might have to do with my scons version and upgraded to >>> 2.0.1, but no change. >>> >>> any idea? >>> >>> a minor problem is that the script can't find the csound5.mo files in >>> the po dir. but i think because of gettext=0 this will have no impact. >>> >>> best - >>> >>> joachim >>> >>> >>> Am 12.02.2012 01:04, schrieb Steven Yi: >>>> Oh, sorry, I just read through, it looks like the script is searching >>>> for csound or csound64 first, and if the uninstall-csound5 script is >>>> *not* found, it gives that message, otherwise it runs the script. Try >>>> removing csound and csound64 from /usr/local/lib, then running >>>> install.py. >>>> >>>> On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >>>>> this is the message: >>>>> >>>>> sudo python install.py >>>>> Csound5 Linux installer by Istvan Varga >>>>> >>>>> /usr/local >>>>> *** Error: an already existing installation of Csound was found >>>>> *** Try removing it first, and then run this script again >>>>> >>>>> >>>>> Am 12.02.2012 00:46, schrieb Steven Yi: >>>>>> I'm not sure, using buildRelease for scons and using sudo usually >>>>>> copies the updated Framework to /Library/Frameworks. I have not used >>>>>> install.py in quite some time. Could you post what errors you get? >>>>>> >>>>>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>>>>> thanks, steven; that did the trick. >>>>>>> the targets are there, but running sudo python install.py rejects to >>>>>>> overwrite the existing csound version. how can i go there? >>>>>>> >>>>>>> >>>>>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>>>>> >>>>>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>>>>> with 3 architectures >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>> i386): Mach-O dynamically linked shared library i386 >>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>>>>> >>>>>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>>>>> >>>>>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>>>>> >>>>>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>>>>> PowerPC 10.4 - 10.5) >>>>>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>>>>> >>>>>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>>>>> gcc4opt=universalX86. >>>>>>>> >>>>>>>> Thanks! >>>>>>>> steven >>>>>>>> >>>>>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>>>>> iain duncan is ok after pulling from git. >>>>>>>>> now the build failed here: >>>>>>>>> >>>>>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>>>>> required architecture x86_64 in file >>>>>>>>> Undefined symbols: >>>>>>>>> "_jack_transport_stop", referenced from: >>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>> "_jack_transport_locate", referenced from: >>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>> "_jack_transport_start", referenced from: >>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>> ld: symbol(s) not found >>>>>>>>> collect2: ld returned 1 exit status >>>>>>>>> lipo: can't open input file: >>>>>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>>>>> file or directory) >>>>>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>>>>> scons: building terminated because of errors. >>>>>>>>> >>>>>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>>>>> >>>>>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>>>>> >>>>>>>>> i took these options from stevens description about building csound >>>>>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>>>>> dependecy? >>>>>>>>> >>>>>>>>> best - >>>>>>>>> >>>>>>>>> joachim >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>> _______________________________________________ >>>>>>>>> Csound-devel mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>> _______________________________________________ >>>>>>>> Csound-devel mailing list >>>>>>>> [hidden email] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>> _______________________________________________ >>>>>>> Csound-devel mailing list >>>>>>> [hidden email] >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > Dr Victor Lazzarini > Senior Lecturer > Dept. of Music > NUI Maynooth Ireland > tel.: +353 1 708 3545 > Victor dot Lazzarini AT nuim dot ie > > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
Hi Joachim,
1) I build the manual from git when doing release. You can do the same or modify the shell script to point to where you like. 2) The build script is currently meant to be used within installer/macosx. It create a directory with the date/time of when the build starts and does everything within that folder, so it is easy to clean up afterwards. Note: We've tested the build script on 10.6 and 10.7. It uses commandline versions of pkgmakercalled pkgbuild and productbuild, as well as other tools, but I am not certain when those commandline versions came out. Hopefully it is there on 10.5 as well. Thanks! steven On Mon, Feb 13, 2012 at 1:14 PM, joachim heintz <[hidden email]> wrote: > hi victor - > > i didn't know this. if you find it useful to distribute a 10.5 version, > too, i can give it a try. i will certainly need help from you or steven. > > first questions: > 1) where can i get an appropriate builded manual version? how has it to > be named? > 2) where do you put the shell script - in the topelevel dir, or in > installer/macosx? > > best regards - > > joachim > > Am 12.02.2012 11:26, schrieb Victor Lazzarini: >> Joachim, >> >> why are you using install.py on OSX? It is not quite configured to work on that platform. If you want to build an installer on OSX, go to >> installer/macosx/ and edit the release-build-10.6.sh script to suit your release (rename it 10.5) and try running it. It will be far better to >> diagnose and fix this script than one that has not been maintained. >> >> Regards >> >> Victor >> >> >> On 12 Feb 2012, at 09:51, joachim heintz wrote: >> >>> sorry, upgraded to scons 2.1.0, not 2.0.1 >>> >>> Am 12.02.2012 10:45, schrieb joachim heintz: >>>> good morning ... >>>> >>>> i had to remove also /usr/local/bin/csound(64). now the next problem is >>>> a complain about an unrecognized option: >>>> >>>> === Installing executables === >>>> strip: unrecognized option: --strip-unneeded >>>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>>> output] file [...] >>>> *** error copying /usr/local/bin/csound >>>> strip: unrecognized option: --strip-unneeded >>>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>>> output] file [...] >>>> *** error copying /usr/local/bin/cvanal >>>> >>>> i thought it might have to do with my scons version and upgraded to >>>> 2.0.1, but no change. >>>> >>>> any idea? >>>> >>>> a minor problem is that the script can't find the csound5.mo files in >>>> the po dir. but i think because of gettext=0 this will have no impact. >>>> >>>> best - >>>> >>>> joachim >>>> >>>> >>>> Am 12.02.2012 01:04, schrieb Steven Yi: >>>>> Oh, sorry, I just read through, it looks like the script is searching >>>>> for csound or csound64 first, and if the uninstall-csound5 script is >>>>> *not* found, it gives that message, otherwise it runs the script. Try >>>>> removing csound and csound64 from /usr/local/lib, then running >>>>> install.py. >>>>> >>>>> On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >>>>>> this is the message: >>>>>> >>>>>> sudo python install.py >>>>>> Csound5 Linux installer by Istvan Varga >>>>>> >>>>>> /usr/local >>>>>> *** Error: an already existing installation of Csound was found >>>>>> *** Try removing it first, and then run this script again >>>>>> >>>>>> >>>>>> Am 12.02.2012 00:46, schrieb Steven Yi: >>>>>>> I'm not sure, using buildRelease for scons and using sudo usually >>>>>>> copies the updated Framework to /Library/Frameworks. I have not used >>>>>>> install.py in quite some time. Could you post what errors you get? >>>>>>> >>>>>>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>>>>>> thanks, steven; that did the trick. >>>>>>>> the targets are there, but running sudo python install.py rejects to >>>>>>>> overwrite the existing csound version. how can i go there? >>>>>>>> >>>>>>>> >>>>>>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>>>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>>>>>> >>>>>>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>>>>>> with 3 architectures >>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>> i386): Mach-O dynamically linked shared library i386 >>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>>>>>> >>>>>>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>>>>>> >>>>>>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>>>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>>>>>> >>>>>>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>>>>>> PowerPC 10.4 - 10.5) >>>>>>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>>>>>> >>>>>>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>>>>>> gcc4opt=universalX86. >>>>>>>>> >>>>>>>>> Thanks! >>>>>>>>> steven >>>>>>>>> >>>>>>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>>>>>> iain duncan is ok after pulling from git. >>>>>>>>>> now the build failed here: >>>>>>>>>> >>>>>>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>>>>>> required architecture x86_64 in file >>>>>>>>>> Undefined symbols: >>>>>>>>>> "_jack_transport_stop", referenced from: >>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>> "_jack_transport_locate", referenced from: >>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>> "_jack_transport_start", referenced from: >>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>> ld: symbol(s) not found >>>>>>>>>> collect2: ld returned 1 exit status >>>>>>>>>> lipo: can't open input file: >>>>>>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>>>>>> file or directory) >>>>>>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>>>>>> scons: building terminated because of errors. >>>>>>>>>> >>>>>>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>>>>>> >>>>>>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>>>>>> >>>>>>>>>> i took these options from stevens description about building csound >>>>>>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>>>>>> dependecy? >>>>>>>>>> >>>>>>>>>> best - >>>>>>>>>> >>>>>>>>>> joachim >>>>>>>>>> >>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>>> _______________________________________________ >>>>>>>>>> Csound-devel mailing list >>>>>>>>>> [hidden email] >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>> _______________________________________________ >>>>>>>>> Csound-devel mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>> _______________________________________________ >>>>>>>> Csound-devel mailing list >>>>>>>> [hidden email] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>> _______________________________________________ >>>>>>> Csound-devel mailing list >>>>>>> [hidden email] >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> Dr Victor Lazzarini >> Senior Lecturer >> Dept. of Music >> NUI Maynooth Ireland >> tel.: +353 1 708 3545 >> Victor dot Lazzarini AT nuim dot ie >> >> >> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
hi steven -
thanks for the quick reply and advice. as to 1): is it ok just to download http://sourceforge.net/projects/csound/files/csound5/csound5.16/manual/Csound5.16_manual_html.zip/download and put it in the toplevel directory? or do i need anything else, certain names etc? best - joachim Am 13.02.2012 14:20, schrieb Steven Yi: > Hi Joachim, > > 1) I build the manual from git when doing release. You can do the > same or modify the shell script to point to where you like. > 2) The build script is currently meant to be used within > installer/macosx. It create a directory with the date/time of when > the build starts and does everything within that folder, so it is easy > to clean up afterwards. > > Note: We've tested the build script on 10.6 and 10.7. It uses > commandline versions of pkgmakercalled pkgbuild and productbuild, as > well as other tools, but I am not certain when those commandline > versions came out. Hopefully it is there on 10.5 as well. > > Thanks! > steven > > On Mon, Feb 13, 2012 at 1:14 PM, joachim heintz <[hidden email]> wrote: >> hi victor - >> >> i didn't know this. if you find it useful to distribute a 10.5 version, >> too, i can give it a try. i will certainly need help from you or steven. >> >> first questions: >> 1) where can i get an appropriate builded manual version? how has it to >> be named? >> 2) where do you put the shell script - in the topelevel dir, or in >> installer/macosx? >> >> best regards - >> >> joachim >> >> Am 12.02.2012 11:26, schrieb Victor Lazzarini: >>> Joachim, >>> >>> why are you using install.py on OSX? It is not quite configured to work on that platform. If you want to build an installer on OSX, go to >>> installer/macosx/ and edit the release-build-10.6.sh script to suit your release (rename it 10.5) and try running it. It will be far better to >>> diagnose and fix this script than one that has not been maintained. >>> >>> Regards >>> >>> Victor >>> >>> >>> On 12 Feb 2012, at 09:51, joachim heintz wrote: >>> >>>> sorry, upgraded to scons 2.1.0, not 2.0.1 >>>> >>>> Am 12.02.2012 10:45, schrieb joachim heintz: >>>>> good morning ... >>>>> >>>>> i had to remove also /usr/local/bin/csound(64). now the next problem is >>>>> a complain about an unrecognized option: >>>>> >>>>> === Installing executables === >>>>> strip: unrecognized option: --strip-unneeded >>>>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>>>> output] file [...] >>>>> *** error copying /usr/local/bin/csound >>>>> strip: unrecognized option: --strip-unneeded >>>>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>>>> output] file [...] >>>>> *** error copying /usr/local/bin/cvanal >>>>> >>>>> i thought it might have to do with my scons version and upgraded to >>>>> 2.0.1, but no change. >>>>> >>>>> any idea? >>>>> >>>>> a minor problem is that the script can't find the csound5.mo files in >>>>> the po dir. but i think because of gettext=0 this will have no impact. >>>>> >>>>> best - >>>>> >>>>> joachim >>>>> >>>>> >>>>> Am 12.02.2012 01:04, schrieb Steven Yi: >>>>>> Oh, sorry, I just read through, it looks like the script is searching >>>>>> for csound or csound64 first, and if the uninstall-csound5 script is >>>>>> *not* found, it gives that message, otherwise it runs the script. Try >>>>>> removing csound and csound64 from /usr/local/lib, then running >>>>>> install.py. >>>>>> >>>>>> On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >>>>>>> this is the message: >>>>>>> >>>>>>> sudo python install.py >>>>>>> Csound5 Linux installer by Istvan Varga >>>>>>> >>>>>>> /usr/local >>>>>>> *** Error: an already existing installation of Csound was found >>>>>>> *** Try removing it first, and then run this script again >>>>>>> >>>>>>> >>>>>>> Am 12.02.2012 00:46, schrieb Steven Yi: >>>>>>>> I'm not sure, using buildRelease for scons and using sudo usually >>>>>>>> copies the updated Framework to /Library/Frameworks. I have not used >>>>>>>> install.py in quite some time. Could you post what errors you get? >>>>>>>> >>>>>>>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>>>>>>> thanks, steven; that did the trick. >>>>>>>>> the targets are there, but running sudo python install.py rejects to >>>>>>>>> overwrite the existing csound version. how can i go there? >>>>>>>>> >>>>>>>>> >>>>>>>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>>>>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>>>>>>> >>>>>>>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>>>>>>> with 3 architectures >>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>>> i386): Mach-O dynamically linked shared library i386 >>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>>>>>>> >>>>>>>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>>>>>>> >>>>>>>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>>>>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>>>>>>> >>>>>>>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>>>>>>> PowerPC 10.4 - 10.5) >>>>>>>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>>>>>>> >>>>>>>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>>>>>>> gcc4opt=universalX86. >>>>>>>>>> >>>>>>>>>> Thanks! >>>>>>>>>> steven >>>>>>>>>> >>>>>>>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>>>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>>>>>>> iain duncan is ok after pulling from git. >>>>>>>>>>> now the build failed here: >>>>>>>>>>> >>>>>>>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>>>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>>>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>>>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>>>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>>>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>>>>>>> required architecture x86_64 in file >>>>>>>>>>> Undefined symbols: >>>>>>>>>>> "_jack_transport_stop", referenced from: >>>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>>> "_jack_transport_locate", referenced from: >>>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>>> "_jack_transport_start", referenced from: >>>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>>> ld: symbol(s) not found >>>>>>>>>>> collect2: ld returned 1 exit status >>>>>>>>>>> lipo: can't open input file: >>>>>>>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>>>>>>> file or directory) >>>>>>>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>>>>>>> scons: building terminated because of errors. >>>>>>>>>>> >>>>>>>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>>>>>>> >>>>>>>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>>>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>>>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>>>>>>> >>>>>>>>>>> i took these options from stevens description about building csound >>>>>>>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>>>>>>> dependecy? >>>>>>>>>>> >>>>>>>>>>> best - >>>>>>>>>>> >>>>>>>>>>> joachim >>>>>>>>>>> >>>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> Csound-devel mailing list >>>>>>>>>>> [hidden email] >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>>> >>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>>> _______________________________________________ >>>>>>>>>> Csound-devel mailing list >>>>>>>>>> [hidden email] >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>> _______________________________________________ >>>>>>>>> Csound-devel mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>> _______________________________________________ >>>>>>>> Csound-devel mailing list >>>>>>>> [hidden email] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>> _______________________________________________ >>>>>>> Csound-devel mailing list >>>>>>> [hidden email] >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >>> Dr Victor Lazzarini >>> Senior Lecturer >>> Dept. of Music >>> NUI Maynooth Ireland >>> tel.: +353 1 708 3545 >>> Victor dot Lazzarini AT nuim dot ie >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
Hi Joachim,
I'm sorry I forgot I had not replied to this, but you should be alright to use the released manual zip. Thanks, steven On Mon, Feb 13, 2012 at 1:34 PM, joachim heintz <[hidden email]> wrote: > hi steven - > thanks for the quick reply and advice. as to 1): is it ok just to > download > http://sourceforge.net/projects/csound/files/csound5/csound5.16/manual/Csound5.16_manual_html.zip/download > and put it in the toplevel directory? or do i need anything else, > certain names etc? > best - > joachim > > Am 13.02.2012 14:20, schrieb Steven Yi: >> Hi Joachim, >> >> 1) I build the manual from git when doing release. You can do the >> same or modify the shell script to point to where you like. >> 2) The build script is currently meant to be used within >> installer/macosx. It create a directory with the date/time of when >> the build starts and does everything within that folder, so it is easy >> to clean up afterwards. >> >> Note: We've tested the build script on 10.6 and 10.7. It uses >> commandline versions of pkgmakercalled pkgbuild and productbuild, as >> well as other tools, but I am not certain when those commandline >> versions came out. Hopefully it is there on 10.5 as well. >> >> Thanks! >> steven >> >> On Mon, Feb 13, 2012 at 1:14 PM, joachim heintz <[hidden email]> wrote: >>> hi victor - >>> >>> i didn't know this. if you find it useful to distribute a 10.5 version, >>> too, i can give it a try. i will certainly need help from you or steven. >>> >>> first questions: >>> 1) where can i get an appropriate builded manual version? how has it to >>> be named? >>> 2) where do you put the shell script - in the topelevel dir, or in >>> installer/macosx? >>> >>> best regards - >>> >>> joachim >>> >>> Am 12.02.2012 11:26, schrieb Victor Lazzarini: >>>> Joachim, >>>> >>>> why are you using install.py on OSX? It is not quite configured to work on that platform. If you want to build an installer on OSX, go to >>>> installer/macosx/ and edit the release-build-10.6.sh script to suit your release (rename it 10.5) and try running it. It will be far better to >>>> diagnose and fix this script than one that has not been maintained. >>>> >>>> Regards >>>> >>>> Victor >>>> >>>> >>>> On 12 Feb 2012, at 09:51, joachim heintz wrote: >>>> >>>>> sorry, upgraded to scons 2.1.0, not 2.0.1 >>>>> >>>>> Am 12.02.2012 10:45, schrieb joachim heintz: >>>>>> good morning ... >>>>>> >>>>>> i had to remove also /usr/local/bin/csound(64). now the next problem is >>>>>> a complain about an unrecognized option: >>>>>> >>>>>> === Installing executables === >>>>>> strip: unrecognized option: --strip-unneeded >>>>>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>>>>> output] file [...] >>>>>> *** error copying /usr/local/bin/csound >>>>>> strip: unrecognized option: --strip-unneeded >>>>>> Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o >>>>>> output] file [...] >>>>>> *** error copying /usr/local/bin/cvanal >>>>>> >>>>>> i thought it might have to do with my scons version and upgraded to >>>>>> 2.0.1, but no change. >>>>>> >>>>>> any idea? >>>>>> >>>>>> a minor problem is that the script can't find the csound5.mo files in >>>>>> the po dir. but i think because of gettext=0 this will have no impact. >>>>>> >>>>>> best - >>>>>> >>>>>> joachim >>>>>> >>>>>> >>>>>> Am 12.02.2012 01:04, schrieb Steven Yi: >>>>>>> Oh, sorry, I just read through, it looks like the script is searching >>>>>>> for csound or csound64 first, and if the uninstall-csound5 script is >>>>>>> *not* found, it gives that message, otherwise it runs the script. Try >>>>>>> removing csound and csound64 from /usr/local/lib, then running >>>>>>> install.py. >>>>>>> >>>>>>> On Sat, Feb 11, 2012 at 11:57 PM, joachim heintz <[hidden email]> wrote: >>>>>>>> this is the message: >>>>>>>> >>>>>>>> sudo python install.py >>>>>>>> Csound5 Linux installer by Istvan Varga >>>>>>>> >>>>>>>> /usr/local >>>>>>>> *** Error: an already existing installation of Csound was found >>>>>>>> *** Try removing it first, and then run this script again >>>>>>>> >>>>>>>> >>>>>>>> Am 12.02.2012 00:46, schrieb Steven Yi: >>>>>>>>> I'm not sure, using buildRelease for scons and using sudo usually >>>>>>>>> copies the updated Framework to /Library/Frameworks. I have not used >>>>>>>>> install.py in quite some time. Could you post what errors you get? >>>>>>>>> >>>>>>>>> On Sat, Feb 11, 2012 at 11:35 PM, joachim heintz <[hidden email]> wrote: >>>>>>>>>> thanks, steven; that did the trick. >>>>>>>>>> the targets are there, but running sudo python install.py rejects to >>>>>>>>>> overwrite the existing csound version. how can i go there? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Am 12.02.2012 00:08, schrieb Steven Yi: >>>>>>>>>>> Interesting, I have Jackmp.framework here and it has all architectures: >>>>>>>>>>> >>>>>>>>>>> Steven-Yis-MacBook-Pro:csound5 stevenyi$ file >>>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp >>>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp: Mach-O universal binary >>>>>>>>>>> with 3 architectures >>>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>>>> x86_64): Mach-O 64-bit dynamically linked shared library x86_64 >>>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>>>> i386): Mach-O dynamically linked shared library i386 >>>>>>>>>>> /Library/Frameworks/Jackmp.framework/Jackmp (for architecture >>>>>>>>>>> ppc7400): Mach-O dynamically linked shared library ppc >>>>>>>>>>> >>>>>>>>>>> It looks like Jack for 10.5 is not built with x86_64: >>>>>>>>>>> >>>>>>>>>>> (64/32 bit version: supported Mac OS X versions: Intel 10.6 - 10.7) >>>>>>>>>>> full installer, uninstaller & documentation (21.9 MB) (December 17, 2011) >>>>>>>>>>> >>>>>>>>>>> (32 bit version: supported Mac OS X versions: Intel 10.4 - 10.7, >>>>>>>>>>> PowerPC 10.4 - 10.5) >>>>>>>>>>> full installer, uninstaller & documentation (12.2 MB) (December 17, 2011) >>>>>>>>>>> >>>>>>>>>>> So with 10.5, try building with gcc4opt=universal instead of >>>>>>>>>>> gcc4opt=universalX86. >>>>>>>>>>> >>>>>>>>>>> Thanks! >>>>>>>>>>> steven >>>>>>>>>>> >>>>>>>>>>> On Sat, Feb 11, 2012 at 11:03 PM, joachim heintz <[hidden email]> wrote: >>>>>>>>>>>> i continue trying to build csound for osx 10.5. the error reported by >>>>>>>>>>>> iain duncan is ok after pulling from git. >>>>>>>>>>>> now the build failed here: >>>>>>>>>>>> >>>>>>>>>>>> gcc -o libjackTransport.dylib -arch i386 -arch x86_64 -F. -framework >>>>>>>>>>>> CsoundLib64 -lsndfile -framework CoreMidi -framework CoreFoundation >>>>>>>>>>>> -framework CoreServices -framework CoreAudio -framework Jackmp >>>>>>>>>>>> -dynamiclib Opcodes/jackTransport.os -L. -L. -L/usr/local/lib -L. -L. >>>>>>>>>>>> -lsndfile -lpthread -lsndfile -lpthread >>>>>>>>>>>> ld warning: in /Library/Frameworks//Jackmp.framework/Jackmp, missing >>>>>>>>>>>> required architecture x86_64 in file >>>>>>>>>>>> Undefined symbols: >>>>>>>>>>>> "_jack_transport_stop", referenced from: >>>>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>>>> "_jack_transport_locate", referenced from: >>>>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>>>> "_jack_transport_start", referenced from: >>>>>>>>>>>> _jack_transport in jackTransport.os >>>>>>>>>>>> ld: symbol(s) not found >>>>>>>>>>>> collect2: ld returned 1 exit status >>>>>>>>>>>> lipo: can't open input file: >>>>>>>>>>>> /var/folders/mk/mkpuhjKkEj0EgPnHdD3w0++++TI/-Tmp-//ccsb3Ka8.out (No such >>>>>>>>>>>> file or directory) >>>>>>>>>>>> scons: *** [libjackTransport.dylib] Error 1 >>>>>>>>>>>> scons: building terminated because of errors. >>>>>>>>>>>> >>>>>>>>>>>> i have jack installed. do i need anything else? my scons options are: >>>>>>>>>>>> >>>>>>>>>>>> scons buildInterfaces=1 buildJavaWrapper=1 useDouble=1 >>>>>>>>>>>> gcc4opt=universalX86 dynamicCsoundLibrary=1 buildRelease=1 buildBeats=1 >>>>>>>>>>>> buildMultiCore=1 buildVirtual=1 useOSC=1 useGettext=0 >>>>>>>>>>>> >>>>>>>>>>>> i took these options from stevens description about building csound >>>>>>>>>>>> under 10.7. i am wondering whether jack should not be mentioned as a >>>>>>>>>>>> dependecy? >>>>>>>>>>>> >>>>>>>>>>>> best - >>>>>>>>>>>> >>>>>>>>>>>> joachim >>>>>>>>>>>> >>>>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> Csound-devel mailing list >>>>>>>>>>>> [hidden email] >>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>>>> >>>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> Csound-devel mailing list >>>>>>>>>>> [hidden email] >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>>> _______________________________________________ >>>>>>>>>> Csound-devel mailing list >>>>>>>>>> [hidden email] >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>>> _______________________________________________ >>>>>>>>> Csound-devel mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>>> _______________________________________________ >>>>>>>> Csound-devel mailing list >>>>>>>> [hidden email] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>>> also focuses on allowing computing to be delivered as a service. >>>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>>> _______________________________________________ >>>>>>> Csound-devel mailing list >>>>>>> [hidden email] >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Virtualization & Cloud Management Using Capacity Planning >>>>>> Cloud computing makes use of virtualization - but cloud computing >>>>>> also focuses on allowing computing to be delivered as a service. >>>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> [hidden email] >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Virtualization & Cloud Management Using Capacity Planning >>>>> Cloud computing makes use of virtualization - but cloud computing >>>>> also focuses on allowing computing to be delivered as a service. >>>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> [hidden email] >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>>> Dr Victor Lazzarini >>>> Senior Lecturer >>>> Dept. of Music >>>> NUI Maynooth Ireland >>>> tel.: +353 1 708 3545 >>>> Victor dot Lazzarini AT nuim dot ie >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Try before you buy = See our experts in action! >>> The most comprehensive online learning library for Microsoft developers >>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >>> Metro Style Apps, more. Free future releases when you subscribe now! >>> http://p.sf.net/sfu/learndevnow-dev2 >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> ------------------------------------------------------------------------------ >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
| Powered by Nabble | See how NAML generates this page |
