zpc930 / oolongengine

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

for Falling Cubes, gcc fails with exit code 1 #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the Falling Cubes example
2. compile it
3.

What is the expected output? What do you see instead?
Compiler exits with exit code 1. These are the last lines, displayed by the 
compiler:
i686-apple-darwin9-gcc-4.0.1: 
/Users/eisenhar/iPhone/oolongengine-read-only/Oolong 
Engine2/Examples/Physics/FallingCubes/Accelerometer.m: No such file or directory
i686-apple-darwin9-gcc-4.0.1: warning: '-x objective-c' after last input file 
has no effect
i686-apple-darwin9-gcc-4.0.1: no input files

What version of the product are you using? On what operating system?
engine checked out form svn on 10/05/2008

Please provide any additional information below.

Original issue reported on code.google.com by itent...@googlemail.com on 5 Oct 2008 at 7:57

GoogleCodeExporter commented 8 years ago
The problem is that the project is expecting Accelerometer.m and 
Accelerometer.h in
the project folder but they seem to have been moved to the Input folder.  I 
deleted
Accelerometer.m and Accelerometer.h references from the project and re-added 
them
from the correct place.

Then I had a similar problem with Bullet which I deleted and re-added.

Then it built and ran fine.

Original comment by adm...@burningthumb.com on 6 Oct 2008 at 7:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Should be fixed in latest code.

Original comment by wolfgang...@gmail.com on 7 Dec 2008 at 1:20