[SOLVED] Problem Compiling Flour from GIT

waffleShirt

16-09-2009 11:04:05

I'm trying to compile the newest version of flour from source (downloaded from GIT) as I want to use the visual debugger and other new tools. I would wait till flour 0.4 is released but Im having a few physics model problems right now. I have added the directory locations for boost and NxOgre (BloodyMess 1.5.5) to the flour.sln file but I am getting a lot of compiler errors and I cant solve any of them, an example is:

Error 7 error C2039: 'MeshData' : is not a member of 'NxOgre' c:\users\tom\desktop\flourgit\flour\source\flourfile.h 63


Any ideas? Have I missed something obvious like linking to the wrong version of NxOgre?

Thanks

betajaen

16-09-2009 11:25:34

You need to use the Git version of NxOgre with Flour from the Git Repo.

waffleShirt

16-09-2009 12:37:28

All working now, thanks heaps