Changes between Initial Version and Version 1 of Ticket #2

Show
Ignore:
Timestamp:
01/09/08 06:22:32 (5 years ago)
Author:
neteler
Comment:

developers,

is there any known issue with flex-2.5.34?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2

    • Property cc grass-dev@… added
    • Property component changed from Docs to default
  • Ticket #2 – description

    initial v1  
    1919So I cd to /usr/src/grass-6.2.3/lib/db/sqlp and run make which then gives; 
    2020 
     21{{{ 
    2122root@sidney /usr/src/grass-6.2.3/lib/db/sqlp # make 
    2223flex lex.l 
     
    2930lex.l:35: bad character: 0 
    3031make: *** [lex.yy.c] Error 1 
     32}}} 
    3133 
    3234The remaining directories /usr/src/grass-6.2.3/db/drivers/dbf, /usr/src/grass-6.2.3/db/drivers/postgres and /usr/src/grass-6.2.3/db/drivers/ogr fail on the make because it cannot find; 
     
    3840The error shown for /usr/src/grass-6.2.3/lib/db/sqlp looks very similar to a recent problem I had with teTeX and flex-2.5.34. A small snip of that particular error looks like; 
    3941 
     42 
     43{{{ 
    4044 gcc -DHAVE_CONFIG_H  -I. -I. -I../.. -I../.. -I.. -I./..  -O2 -march=athlon64 -pipe  -c y_tab.c -o y_tab.o 
    4145    flex -l ./pl.l 
     
    4549    ./pl.l:68: bad character: 4 
    4650    ./pl.l:68: bad character: 0 
    47  
     51}}}