hi, I wanted to test the kiosk.diff patch from sourceforge. I applied the patch and then compiled pd-0.40-3. but when I start Pd I don't see a big difference. Isn't that supposed to run without the pd window popping up and keyboard shortcuts disabled? has anybody ever tested that on mac osx? I am running 10.5.3 now. did I do something wrong? thanks, marius.
Btw, I got that error again: cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include -I../portaudio/pa_common -I../portaudio/pablio -I../portmidi/pm_common -I../portmidi/pm_mac -I../portmidi/porttime -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -Wno-error -O2 -o ../bin/pd-watchdog s_watchdog.c ld: library not found for -lcrt1.10.5.o collect2: ld returned 1 exit status ld: library not found for -lcrt1.10.5.o collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/TH/THjm5UAnEZSSB-y6nQY-6++++TI/-Tmp-//cczSXtMQ.out (No such file or directory) make: *** [../bin/pd-watchdog] Error 1
but I fixed it by adding -mmacosx-version-min=10.4 to the CFLAGS in the makefile.
marius schebella wrote:
hi, I wanted to test the kiosk.diff patch from sourceforge. I applied the patch and then compiled pd-0.40-3. but when I start Pd I don't see a big difference. Isn't that supposed to run without the pd window popping up and keyboard shortcuts disabled? has anybody ever tested that on mac osx? I am running 10.5.3 now. did I do something wrong?
i haven't tried it in a while, but you have to specify the "-kiosk" (or so) flag when starting Pd in order to make it do anything.
iirc, the flag should be mentioned when trying "-help".
dfma IOhannes