SimHacker / micropolis

Automatically exported from code.google.com/p/micropolis
888 stars 165 forks source link

tileengine_wrap.cpp missing in source code #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
>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 wagarret...@gmail.com on 28 Jul 2013 at 5:35

GoogleCodeExporter commented 9 years ago
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 dlo.calt...@gmail.com on 19 Jun 2014 at 7:51

smearle commented 6 years ago

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