[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problems with tolua
- From: Christian Vogler <cvogler@...>
- Date: Tue, 24 Apr 2001 10:57:35 -0400
On Tue, Apr 24, 2001 at 11:32:21AM -0300, Nahuel Greco wrote:
> --- now.. i try to make a .c from the .pkg...
>
> bash-2.04$ ./bin/tolua ./nahuel/shape.pkg
>
> ** tolua: parse error.
>
> Code being processed:
> void draw (void);
>
> bash-2.04$
>
> -------
>
> What im doing wrong??
According to your email message, your indented lines all begin with
ASCII 0xa0 (is this a special space in your locale?). If I replace them
with normal spaces or tabs, tolua works fine on your fragment.
- Christian