Tarek-Aziz / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Errors building samples for Android on Linux #332

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Running configure-android results in errors, the first one seemed easy enough 
to correct, the second not so much:

CMake Error at Samples/OgreDemo/CMakeLists.txt:154 (file):
  file COPY cannot find
  "/home/test/src/gamekit/Samples/OgreDemo/Media/models".

... manually copied Samples/OgreDemo/SDK/OSX/Xcode Templates/Xcode4/Project 
Templates/Ogre/Mac OS XApplication.xctemplate/media/models to Samples/Ogre 
Demo/Media/models.

CMake Error at Samples/OgreDemo/CMakeLists.txt:155 (file):
  file COPY cannot find
  "/home/test/src/gamekit/Samples/OgreDemo/Media/particle".

...don't see a particle directory anywhere so not sure how to proceed.

Original issue reported on code.google.com by phil.bel...@gmail.com on 21 Aug 2014 at 6:22

GoogleCodeExporter commented 8 years ago
Make an empty directory to Ogre/Demo/patricle and models.
Maybe it is working.

Original comment by harkon...@gmail.com on 24 Aug 2014 at 8:34

GoogleCodeExporter commented 8 years ago
That was easy (builds successfully now)... thanks!

Original comment by phil.bel...@gmail.com on 24 Aug 2014 at 11:04

GoogleCodeExporter commented 8 years ago

Original comment by harkon...@gmail.com on 25 Aug 2014 at 7:27