I am using Allegro just in case this is a problem related to that. Anywayz, does anyone know how to fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-03-04
Try again...
Post the compile log, not an edited copy of the 'compiler' tab content. That is convenient for clicking to jump to the error line, but does not tell the whole story, and is often truncated since GCC outputs errors on multiple lines.
The error line will refer to a file and a line number, it is helpful also to post the associate code.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well... I got everything down to this compilation set of errors:
2:18 F:\FWGaming\WIP\C++\Pong\<command line> missing '(' after predicate
F:\FWGaming\WIP\C++\Pong\Makefile.win [Build Error] [pong.o] Error 1
I am using Allegro just in case this is a problem related to that. Anywayz, does anyone know how to fix this?
Try again...
Post the compile log, not an edited copy of the 'compiler' tab content. That is convenient for clicking to jump to the error line, but does not tell the whole story, and is often truncated since GCC outputs errors on multiple lines.
The error line will refer to a file and a line number, it is helpful also to post the associate code.
Clifford
From that, I would assume you've missed a '('. Post you code and things.
Ian S.