Ask Your Question
0

Why so many errors involve c:/slave/wininstallerMegaPack/... ??

asked 2012-12-29 03:50:37 -0600

paj006@gmail.com gravatar image

I'm trying to compile CUDA - it successfully compiles/builds, but nothing will run. OpenCV keeps reporting this error:
C:/slave/wininstallermegapack/src/opencv/modules/gpu/src/precomp.hpp:135: error (-216) the library is compiled without GPU support.

But I never installed the MegaPack, and the file in question does not exist. So what's up with the errors? They don't make sense, and I'm desperate to figure out why my code isn't working.
Thanks for any help in advance.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2012-12-30 08:56:06 -0600

Your application tries to use prebuilt OpenCV library from environment instead of new compiled one. Check environment variables and set your build directory instead of directory with prebuilt binaries.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-29 03:50:37 -0600

Seen: 371 times

Last updated: Dec 30 '12