PDA

View Full Version : Problem with c++ include paths in Eclipse



drorl
December 30th, 2007, 08:09 PM
Hi.
I need to include a file that is found in the following PATH:
"/usr/include/player-2.0/libplayercore/playercore.h"

the command i wrote is:
#include <libplayercore/playercore.h>

i added to the include path in the project preferences the path
"/usr/include/player-2.0/" and also "/user/include/player-2.0/lbplayercore"

but it doesn't work. i keep on getting the following message when trying to compile:
"Hans.h:4:38: error: libplayercore/playercore.h: No such file or directory"

i have seen many pages about this problem, but non offered a solution.
any ideas?