Hello Hans.
I've tried pix_preview on Leopard and I get the following error when I run "make":
g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -DGEM2PNM_VERSION="0.6" -g -I../pd-0.41-4//src -I. -I../gem-0.91.1//src -I../pd-0.41-4//src -o pix_preview.o -c pix_preview.cpp rm -f pix_preview.pd_linux gcc -export_dynamic -shared -o pix_preview.pd_linux pix_preview.o -lm ld: unknown option: -export_dynamic collect2: ld returned 1 exit status make: *** [pix_preview.pd_linux] Error 1
I haven't got a clue about this error.
On Oct 11, 2008, at 1:14 AM, Hans-Christoph Steiner wrote:
There is pix_preview and pdp_preview for GNU/Linux and maybe for Mac OS X.
They are alpha/betaish quality...
.hc
On Oct 10, 2008, at 4:18 PM, Daniel Almeida wrote:
Hi everyone.
Is it possible to show a pix on a the patch, instead of only showing on the gemwin? This is possible to do with max. I would like to be able to see on the main patch 2 or more playing videos that will be combined in the output on the gemwin.
Daniel
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
Daniel Almeida wrote:
Hello Hans.
I've tried pix_preview on Leopard and I get the following error when I run "make":
g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -DGEM2PNM_VERSION="0.6" -g -I../pd-0.41-4//src -I. -I../gem-0.91.1//src -I../pd-0.41-4//src -o pix_preview.o -c pix_preview.cpp rm -f pix_preview.pd_linux gcc -export_dynamic -shared -o pix_preview.pd_linux pix_preview.o -lm ld: unknown option: -export_dynamic collect2: ld returned 1 exit status make: *** [pix_preview.pd_linux] Error 1
I haven't got a clue about this error.
It's because you are building the Linux version instead of the OSX version. There should be a makefile that you can edit.
Martin
On Oct 11, 2008, at 1:05 PM, Martin Peach wrote:
Daniel Almeida wrote:
Hello Hans.
I've tried pix_preview on Leopard and I get the following error
when I run "make":g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math - Wall -W -Wno-unused -Wno-parentheses -Wno-switch -DGEM2PNM_VERSION= "0.6" -g -I../pd-0.41-4//src -I. -I../gem-0.91.1//src -I../ pd-0.41-4//src -o pix_preview.o -c pix_preview.cpp rm -f pix_preview.pd_linux gcc -export_dynamic -shared -o pix_preview.pd_linux pix_preview.o -lm ld: unknown option: -export_dynamic collect2: ld returned 1 exit status make: *** [pix_preview.pd_linux] Error 1
I haven't got a clue about this error.
It's because you are building the Linux version instead of the OSX
version. There should be a makefile that you can edit.Martin
You probably need to do something like "make pd_darwin"
.hc
"Free software means you control what your computer does. Non-free
software means someone else controls that, and to some extent
controls you." - Richard M. Stallman