Meta
30-07-2010 15:42:08
I'm running into several problems compiling Flour.
I was able to fix a few of the problems I was having on my own... the Visual Studio include paths needed to be modified, because at first it was unable to find NxOgre.h, but that was easy enough to fix, the real problem is that I don't know what to do with THIS:
FlourTool.h(29): fatal error C1083: Cannot open include file: 'boost/program_options.hpp': No such file or directory
I attempted to fix this by setting the include path to look in the boost_1_42 folder inside the OgreSDK, but...
Now I get:
e:\ogresdk\boost_1_42\boost\program_options.hpp(15): fatal error C1083: Cannot open include file: 'boost/program_options/options_description.hpp': No such file or directory
After looking at it for a while I noticed that there IS no "program_options" folder under the boost folder.
This is very strange, because 'program_options.hpp' attempts to include several files from it.
It seems that 'program_options.hpp' is attempting to include files that do not exist... is that version of boost just not right or something?
Am I going to have to get boost from somewhere else before I can compile flour, or is there something else I'm missing?
Any help would be much appreciated!
I was able to fix a few of the problems I was having on my own... the Visual Studio include paths needed to be modified, because at first it was unable to find NxOgre.h, but that was easy enough to fix, the real problem is that I don't know what to do with THIS:
FlourTool.h(29): fatal error C1083: Cannot open include file: 'boost/program_options.hpp': No such file or directory
I attempted to fix this by setting the include path to look in the boost_1_42 folder inside the OgreSDK, but...
Now I get:
e:\ogresdk\boost_1_42\boost\program_options.hpp(15): fatal error C1083: Cannot open include file: 'boost/program_options/options_description.hpp': No such file or directory
After looking at it for a while I noticed that there IS no "program_options" folder under the boost folder.
This is very strange, because 'program_options.hpp' attempts to include several files from it.
It seems that 'program_options.hpp' is attempting to include files that do not exist... is that version of boost just not right or something?
Am I going to have to get boost from somewhere else before I can compile flour, or is there something else I'm missing?
Any help would be much appreciated!