Bug#490700: libhighgui-dev: Linking against libhighgui fails

2008-07-21 Thread Andreas Putzo
severity 490700 normal thanks On Jul 13 20:47, Jan Binder wrote: Package: libhighgui-dev Version: 1.0.0-5 Severity: grave Justification: renders package unusable Compiling an application and and then linking against libhighgui fails with: /usr/lib/libhighgui.so: undefined reference to

Bug#490700: [Pkg-scicomp-devel] Bug#490700: libhighgui-dev: Linking against libhighgui fails

2008-07-14 Thread Ólafur Jens Sigurðsson
On Sun, Jul 13, 2008 at 09:11:18PM +0200, Jan Binder wrote: Here is a testcase for this bug. Compile with: g++ testcase.cpp `pkg-config --cflags-only-I opencv `\ `pkg-config --libs-only-L opencv`\ `pkg-config --libs-only-l opencv`\ -o testcase to reproduce. Greetings, Jan I

Bug#490700: libhighgui-dev: Linking against libhighgui fails

2008-07-13 Thread Jan Binder
Package: libhighgui-dev Version: 1.0.0-5 Severity: grave Justification: renders package unusable Compiling an application and and then linking against libhighgui fails with: /usr/lib/libhighgui.so: undefined reference to `img_convert' collect2: ld returned 1 exit status -- System Information:

Bug#490700: libhighgui-dev: Linking against libhighgui fails

2008-07-13 Thread Jan Binder
Here is a testcase for this bug. Compile with: g++ testcase.cpp `pkg-config --cflags-only-I opencv `\ `pkg-config --libs-only-L opencv`\ `pkg-config --libs-only-l opencv`\ -o testcase to reproduce. Greetings, Jan #include math.h #include cv.h // includes OpenCV definitions #include