Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#4349 closed defect (fixed)

"--with-rasdaman=yes" doesn't add rasdaman to the formats

Reported by: misev Owned by: warmerdam
Priority: normal Milestone:
Component: ConfigBuild Version: unspecified
Severity: normal Keywords:
Cc:

Description

When configuring "--with-rasdaman=yes", rasdaman is not added to the GDAL formats so in the end there's no support for rasdaman.

This fixes the problem in the configure script:

diff -Npru gdal-1.8.1_orig/configure gdal-1.8.1/configure
--- gdal-1.8.1_orig/configure	2011-11-02 16:58:24.100778142 +0100
+++ gdal-1.8.1/configure	2011-11-02 16:59:04.210544594 +0100
@@ -24451,6 +24451,7 @@ fi
 
   if test -n "$RASDAMAN_ENABLED" ; then
       RASDAMAN_LIB="-lrasodmg -lclientcomm -lcompression -lnetwork -lraslib"
+      OPT_GDAL_FORMATS="rasdaman $OPT_GDAL_FORMATS"
       { $as_echo "$as_me:${as_lineno-$LINENO}: result:         using rasdaman from system libs." >&5
 $as_echo "        using rasdaman from system libs." >&6; }
   else

Change History (3)

comment:1 by misev, 12 years ago

--with-rasdaman=DIR works fine btw.

comment:2 by Even Rouault, 12 years ago

Milestone: 1.8.2
Resolution: fixed
Status: newclosed

r23408 /trunk/gdal/ (configure configure.in): Make ./configure --with-rasdaman=yes work (#4349)

r23409 /branches/1.8/gdal/ (configure configure.in): Make ./configure --with-rasdaman=yes work (#4349)

comment:3 by Even Rouault, 11 years ago

Milestone: 1.8.2

Milestone 1.8.2 deleted

Note: See TracTickets for help on using tickets.