suxinde2009 / isgl3d

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

Compilation errors stated here http://groups.google.com/group/isgl3d/browse_thread/thread/b83b2d65a2abc45d #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compilation of an application including the iSGL3D source code.
2.
3.

What is the expected output? What do you see instead?

The expected output is the compiled application, prior to the iOS 5 sdk GM 
release projects worked without this error.

What version of the product are you using? On what operating system?
Version 1.2.2, iOS 5, Mac OS X Snow Leopard

Please provide any additional information below.
See http://groups.google.com/group/isgl3d/browse_thread/thread/b83b2d65a2abc45d

Original issue reported on code.google.com by jd28...@gmail.com on 20 Oct 2011 at 8:35

GoogleCodeExporter commented 8 years ago
Some of the compiler warnings are patched here: (please review)

https://github.com/donaldalanmorrison/isgl3d/commit/4067a11ee5485de7e6ad2cfb9aff
2903983ff610

(Assuming they are the same ones complaining: Incompatible pointer types 
assigning to 'NSMutableArray *' from 
'NSArray *' )

Original comment by donmorri...@gmail.com on 1 Jan 2012 at 6:47