zpc930 / oolongengine

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

Profiler.xcodeproj is missing Timer.cpp file #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checked out oolong engine 2, rev 125
2. loaded Profiler.xcodeproj into xcode v. 3.1.2 (for iPhone 2.2.1)
3. build project

First thing I noticed is that in the Timing class folder there are two files 
listed: Timer.h, and 
Timer.cpp. The Timer.cpp file was in red. I selected Reveal in Finder from the 
context menu and 
the file did not exist. There was however, a Timer.mm file instead. I changed 
the name of the file 
in XCode from Timer.cpp to Timer.mm. This resulted in 4 compile errors:

"../../../Include/../Utility/Timing/Timer.h:22: error: 'CFTimeInterval' has not 
been declared"

I'm reading Leopard 10.5.6, XCode 3.1.2, iPhone OS 2.2.1, Orig iPhone, intel 
MacBook

Original issue reported on code.google.com by salsi...@gmail.com on 7 Feb 2009 at 12:39

GoogleCodeExporter commented 8 years ago
removed the example.

Original comment by wolfgang...@gmail.com on 21 Feb 2009 at 1:53