Noob here... lots of errors!

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
iynaix
Posts: 2
Joined: Sat Oct 29, 2005 11:46 pm
Location: Singapore

Noob here... lots of errors!

Post by iynaix »

Ive just started psp programming, and I am trying to port a game for the psp, all has turned out well...except that i got a gazillion compile errors, many of which are syntax errors... I have looked and re looked thru my code, and can see nothing that will cause so many syntax errors, so i was hoping that u guys could help me out?

http://s28.yousendit.com/d.aspx?id=3M06 ... 0RFD5SFAB6

the source is available for download here. My makefile is located within the zip file and results.txt within the zip file contains the compiler output. Your help is very much appreciated!
MikeDX
Posts: 30
Joined: Wed Oct 19, 2005 9:24 am

Post by MikeDX »

Looks like you are trying to compile c++ code (namely the classes defined in cell.h) in a c module (main.c). You could try renaming your C files to .cpp and see if that helps...
Post Reply