Continuing my quest to compile pix_preview, I've created a XCode project. The source compiles ok but needs PD and GEM libraries. I'm on the process of compiling pd 0.41.4 and I get the following error when I run make:
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/7I/7I19eeu1EdGIskTw499EmE+++TI/-Tmp-//cc0rOQHJ.out (No such file or directory) make: *** [../bin/pd-watchdog] Error 1
what library is crt?
Daniel