From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2001-10-14 20:42:19
Hi!
On Sun, Oct 14, 2001 at 08:32:06PM +0200, Atheist wrote:
> Same problem under OS/2 with emx/gcc...
> Now I haven't time to check the problem, tomorrow I will...
The makefile has an invalid include path. It worked here, because the compiler
used the files from the builtin path instead.
Use the following patch for the library makefile:
----------------------------------------------------------------------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/uz/c64/cc65/libsrc/Makefile,v
retrieving revision 1.12
diff -r1.12 Makefile
134c134
< CFLAGS="-Osir -g -T -t geos -I../../include" \
---
> CFLAGS="-Osir -g -T -t geos -I../../../include" \
----------------------------------------------------------------------------
Sorry for the inconvenience.
Regards
Uz
--
Ullrich von Bassewitz uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:43 CET