[GRASS-user] 6.5svn Build Errors Reported

   Just ran 'svn up', configured and built the revised source. I saw a bunch
of error messages (some about problems with glx), but compilation finished
with no errors reported.

   I don't know if this is important, but want to let the devs know what was
quickly scrolling by on the screen.

Rich

Hi,

2011/7/30 Rich Shepard <rshepard@appl-ecosys.com>:

Just ran 'svn up', configured and built the revised source. I saw a bunch
of error messages (some about problems with glx), but compilation finished
with no errors reported.

I don't know if this is important, but want to let the devs know what was
quickly scrolling by on the screen.

I guess hat you mean

sed -f fix.sed ogsf.py >
/usr/local/src/grass6_devel/dist.i686-pc-linux-gnu/etc/python/grass/lib/ogsf.py
python -m py_compile
/usr/local/src/grass6_devel/dist.i686-pc-linux-gnu/etc/python/grass/lib/ogsf.py
Status: Preprocessing /tmp/tmpYc3x0z.h
Status: gcc -E -DPACKAGE="grasslibs" -DPACKAGE="grasslibs"
-I/usr/local/src/grass6_devel/dist.i686-pc-linux-gnu/include -U
__GNUC__ -dD "-Dinline=
" "-D__inline__=" "-D__extension__=" "-D_Bool=uint8_t"
"-D__const=const" "-D__asm__(x)=" "-D__asm(x)=" "-DCTYPESGEN=1"
/tmp/tmpYc3x0z.h
Status: Parsing /tmp/tmpYc3x0z.h
Error: /usr/include/GL/glext.h:5104: Syntax error at 'GLint64EXT'
Error: /usr/include/GL/glext.h:5109: Syntax error at 'GLint64'
Error: /usr/include/GL/glext.h:5835: Syntax error at 'GLint64'
...

It's related to ctypes, and should be harmless.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

On Sat, 30 Jul 2011, Martin Landa wrote:

I guess hat you mean

Error: /usr/include/GL/glext.h:5104: Syntax error at 'GLint64EXT'
Error: /usr/include/GL/glext.h:5109: Syntax error at 'GLint64'
Error: /usr/include/GL/glext.h:5835: Syntax error at 'GLint64'

Martin,

   Those look like 'em.

   I assumed they're harmless as the build completed and the application
runs. Regardless, I thought it worth reporting what I saw.

Regards,

Rich