micropolis
micropolis copied to clipboard
tileengine_wrap.cpp missing in source code
>What steps will reproduce the problem?
1. svn checkout http://micropolis.googlecode.com/svn/trunk/ micropolis-read-only
2. cd micropolis-read-only
3. make
>What is the expected output? What do you see instead?
I expect it to compile, but I get the following error:
Unable to open file objs/tileengine_wrap.cpp: No such file or directory
>What version of the product are you using? On what operating system?
Debian 7
Original issue reported on code.google.com by [email protected] on 28 Jul 2013 at 5:35
In MicropolisCore/src/TileEngine, make a new directory named objs. You'll get a
similar error about micropolisengine.cpp so in
MicropolisCore/src/MicropolisEngine, also make a directory named objs.
This worked for me for Ubuntu 12.04.
Original comment by [email protected] on 19 Jun 2014 at 7:51
you'll also need on 'objs' folder in MicropolisCore/src/CellEngine :p