Hi, my first post: i'm trying to compile the threadlib for sndfiler in pd extended 0.40.2 Intel-darwin. I copied the src-directory from vanilla. Does anyone have experience? Thank you, Stiller
USER:~/Desktop/threadlib/src ME$ make
gcc -DPD -c -Wall -Wno-parentheses -Wno-switch -O3 -funroll-loops
-fomit-frame-pointer -pthread
-I/Applications/Pd-0.40.2-extended-2007-05-31.app/Contents/Resources/src
-I. threadlib.c
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
threadlib.c: In function 'threadlib_setup':
threadlib.c:77: warning: 'return' with a value, in function returning void
gcc -DPD -c -Wall -Wno-parentheses -Wno-switch -O3 -funroll-loops
-fomit-frame-pointer -pthread
-I/Applications/Pd-0.40.2-extended-2007-05-31.app/Contents/Resources/src
-I. fifo.c
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
/var/tmp//ccPA3cw0.s:17:junk f' after expression /var/tmp//ccPA3cw0.s:18:Spurious digit 1. /var/tmp//ccPA3cw0.s:18:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:22:junk
f' after expression
/var/tmp//ccPA3cw0.s:24:junk b' after expression /var/tmp//ccPA3cw0.s:25:Spurious digit 2. /var/tmp//ccPA3cw0.s:25:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:47:junk
f' after expression
/var/tmp//ccPA3cw0.s:48:Spurious digit 1.
/var/tmp//ccPA3cw0.s:48:Rest of line ignored. 1st junk character valued
48 (0).
/var/tmp//ccPA3cw0.s:52:junk f' after expression /var/tmp//ccPA3cw0.s:54:junk
b' after expression
/var/tmp//ccPA3cw0.s:55:Spurious digit 2.
/var/tmp//ccPA3cw0.s:55:Rest of line ignored. 1st junk character valued
48 (0).
/var/tmp//ccPA3cw0.s:68:junk f' after expression /var/tmp//ccPA3cw0.s:69:Spurious digit 1. /var/tmp//ccPA3cw0.s:69:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:73:junk
f' after expression
/var/tmp//ccPA3cw0.s:75:junk b' after expression /var/tmp//ccPA3cw0.s:76:Spurious digit 2. /var/tmp//ccPA3cw0.s:76:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:108:junk
f' after expression
/var/tmp//ccPA3cw0.s:109:Spurious digit 1.
/var/tmp//ccPA3cw0.s:109:Rest of line ignored. 1st junk character valued
48 (0).
/var/tmp//ccPA3cw0.s:113:junk f' after expression /var/tmp//ccPA3cw0.s:115:junk
b' after expression
/var/tmp//ccPA3cw0.s:116:Spurious digit 2.
/var/tmp//ccPA3cw0.s:116:Rest of line ignored. 1st junk character valued
48 (0).
/var/tmp//ccPA3cw0.s:180:junk f' after expression /var/tmp//ccPA3cw0.s:181:Spurious digit 1. /var/tmp//ccPA3cw0.s:181:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:185:junk
f' after expression
/var/tmp//ccPA3cw0.s:187:junk b' after expression /var/tmp//ccPA3cw0.s:188:Spurious digit 2. /var/tmp//ccPA3cw0.s:188:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:204:junk
f' after expression
/var/tmp//ccPA3cw0.s:205:Spurious digit 1.
/var/tmp//ccPA3cw0.s:205:Rest of line ignored. 1st junk character valued
48 (0).
/var/tmp//ccPA3cw0.s:209:junk f' after expression /var/tmp//ccPA3cw0.s:211:junk
b' after expression
/var/tmp//ccPA3cw0.s:212:Spurious digit 2.
/var/tmp//ccPA3cw0.s:212:Rest of line ignored. 1st junk character valued
48 (0).
/var/tmp//ccPA3cw0.s:225:junk f' after expression /var/tmp//ccPA3cw0.s:226:Spurious digit 1. /var/tmp//ccPA3cw0.s:226:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:230:junk
f' after expression
/var/tmp//ccPA3cw0.s:232:junk b' after expression /var/tmp//ccPA3cw0.s:233:Spurious digit 2. /var/tmp//ccPA3cw0.s:233:Rest of line ignored. 1st junk character valued 48 (0). /var/tmp//ccPA3cw0.s:265:junk
f' after expression
/var/tmp//ccPA3cw0.s:266:Spurious digit 1.
/var/tmp//ccPA3cw0.s:266:Rest of line ignored. 1st junk character valued
48 (0).
/var/tmp//ccPA3cw0.s:270:junk f' after expression /var/tmp//ccPA3cw0.s:272:junk
b' after expression
/var/tmp//ccPA3cw0.s:273:Spurious digit 2.
/var/tmp//ccPA3cw0.s:273:Rest of line ignored. 1st junk character valued
48 (0).
make: *** [fifo.o] Error 1
USER:~/Desktop/threadlib/src ME$ make install
install threadlib.pd_darwin
/Applications/Pd-0.40.2-extended-2007-05-31.app/Contents/Resources//extra
install: threadlib.pd_darwin: No such file or directory
make: *** [install] Error 71