exclm / wavelet1d

Automatically exported from code.google.com/p/wavelet1d
0 stars 0 forks source link

linker error during compilation #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi...i have opencv2.1 in devcpp environment. it works perfectly. then i 
recently tried installing a wavelet library downloaded from wavelib.rar

now i tried compiling an example program in the library (i created a new 
project and inserted the example file into it. i also added all corresponding 
libraries and included files in the downloaded library) but it keeps on 
returning the following two errors:

[Linker error] undefined reference to cv::Mat::Mat(_IplImage const*, bool)
[Linker error] undefined reference to cv::fastFree(void*)
ld returned 1 exit status
D:\Makefile.win [Build Error] [Project1.exe] Error 1

please someone help me..
thanks in advance

Original issue reported on code.google.com by pradeepn...@gmail.com on 3 Jan 2013 at 4:00

GoogleCodeExporter commented 9 years ago
I have not been able to recreate the error with OpenCV. It is possible that 
issue may be with the example code. Have you tried testing the library without 
using OpenCV ? You can use one of the 1D example codes to check if the wavelib 
library is working correctly on your system.

Original comment by rafat....@gmail.com on 6 Jan 2013 at 1:30