Posted by Angus on June 08, 2003 at 10:56:46:
I'm trying to compile the 1.9 version for Linux, but I'm having a few problems. It goes through most of the compilation process, but then it exits with a whole ton of errors, represented by the following:
ui.C:125: undefined reference to `C64::EnableC1541(int)'
And so on. I checked through the source files, and even though emulator.h give the prototype for the C64::EnableC1541 and the other C64 methods, there aren't actually any class definitions of these methods, just their prototypes. I was wondering how to get around this so I can compile and use CCS64 on Linux? Is there some other file hiding somewhere that I haven't downloaded, other than the standard two (the binary library file for Linux and the source package)? It would be nice if I could use this excellent emulator on my Linux box. Thank you.