From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2000-12-04 14:49:49
On Mon, Dec 04, 2000 at 01:59:42PM +0100, daniel pralle wrote:
> invalid charackters where (105) und (110) in MY HELLO.C ( The line was 5,
> counting from ZERO onwards!)
The codes are the first two characters of "include" ('i' and 'n'). The first
error message (CPP directive expected) points into the same direction: It
seems that letters are not classified correctly by the isalpha() function.
Would you please send me
- your original "hello.c" as an archived file, so I can check it for any
illegal characters,
- the literal output of the compiler when compiling hello.c using the
following command line
cc65 -d -v -v -I path/to/include/dir hello.c
- and some more information about the compiler you were using when compiling
cc65.
I would suggest sending that information in private mail, no reason to bother
the people on the list until the issue is resolved.
> ATARI uses the MS-DOS Line seperator, but MiNT is LINUX/ UNIX like and I
> edited hello.c with emacs AND an ATARI-Editor saving in UNIX-type. So I
> think that couldn't be the cause!
You are probably right, it was just a guess;-)
Regards
Uz
--
Ullrich von Bassewitz uz_at_musoftware.de
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:37 CET