hi, trying to figure out why -schedlib is not working with pdj for me I am trying to compile pdj against 0.41, but wanted to build pd binaries first, unfortunately I am getting this error:
cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include -I../portaudio/include -I../portaudio/src/common -I../portaudio/src/os/mac_osx/ -I../portmidi/pm_common -I../portmidi/pm_mac -I../portmidi/porttime -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -DNEWBUFFER -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/tmp//ccPATFeH.out (No such file or directory) make: *** [../bin/pd-watchdog] Error 1
i just typed ./configure without any flags. and I am on os x 10.5 best, marius.
marius schebella wrote:
hi, trying to figure out why -schedlib is not working with pdj for me I am trying to compile pdj against 0.41, but wanted to build pd binaries first, unfortunately I am getting this error:
http://lists.apple.com/archives/Xcode-users/2007/Oct/msg00694.html
"" I think this is because the compiler believes you're targeting 10.5 as a minimum OS version. It doesn't know much about what that SDK is. Try passing -mmacosx-version-min=10.4 and see if that fixes it. ""
cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include -I../portaudio/include -I../portaudio/src/common -I../portaudio/src/os/mac_osx/ -I../portmidi/pm_common -I../portmidi/pm_mac -I../portmidi/porttime -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -DNEWBUFFER -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/tmp//ccPATFeH.out (No such file or directory) make: *** [../bin/pd-watchdog] Error 1
i just typed ./configure without any flags. and I am on os x 10.5 best, marius.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Claude Heiland-Allen wrote:
marius schebella wrote:
hi, trying to figure out why -schedlib is not working with pdj for me I am trying to compile pdj against 0.41, but wanted to build pd binaries first, unfortunately I am getting this error:
http://lists.apple.com/archives/Xcode-users/2007/Oct/msg00694.html
"" I think this is because the compiler believes you're targeting 10.5 as a minimum OS version. It doesn't know much about what that SDK is. Try passing -mmacosx-version-min=10.4 and see if that fixes it. ""
that worked, but I had to paste it manually, maybe it can be included in the makefile script? after installation I noticed that I never have used pd "raw" (outside of /Applications), and don't know how to start it. anyway, it did not solve the schedlib problem, so I guess I will file a bug report. marius.
marius schebella wrote:
after installation I noticed that I never have used pd "raw" (outside of /Applications), and don't know how to start it.
you mean like: $ /Applications/Pd.app/Contents/Resources/bin/pd or $ ../bin/pd
didn't you use linux before you switched to osx?
mfga IOhannes
IOhannes m zmölnig wrote:
marius schebella wrote:
after installation I noticed that I never have used pd "raw" (outside of /Applications), and don't know how to start it.
you mean like: $ /Applications/Pd.app/Contents/Resources/bin/pd or $ ../bin/pd
exactly. that brings up pd but with a wrong menubar, no submenus except file-new/open, and it is not possible to open files, nor create new patches. the menubar is also not called pd, but wish. and the tcl-tk icon is in the taskbar. marius.
marius schebella wrote:
exactly. that brings up pd but with a wrong menubar, no submenus except file-new/open, and it is not possible to open files, nor create new patches. the menubar is also not called pd, but wish. and the tcl-tk icon is in the taskbar.
weird. i also get the tcl-tk icon and "wish" as a name. i admit that i don't care much.
however, i can use Pd just like i am used to use it. (open patches, create new ones)
fg,asdr IOhannes
IOhannes m zmölnig wrote:
marius schebella wrote:
exactly. that brings up pd but with a wrong menubar, no submenus except file-new/open, and it is not possible to open files, nor create new patches. the menubar is also not called pd, but wish. and the tcl-tk icon is in the taskbar.
weird. i also get the tcl-tk icon and "wish" as a name. i admit that i don't care much.
however, i can use Pd just like i am used to use it. (open patches, create new ones)
fg,asdr IOhannes
well, I have to say that I did not make install. maybe that's the problem? marius.
IOhannes m zmölnig wrote:
marius schebella wrote:
well, I have to say that I did not make install. maybe that's the problem? marius.
neither did i (i don't want to 'make install' everytime i try to find a bug :-))
maybe this is a 10.5 related problem? which version of osx were you using? I also get an error message when I try to open a patch, but I am not sure if that is related to the problem. NavGetReply failed, -128
on the other hand, it worked after I created a new copy of /Applications/Pd-0.41-4 and pasted the compiled binaries into /bin.
marius.
On May 9, 2008, at 4:30 PM, IOhannes m zmölnig wrote:
marius schebella wrote:
well, I have to say that I did not make install. maybe that's the
problem? marius.neither did i (i don't want to 'make install' everytime i try to
find a bug :-))
To run it like /Applications/Pd-0.41-4.app/Contents/Resources/bin/pd,
you have to have the Wish.app installed on your computer somewhere
findable, like /Applications. On Mac OS X, the start order is the
opposite of that on GNU/Linux:
GNU/Linux: pd opens pd-gui/wish Mac OS X: pd-gui/wish opens pd Windows: pd opens pd-gui/wish
On Mac OS X, I recommend either installing Wish.app, or starting it
like this:
/Applications/Pd-0.41-4.app/Contents/MacOS/Pd
I wrote up a FAQ entry on this, since there are lots of little
niggling details:
http://puredata.info/docs/faq/how-do-i-run-pd-from-the-command-line
.hc
fgmadsr IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war
on terrorism. - retired U.S. Army general, William Odom