Changes between Initial Version and Version 1 of Ticket #2
- Timestamp:
- 01/09/08 06:22:32 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2
- Property Cc added
- Property Component Docs → default
-
Ticket #2 – Description
initial v1 19 19 So I cd to /usr/src/grass-6.2.3/lib/db/sqlp and run make which then gives; 20 20 21 {{{ 21 22 root@sidney /usr/src/grass-6.2.3/lib/db/sqlp # make 22 23 flex lex.l … … 29 30 lex.l:35: bad character: 0 30 31 make: *** [lex.yy.c] Error 1 32 }}} 31 33 32 34 The 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; … … 38 40 The 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; 39 41 42 43 {{{ 40 44 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I.. -I./.. -O2 -march=athlon64 -pipe -c y_tab.c -o y_tab.o 41 45 flex -l ./pl.l … … 45 49 ./pl.l:68: bad character: 4 46 50 ./pl.l:68: bad character: 0 47 51 }}}