Closed GoogleCodeExporter closed 9 years ago
Please ignore the extra information and use this one isntead.
This is the makefile I used to build TiCPP for the PSP.
Makefile -> http://pastebin.com/m5ba0c3fc
This is the makefile and source of the PSP example.
Makefile -> http://pastebin.com/m4fad737c
Source -> http://pastebin.com/m57745834
Original comment by canalesg...@gmail.com
on 24 Jun 2008 at 5:44
Apparently the PSP does not support run-time type information (RTTI).
Wikipedia: http://en.wikipedia.org/wiki/Run-time_type_information
Fortunately, ticpp only uses RTTI for some fluff features, which are not
necessary. I
added a preprocessor flag, TICPP_NO_RTTI, to disable features that depend on
run-time
type information.
I updated your makefile accordingly:
http://pastebin.com/pastebin.php?diff=m42788081
Original comment by rjmy...@gmail.com
on 24 Jun 2008 at 12:12
Thanks rjmyst3, but the error is still out there to hunt me.
For some reason the TICPP_NO_RTTI flag appears to not be working.
Thanks again for your help, highly appreciated.
Original comment by canalesg...@gmail.com
on 24 Jun 2008 at 4:21
you need to update your source
svn update
Original comment by rjmy...@gmail.com
on 24 Jun 2008 at 4:42
Original issue reported on code.google.com by
canalesg...@gmail.com
on 24 Jun 2008 at 5:30