mysticbit
20-10-2007 16:30:07
Hi,
I have installed eclipse and ogre and have some C++ projects in eclipse, including an ogre tutorlal.
I am getting some errors in eclipse when trying to compile, in file servermain.d:
I would like to be able to disable building for all but the ogre tutorial project, but I don't know how to do this without deleting the project (folder).
The next error is
This directory does exist.
If I remove the servermain.d file and recompile the error I get is:
and..
Any help would be appreciated.
Thanks.
I have installed eclipse and ogre and have some C++ projects in eclipse, including an ogre tutorlal.
I am getting some errors in eclipse when trying to compile, in file servermain.d:
multipile target patterns: stop
I would like to be able to disable building for all but the ogre tutorial project, but I don't know how to do this without deleting the project (folder).
The next error is
C:/OGRESDK/include/OgreTimer.h GLX/OgreTimerImp.h: No such file or ...
This directory does exist.
If I remove the servermain.d file and recompile the error I get is:
using namespace Ogre
expected namespace-name before ';' token
and..
#import <OGRE/Ogre.h>;
OGRE/Ogre.h: No such file or directory
Any help would be appreciated.
Thanks.