[PD] [devel_0_38] can't run from build directory

ClaudiusMaximus gloriousclaudiusmaximus at yahoo.co.uk
Sun Jan 9 15:46:08 CET 2005


I just checked out a fresh copy of CVS -r devel_0_38 on my fresh Fedora 
Core 3 Linux install, compiled ok, but the locations of the resulting 
executables seem to be a bit confused (to the extent I can't run pd from 
the build directory, as I did with devel_0_37 a few months ago).

----snip----

$ cd pd/

$ ./bootstrap.sh

$ ./configure --enable-jack --enable-portaudio --enable-simd 
--enable-optimize=athlon-xp --enable-threadedsf --enable-gathreadlocks 
--enable-atomic --enable-newhash --enable-debug --enable-dependency-tracking
(success)

$ make depend
make: *** No rule to make target `depend'.  Stop.

$ make
(success)

$ ./src/pd
Pd version 0.38.0 devel
compiled 14:13:41 Jan  9 2005
port 5400
TCL_LIBRARY="./tcl/library" TK_LIBRARY="./tk/library"  "./bin/pd-gui" 5400
sh: ./bin/pd-gui: No such file or directory
Waiting for connection request...
Pd: signal 2

$ cd src/
$ ./pd
Pd version 0.38.0 devel
compiled 14:13:41 Jan  9 2005
port 5400
TCL_LIBRARY="../tcl/library" TK_LIBRARY="../tk/library"  "../bin/pd-gui" 
5400
sh: ../bin/pd-gui: No such file or directory
Waiting for connection request...
Pd: signal 2

$ cd ..
$ find
bin/nada
src/pd
src/pdreceive
src/pdsend
src/bin/pd-watchdog
src/bin/pd-gui
src/bin/pd.tk
(edited)

----snip----

I guess I will have to do it the "proper" way and specify a prefix 
directory for ./configure and then make && make install, but it's nice 
for quick testing to be able to run from the build directory.

Also note the "make depend" step indicated by the output of ./configure 
(I think) doesn't work.


Happy New Year greetings to everyone in Pd-land.





More information about the Pd-list mailing list