Opened 14 years ago
Closed 14 years ago
#1363 closed defect (fixed)
liblidar/segmentlib updates (46266-46272) break build
Reported by: | snorfalorpagus | Owned by: | mmetz |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Compiling | Version: | svn-trunk |
Keywords: | liblidar segmentlib | Cc: | |
CPU: | OSX/Intel | Platform: | MacOSX |
Description
The changes introducted in r46266-46272 cause errors during build for me:
grass_trunk/lib/lidar grass_trunk/raster/r.resamp.bspline grass_trunk/vector/v.lidar.correction grass_trunk/vector/v.lidar.edgedetection grass_trunk/vector/v.outlier grass_trunk/vector/v.surf.bspline
First error:
Snorfalorpagus-MBP-15:lidar snorf$ make make lib cc -dynamiclib -compatibility_version 7.0 -current_version 7.0 -install_name /Applications/GRASS-7.0.app/Contents/MacOS/lib/libgrass_lidar.7.0.svn.dylib -o /Volumes/Gamma/Software/Grass/grass7/grass_trunk/dist.i386-apple-darwin10.7.0/lib/libgrass_lidar.7.0.svn.dylib -L/Volumes/Gamma/Software/Grass/grass7/grass_trunk/dist.i386-apple-darwin10.7.0/lib -L/Volumes/Gamma/Software/Grass/grass7/grass_trunk/dist.i386-apple-darwin10.7.0/lib OBJ.i386-apple-darwin10.7.0/InterpSpline.o OBJ.i386-apple-darwin10.7.0/raster.o OBJ.i386-apple-darwin10.7.0/zones.o -lgrass_vector.7.0.svn -lgrass_dbmiclient.7.0.svn -lgrass_dbmibase.7.0.svn -lgrass_gmath.7.0.svn -lgrass_raster.7.0.svn -lgrass_gis.7.0.svn Undefined symbols: "_segment_put", referenced from: _P_Regular_Points in raster.o "_segment_get", referenced from: _P_Regular_Points in raster.o _P_Read_Raster_Region_Map in zones.o ld: symbol(s) not found collect2: ld returned 1 exit status make[1]: *** [/Volumes/Gamma/Software/Grass/grass7/grass_trunk/dist.i386-apple-darwin10.7.0/lib/libgrass_lidar.7.0.svn.dylib] Error 1 make: *** [default] Error 2
Other errors, all similar, resulting from previous failure.
Snorfalorpagus-MBP-15:r.resamp.bspline snorf$ make make: *** No rule to make target `/Volumes/Gamma/Software/Grass/grass7/grass_trunk/dist.i386-apple-darwin10.7.0/lib/libgrass_lidar.7.0.svn.dylib', needed by `/Volumes/Gamma/Software/Grass/grass7/grass_trunk/dist.i386-apple-darwin10.7.0/bin/r.resamp.bspline'. Stop.
Change History (2)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix confirmed. r46307 is OK. :)
Note:
See TracTickets
for help on using tickets.
Hopefully fixed in r46307, please test.
Markus M