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: Mon, 15 Jun 2015 11:59:46 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.7.0

Follow-up Comment #19, bug #41027 (project octave):

I am facing this issue again with the image package. Symbols defined by the
configure script (I'm defining them via command line and not by creating a
config.h file) get shadowed by Octave core results:



/usr/local/include/octave-4.0.0/octave/config.h:2951:0: warning:
"PACKAGE_BUGREPORT" redefined
 #define PACKAGE_BUGREPORT "http://octave.org/bugs.html";
 ^
<command-line>:0:0: note: this is the location of the previous definition
In file included from
/usr/local/include/octave-4.0.0/octave/../octave/oct.h:31:0,
                 from __spatial_filtering__.cc:21:
/usr/local/include/octave-4.0.0/octave/config.h:2954:0: warning:
"PACKAGE_NAME" redefined
 #define PACKAGE_NAME "GNU Octave"
 ^
<command-line>:0:0: note: this is the location of the previous definition
In file included from
/usr/local/include/octave-4.0.0/octave/../octave/oct.h:31:0,
                 from __spatial_filtering__.cc:21:
/usr/local/include/octave-4.0.0/octave/config.h:2957:0: warning:
"PACKAGE_STRING" redefined
 #define PACKAGE_STRING "GNU Octave 4.0.0"
 ^
<command-line>:0:0: note: this is the location of the previous definition
In file included from
/usr/local/include/octave-4.0.0/octave/../octave/oct.h:31:0,
                 from __spatial_filtering__.cc:21:
/usr/local/include/octave-4.0.0/octave/config.h:2960:0: warning:
"PACKAGE_TARNAME" redefined
 #define PACKAGE_TARNAME "octave"
 ^
<command-line>:0:0: note: this is the location of the previous definition
In file included from
/usr/local/include/octave-4.0.0/octave/../octave/oct.h:31:0,
                 from __spatial_filtering__.cc:21:
/usr/local/include/octave-4.0.0/octave/config.h:2963:0: warning: "PACKAGE_URL"
redefined
 #define PACKAGE_URL "http://www.gnu.org/software/octave/";
 ^
<command-line>:0:0: note: this is the location of the previous definition
In file included from
/usr/local/include/octave-4.0.0/octave/../octave/oct.h:31:0,
                 from __spatial_filtering__.cc:21:
/usr/local/include/octave-4.0.0/octave/config.h:2966:0: warning:
"PACKAGE_VERSION" redefined
 #define PACKAGE_VERSION "4.0.0"


At the moment I am not actually using these symbols so I can ignore the
warnings.  But so many warnings scare the users. Also, I may want to use them
later (these or some other that core already defines).

    _______________________________________________________

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]