octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41027] config.h is too generic


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #41027] config.h is too generic
Date: Wed, 27 Jan 2016 17:09:30 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0

Update of bug #41027 (project octave):

                 Release:                   3.8.0 => dev                    

    _______________________________________________________

Follow-up Comment #20:

I'm facing this issue again with the development version of the mapping
package. The problem is that gdal has the same bug, it's installing
gdal/cpl_config.h which is sourced on its public headers, and then conflicts
with the ones from Octave. Yes, this is a gdal bug but is also an Octave bug.


In file included from /usr/include/gdal/cpl_port.h:80:0,
                 from /usr/include/gdal/gdal.h:41,
                 from /usr/include/gdal/gdal_priv.h:53,
                 from gdalread.cc:28:
/usr/include/gdal/cpl_config.h:198:0: warning: "PACKAGE_BUGREPORT" redefined
 #define PACKAGE_BUGREPORT ""
 ^
In file included from
/usr/local/include/octave-4.0.0/octave/../octave/oct.h:31:0,
                 from gdalread.cc:25:
/usr/local/include/octave-4.0.0/octave/config.h:2951:0: note: this is the
location of the previous definition
 #define PACKAGE_BUGREPORT "http://octave.org/bugs.html";
 ^
In file included from /usr/include/gdal/cpl_port.h:80:0,
                 from /usr/include/gdal/gdal.h:41,
                 from /usr/include/gdal/gdal_priv.h:53,
                 from gdalread.cc:28:
/usr/include/gdal/cpl_config.h:201:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME ""
 ^
In file included from
/usr/local/include/octave-4.0.0/octave/../octave/oct.h:31:0,
                 from gdalread.cc:25:
/usr/local/include/octave-4.0.0/octave/config.h:2954:0: note: this is the
location of the previous definition
 #define PACKAGE_NAME "GNU Octave"
 ^
In file included from /usr/include/gdal/cpl_port.h:80:0,
                 from /usr/include/gdal/gdal.h:41,
                 from /usr/include/gdal/gdal_priv.h:53,
                 from gdalread.cc:28:
/usr/include/gdal/cpl_config.h:204:0: warning: "PACKAGE_STRING" redefined
 #define PACKAGE_STRING ""

[...]


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41027>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]