[GRASS5] snprintf and other compile errors on IRIX

Paul Kelly paul-grass at stjohnspoint.co.uk
Fri Apr 26 11:15:30 EDT 2002


That last change to v.in.mif worked. This means all currently-enabled
modules compile OK on IRIX now!

On Fri, 26 Apr 2002, Glynn Clements wrote:

> 
> > > > Compilation error in module: src/mapdev/v.in.mif (ignored)
> > > >
> > > > cc -I/indigo-disk2/grass/grass/src/include -g
> > > > -I/indigo-disk2/grass/doom.ee.qub.ac.uk/include   -c lex.yy.c -o
> > > > OBJ.mips-sgi-irix6.2/lex.yy.o
> > > > cfe: Error: mif.l, line 572: Syntax Error
> > > >         {blank} |
> > > >         ------^
> > > > make: *** [OBJ.mips-sgi-irix6.2/lex.yy.o] Error 1
> > > 
> > > I'm not sure what it's complaining about here; if you can find out
> > > exactly what the error is, I'll commit the fix.
> > 
> > Still don't have a clue about this, sorry
> 
> Try changing the lines:
> 
> <*>{whitespace} |
> 	{blank} |
> 	  {end}		;
> 
> to:
> 
> <*>{whitespace} |
> <*>{blank}      |
> <*>{end}		;
> 




More information about the grass-dev mailing list