hi all,
i checked in a scons build system for devel_0_38, which might work out of the box (unlikely) or not (likely)...
anyway, feedback is welcome ...
cheers ... tim
On Sat, Jun 18, 2005 at 08:59:38PM +0200, Tim Blechmann wrote:
hi all,
i checked in a scons build system for devel_0_38, which might work out of the box (unlikely) or not (likely)...
nice work! had some errors to work thru for it to work here (on devel_0_39, where i checked it in with changes)
conf failed: exit no error msg solution added error msg conf failed: no symlink from libtk8.5 to libtk if installed from CVS solution hardcoded to 8.5 (bad) should loop thru check 8.[2-5] or something? conf failed: no default optimize flag solution set default to i686 build failed: portaudio gunk (missing files, ringbuffer.h blah blah) solution added portaudio=false option
then only built with: portaudio=false nosimd=true atomic=false
standardize on positive? (simd=true instead of nosimd=false)
anyway, feedback is welcome ...
cheers ... tim
-- mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk
latest mp3: kMW.mp3 http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space would say "I want to see the manager." William S. Burroughs
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
hi carmen ...
nice work! had some errors to work thru for it to work here (on devel_0_39, where i checked it in with changes)
well, since devel_0_39 isn't really working at the moment due to miller's gui changes, i'm still working on devel_0_38 ....
conf failed: no symlink from libtk8.5 to libtk if installed from CVS solution hardcoded to 8.5 (bad) should loop thru check 8.[2-5] or something?
yes ... this would make sense ...
conf failed: no default optimize flag solution set default to i686
ouch ...
build failed: portaudio gunk (missing files, ringbuffer.h blah blah) solution added portaudio=false option
hm ... i'm on the recent pa19 cvs on my machine ... might be a good idea to import that to the cvs, too
then only built with: portaudio=false
right ... i forgot the check for libportaudio
atomic=false
well ... this should be changed ... only works on ia_32
standardize on positive? (simd=true instead of nosimd=false)
well, simd should be true, since it's working on nearly every hardware (well, possibly not on x86_64), so it's always a good idea to enable it... for other cases a test would make sense ...
cheers ... tim
Hi Tim, on OSX 10.3 (which you can' t test, i know) the problem is that TK is not found. I have the same problem for normal PD configure, but it continues then. It's probably because it's a separate framework apart from TCL. I wonder where people who upgraded their TCL/TK installed the frameworks (TK isn't pre-installed on OSX): a) in System/Library/Frameworks, replacing the default TCL b) in Library/Frameworks, and then delete TCL in /System/Library/Frameworks or not?
either way TK isn't currently found with scons.
best greetings, Thomas
Am 18.06.2005 um 20:59 schrieb Tim Blechmann:
hi all,
i checked in a scons build system for devel_0_38, which might work out of the box (unlikely) or not (likely)...
anyway, feedback is welcome ...
cheers ... tim
-- mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk
latest mp3: kMW.mp3 http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space would say "I want to see the manager." William S. Burroughs
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
hi thomas ...
I wonder where people who upgraded their TCL/TK installed the frameworks (TK isn't pre-installed on OSX): a) in System/Library/Frameworks, replacing the default TCL b) in Library/Frameworks, and then delete TCL in /System/Library/Frameworks or not?
well, i need to get my hands on an osx machine to figure that out :-/
cheers ... tim