Hamish wrote: > > >> I am trying out the new wxpython gui from trunk for the first time > > >> and I am running into some trouble with building vdigit. > .... > > grass6_wxvdigit_wrap.cxx:2577:23: error: grass/gis.h: No such file or > > directory > > ?? > > > driver.h:70: error: \u2018BOUND_BOX\u2019 does not name a type > > make: *** [OBJ.i686-pc-linux-gnu/grass6_wxvdigit_wrap.o] Error 1 > > "\u2018" -- unicode characters sneaking into what should be a flat > ASCII file?
Those are just the quotes added by the compiler. Recent versions of gcc have taken to using gratuitous non-ASCII punctuation in diagnostic messages. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
