[sldev] OpenLife source code
Dale Glass
dale at daleglass.net
Fri Mar 27 13:31:17 PDT 2009
On Пятница 27 марта 2009 21:22:37 Gareth Nelson wrote:
> Does it assume OGRE to be preinstalled on the system, or is this
> something missing from the release?
I don't know much about CMake yet, but my impression is that something is
missing from the release.
CMakeLists.txt, lines 20 and 21:
include(Variables)
include(Ogre)
indra/cmake/Variables.cmake exists
indra/cmake/Ogre.cmake doesn't.
strace confirms that this is what it's looking for:
[pid 18388] access("/home/olg/R16_3/indra/cmake/Ogre.cmake", R_OK) = -1
ENOENT (No such file or directory)
[pid 18388] access("/usr/share/cmake-2.6/Modules/Ogre.cmake", R_OK) = -1
ENOENT (No such file or directory)
[pid 18388] access("/home/olg/R16_3/indra/Ogre", R_OK) = -1 ENOENT (No such
file or directory)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20090327/49deec4a/attachment.pgp
More information about the SLDev
mailing list