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/


Reply via email to