Thief007 / swingamesdk

Automatically exported from code.google.com/p/swingamesdk
1 stars 2 forks source link

Missing TileMap.o File when compiling template under Code::Blocks #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and install the latest beta 3 sdk
2. Open template in Code::Blocks
3. Press the build button

What is the expected output? What do you see instead?
It is expected that it would compile fine as it is only a template.
What actually happens is it comes up saying that tilemap.o is missing.

What version of the product are you using? On what operating system?
SwinGame Sdk beta 3 for the c programming language

Please provide any additional information below.
It may just be that you forgot to remove the #include from one of the headers, 
but it may also be that you have forgotten to pack the tilemap.h file.

Original issue reported on code.google.com by kno0...@gmail.com on 28 May 2011 at 11:25

GoogleCodeExporter commented 8 years ago
It seems to compile ok if I remove the links to TileMap.c and TileMap.h in the 
code::blocks template, but I'm not sure if it is still a needed file or just an 
old unremoved file.After removing the links to the 2 missing files, it seems to 
compile the test project fine.

Original comment by kno0...@gmail.com on 28 May 2011 at 11:47