Cannot compile Flour[Git]

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!

ActionFG

04-08-2010 02:41:54

I use boost with the version 1.43.

And it works well.

But there is another problem when compile flour. I use VC2005 attempt to compile the flour 0.4.0 which version of origin solution is VC2008.

Code: Select all
Generating Code...

Linking...

fatal error C1007: unrecognized flag '-typedil' in 'p2'