mist64 / geos

Source code of GEOS 2.0 for the Commodore 64 and 128
414 stars 66 forks source link

Added '--forget-inc-paths' to the assembler command line. #2

Closed ghost closed 7 years ago

ghost commented 8 years ago

The file 'c64.inc' is already part of the cc65 suite and the ca65 assembler seems to prefer the system's version to the one in the 'inc' directory. With the added option the assembler will forget it's include paths and use the includes in the directories supplied on the commandline.

mist64 commented 7 years ago

I get this: ca65: Unknown option: --forget-inc-paths

ghost commented 7 years ago

I can see the mistake I made. I installed cc65 on OSX through 'homebrew'. The version of cc65 in homebrew is 2.13.3, which seems to have the mentioned problem with the include paths. The HEAD version of cc65 on github is 2.15. That one does not have the commandline option '--forget-inc-paths' anymore. But it also does not have the problem with the include path anymore.

I wrongly assumed 'homebrew' would install the newest version.