Fonce
Captain
- Registriert
- Feb. 2006
- Beiträge
- 3.454
Hi,
ich will unter Arch Linux mit Qt und OpenCV entwickeln, das Problem ist nur das ich die opencv libs nicht gelinkt bekomme
In der Projekt Datei
Unter Debian funktioniert das so.
Kompilerausgabe bei Arch Linux
ich will unter Arch Linux mit Qt und OpenCV entwickeln, das Problem ist nur das ich die opencv libs nicht gelinkt bekomme
In der Projekt Datei
Code:
LIBS += -lcv \
-lhighgui \
-lcxcore
Unter Debian funktioniert das so.
Kompilerausgabe bei Arch Linux
Code:
[...] -L/usr/lib -lcv -lhighgui -lcxcore -lQtGui -lQtCore -lpthread
/usr/bin/ld]: cannot find -lcv
/usr/bin/ld: cannot find -lhighgui
/usr/bin/ld: cannot find -lcxcore
collect2: ld gab 1 als Ende-Status zurück
make: *** [IsAction] Fehler 1[...]