this bug's URL: http://intevation.de/rt/webrt?serial_num=5030
-------------------------------------------------------------------------
Subject: lidarlib - missing symbols
Platform: Mac OSX
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 6.2+
When linking lidarlib I get:
ld: Undefined symbols:
_nsplx
_nsply
_passoE
_passoN
If I change lidarlib/raster.c:P_Regular_Points () to remove the extern's from those vars, it builds.
Lines 185-186:
int nsplx, nsply;
double passoN, passoE;
-------------------------------------------- Managed by Request Tracker