Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Invalid project paths in multi-platform project
Invalid project paths in multi-platform project [message #903326] Thu, 23 August 2012 07:52 Go to next message
Olle Håkansson is currently offline Olle HåkanssonFriend
Messages: 2
Registered: August 2012
Junior Member
Hi there! I'm not sure if this is a bug or if I've just go things wrong, so I though I should ask here first.

I'm trying to create a multiplatform SDL project for PC and Mac. I've set up new configurations (i.e. PC Debug, PC release, OSX Debug and OSX Release) for the different platforms because they have different library include paths.

It's all up and running, but I'm getting some warnings that annoy me. Even though I have the windows configuration selected, I get warnings about missing include paths from the mac configs. Here's an example:

Invalid project path: Include path not found (\System\Library\Frameworks\OpenGL.framework\Headers)

Perhaps I should setup my multiplatform build in some other way? Or is this just a bug?
Re: Invalid project paths in multi-platform project [message #903353 is a reply to message #903326] Thu, 23 August 2012 09:32 Go to previous message
Olle Håkansson is currently offline Olle HåkanssonFriend
Messages: 2
Registered: August 2012
Junior Member
Alright, seems like the problem was that the indexer was set for another configuration. When i went to the project's properties->C/C++ General->Indexer, enabled project specific settings and set the "Build configuration for the indexer" to "Use active build configuration", all my minor worries disappeared. Shouldn't this be the default setting, by the way?
Previous Topic:Strange C++ Standard Library Problem
Next Topic:math functions not working on Linux
Goto Forum:
  


Current Time: Wed Oct 09 20:12:53 GMT 2024

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

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

Back to the top