Sun, Aug 20 2006
20:00:48
|
|
Request created by guest
|
|
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;
|
|
Sun, Aug 20 2006
20:28:10
|
|
Mail sent by mneteler
|
|
Thanks, fixed in CVS.
Markus |
|
Sun, Aug 20 2006
20:28:12
|
|
Status changed to resolved by mneteler
|
|