G
Guest
Guest
Archived from groups: rec.games.roguelike.development (More info?)
So,
I downloaded the source of GearHead,
stimulated by all the talk around FP.
I managed to install fp, xp for xcode and the source
but the building of the source sadly failed.
effects.pp(2209,10) Error: Illegal counter variable
effects.pp(2210,11) Error: Illegal counter variable
These lines are
for X := 1 to XMax do begin
for Y := 1 to YMax do begin
I noticed that XMax are defined in locale.pp,
so I added this to the implementation use clause ( it was already in
the interface use clause )
This did exactly squat for the existing errors and added this one :
effects.pp(119,12) Error: Duplicate identifier "LOCALE"
I am stuck, could any one help ?
T.
Mac OS X 10.3
Free Pascal Compiler version 1.9.8 [2005/02/20] for powerpc
So,
I downloaded the source of GearHead,
stimulated by all the talk around FP.
I managed to install fp, xp for xcode and the source
but the building of the source sadly failed.
effects.pp(2209,10) Error: Illegal counter variable
effects.pp(2210,11) Error: Illegal counter variable
These lines are
for X := 1 to XMax do begin
for Y := 1 to YMax do begin
I noticed that XMax are defined in locale.pp,
so I added this to the implementation use clause ( it was already in
the interface use clause )
This did exactly squat for the existing errors and added this one :
effects.pp(119,12) Error: Duplicate identifier "LOCALE"
I am stuck, could any one help ?
T.
Mac OS X 10.3
Free Pascal Compiler version 1.9.8 [2005/02/20] for powerpc