You are not logged in.

#1 2008-11-25 14:36:09

rrodrigues
Member
Registered: 2008-08-08
Posts: 44

install develop libraries

hi..
who can i install develop libraries?... like libdc1394-dev and raw1394-dev

Offline

#2 2008-11-25 14:53:51

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: install develop libraries

We don't split packages, so these development headers are already installed when you install libraw1394 or libdc1394.

Offline

#3 2008-11-25 15:11:14

rrodrigues
Member
Registered: 2008-08-08
Posts: 44

Re: install develop libraries

do you know openCV?
i've installed this libraries..
when i run ./configure in the folder of openCV  appears the message that this libraries didn't exist:
Use dc1394 & raw1394:     no


can you help me?

Offline

#4 2008-11-25 21:03:17

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: install develop libraries

Well the first problem is that it's looking for libdc1394/dc1394_control.h, but that header is dc1394/control.h on Arch.  There is probably a better/cleaner way to fix it, but I just did a quick sed:

sed -i 's:libdc1394/dc1394_control.h:dc1394/control.h:g' configure

This is the next problem though:

checking libraw1394/raw1394.h usability... yes
checking libraw1394/raw1394.h presence... yes
checking for libraw1394/raw1394.h... yes
checking for raw1394_new_handle in -lraw1394... yes
checking dc1394/control.h usability... yes
checking dc1394/control.h presence... yes
checking for dc1394/control.h... yes
checking for dc1394_camera_on in -ldc1394_control... no

I don't know anything about dc1394, but maybe it will point someone else in the right direction.


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#5 2008-11-25 21:38:52

rrodrigues
Member
Registered: 2008-08-08
Posts: 44

Re: install develop libraries

raw1394 and dc1394 is to use firewire cameras with opencv.. or another program..

Offline

Board footer

Powered by FluxBB