micropolis icon indicating copy to clipboard operation
micropolis copied to clipboard

tileengine_wrap.cpp missing in source code

Open GoogleCodeExporter opened this issue 10 years ago • 2 comments

>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

GoogleCodeExporter avatar Mar 15 '15 10:03 GoogleCodeExporter

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

GoogleCodeExporter avatar Mar 15 '15 10:03 GoogleCodeExporter

you'll also need on 'objs' folder in MicropolisCore/src/CellEngine :p

smearle avatar Aug 23 '18 04:08 smearle