You are not logged in.

#1 2010-07-09 17:18:40

Jamess
Member
Registered: 2010-07-09
Posts: 17

can't compile Gem with pd on new arch linux install

I recently installed Arch linux on my HP compaq NC6000 1.6ghz laptop.

I can compile and run pd-extended from the latest source, but Gem always fails with

videoV4L2.cpp:300:2: warning: #warning implement fromBGRA
videoV4L2.cpp:602:2: warning: #warning RGB32 vs BGRA confusion
videoV4L2.cpp: In member function 'virtual int videoV4L2::startTransfer(int)':
videoV4L2.cpp:389:31: error: 'fstat' was not declared in this scope
videoV4L2.cpp:394:27: error: 'S_ISCHR' was not declared in this scope
make[3]: *** [videoV4L2.o] Error 1
make[3]: Leaving directory `/home/james/pd-extended/Gem/src/Pixes'
make[2]: *** [Pixes] Error 2
make[2]: Leaving directory `/home/james/pd-extended/Gem/src'
make[1]: *** [/home/james/pd-extended/Gem/src/Gem.pd_linux] Error 2
make[1]: Leaving directory `/home/james/pd-extended/packages'
make: *** [install] Error 2

I added the line

 #include <sys/stat.h>

to Gem/src/Pixes/videoV4L2.h  and it the make process completes but there are no objects generated. I've asked on the pd-list but seem to have come to a dead-end (see this thread) If anyone has any ideas about how to fix this, please let me know!

thanks

James

Offline

#2 2010-07-11 10:08:51

Jamess
Member
Registered: 2010-07-09
Posts: 17

Re: can't compile Gem with pd on new arch linux install

bump

can anyone help with this?

Offline

Board footer

Powered by FluxBB