Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Library path changes after build
Library path changes after build [message #1744902] Sun, 02 October 2016 06:30
not telling is currently offline not tellingFriend
Messages: 1
Registered: October 2016
Junior Member
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: Fri Mar 29 00:04:22 GMT 2024

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

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

Back to the top