Skip to main content



      Home
Home » Newcomers » Newcomers » Library path changes after build
Library path changes after build [message #1744902] Sun, 02 October 2016 02:30
Eclipse UserFriend
I have recently installed eclipse for the first time on my computer. I installed cygwin and built and ran the Hello World application successfully with some difficulty. I had issues with the symbols that seemed to resolve itself after a bit of time.

I then moved on to try to create the application I want to create but when I link the necessary libraries I get errors in the build. I have rechecked several times to make sure the paths I entered are correct but somehow a "\" gets put in the middle of the path so in the objects.mk file it turns out like:

-l"C:/.../Libraries/Open \ CV/build/x64/vc12/lib/opencv_core2413d.lib"

instead of what I want:

-l"C:/.../Libraries/Open CV/build/x64/vc12/lib/opencv_core2413d.lib"

This might be a noob question but can anybody help?
Previous Topic:Java compliance level 1.8 for Neon for Javascript and Web Developers
Next Topic:Eclipse Opening Error
Goto Forum:
  


Current Time: Sun Jul 20 20:47:26 EDT 2025

Powered by FUDForum. Page generated in 0.07573 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top