NetBeans 7.2 MinGW为OpenCV安装

时间:2012-09-11 16:56:27

标签: opencv netbeans mingw netbeans-7

我根据http://netbeans.org/community/releases/72/cpp-setup-instructions.html在我的电脑上安装了minGW,并且使用已找到所有必要文件的NetBeans 7.2“恢复了默认值”。

但是当我制作测试样本C ++ app时,我遇到了以下错误:

c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find   -ladvapi32 
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lshell32 
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -luser32 
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lkernel32 
collect2: ld returned 1 exit status 
make[2]: *** [dist/Debug/MinGW-Windows/welcome_1.exe] Error 1 
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2

任何人都可以帮我安装openCV和minGW for NetBeans吗?

1 个答案:

答案 0 :(得分:2)

它也发生在我身上,但我没有使用make我使用mingw32-make,而是使用了它。

您可以使用mingw32-make

安装mingw-get install mingw32-make