|
From: | Patrick Alken |
Subject: | [Bug-gsl] [bug #39106] conflict between fft and wavelet header files |
Date: | Tue, 28 May 2013 18:31:07 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux i686 on x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 |
URL: <http://savannah.gnu.org/bugs/?39106> Summary: conflict between fft and wavelet header files Project: GNU Scientific Library Submitted by: psa Submitted on: Tue 28 May 2013 06:31:06 PM GMT Category: Build Severity: 3 - Normal Operating System: Status: Confirmed Assigned to: None Open/Closed: Open Release: Discussion Lock: Any _______________________________________________________ Details: The following program will not compile due to the 'forward' and 'backward' definitions in both files: --- #include <gsl/gsl_wavelet.h> #include <gsl/gsl_fft.h> int main() { return 0; } --- gsl_fft.h:40: error: redeclaration of enumerator ‘forward’ gsl_wavelet.h:40: note: previous definition of ‘forward’ was here gsl_fft.h:40: error: redeclaration of enumerator ‘backward’ gsl_wavelet.h:40: note: previous definition of ‘backward’ was here _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?39106> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |