Ticket #4349 (closed defect: fixed)

Opened 18 months ago

Last modified 3 weeks ago

"--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

Changed 18 months ago by misev

--with-rasdaman=DIR works fine btw.

Changed 18 months ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.8.2

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)

Changed 3 weeks ago by rouault

  • milestone 1.8.2 deleted

Milestone 1.8.2 deleted

Note: See TracTickets for help on using tickets.