ayoub05 / vdrift-ogre

Automatically exported from code.google.com/p/vdrift-ogre
0 stars 0 forks source link

Boost not listed as a compile dependency #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On a system without Boost, attempt to compile.

What is the expected output? What do you see instead?

Expected to start compiling.

Instead, saw:
CMake Error: The following variables are used in this project, but they are set 
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake 
files:
Boost_INCLUDE_DIR (ADVANCED)
   used as include directory in directory....
...etc...etc...

What version are you using? On what operating system?
pulling hg on arch linux

Please provide any additional information below.
Installed boost and was able to compile

Original issue reported on code.google.com by jason.me...@gmail.com on 4 Apr 2011 at 3:50

GoogleCodeExporter commented 9 years ago
Seems like the paths for most libraries weren't detected. You should input 
those paths in CMake GUI for example. It's a standard when compiling under 
Windows, putting variables for each library and the paths where it is located 
(assuming they are already compiled there).
Scrawl compiled on arch linux, he'll probably write what to do in more detail.

Original comment by Cry...@gmail.com on 4 Apr 2011 at 5:15

GoogleCodeExporter commented 9 years ago
Sorry I wasn't clear perhaps. The wiki page listing the dependencies 
(http://code.google.com/p/vdrift-ogre/wiki/Compiling) should mention Boost.

Original comment by jason.me...@gmail.com on 4 Apr 2011 at 5:18

GoogleCodeExporter commented 9 years ago
Ah okay, old info on page. Boost was added recently. Updated wiki page, closing 
then.

Original comment by Cry...@gmail.com on 4 Apr 2011 at 5:29