Mail Archives: djgpp/2001/10/12/06:05:05
> Anyway: using GNU Bison instead of Yacc should solve
> that puzzle for
> you. yacc-generated sources need not be portable
> from one platform to
> the other, so in case of doubt, regenerate it.
> --
> Hans-Bernhard Broeker
> (broeker AT physik DOT rwth-aachen DOT de)
> Even if all the snow were burnt, ashes would remain.
I still have problems.
I get 'type clashes'???
What can I do about this.
Also my compiler is falling on the next piece of code:
typedef struct outfileset {
char *filename;
u_long loadstart,
loadend,
carrstart;
struct outfileset *nextfile;
} OUTFLSET
It tells me that it has a parse error before u_long.
Is there something wrong with this code? It already
went through BISON, and he didn't complain...
And last, I need a header to replace my sparc's
sgtty.h, the header should be used on a PC. I found
that part of the sgtty.h code was found in termios.h
on PC, but on sparc there's also a termios.h, ehich is
looking rather different.
Can somebody answer these question?
Roland
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
- Raw text -