Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » CDT » (CDT + cygwin) paths to referenced projects are not unix style
icon5.gif  (CDT + cygwin) paths to referenced projects are not unix style [message #777830] Tue, 10 January 2012 22:26
Todd Leftart is currently offline Todd Leftart
Messages: 3
Registered: January 2012
Junior Member
I'm using CDT 8.0 with cygwin.

I created 2 C++ projects in a workspace. One is empty project of Shared Library, the other is Hello World C++ Proejct of Executable.
Then in the Properties of the Executable project, C/C++ General/Paths and Symbols/References, I checked on the Shared Library project.

And I got these output when build :
**** Build of configuration Debug for project hello ****

make all
makefile:47: *** multiple target patterns. Stop.

**** Build Finished ****


The error was caused by the path of the Shared Library using in the auto-generated makefile.
hello.exe: $(OBJS) $(USER_OBJS) F:/workspaces/test/mylib/Debug/libmylib.a

I tried to modify the values of Build Variables "workspace_loc" and "WorkspaceDirPath" to "/cygdrive/F/workspaces/test", but nothing changed.

any help?

[Updated on: Tue, 10 January 2012 22:47]

Report message to a moderator

Previous Topic:Create C++ project from Existing source
Next Topic:How to do a batch build?
Goto Forum:
  


Current Time: Sat May 25 17:54:16 EDT 2013

Powered by FUDForum. Page generated in 0.01773 seconds