bugGNU Scientific Library - Bugs: bug #39106, conflict between fft and wavelet...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #39106: conflict between fft and wavelet header files

Submitter:  Patrick Alken <psa>
Submitted:  Tue 28 May 2013 06:31:06 PM UTC
   
 
Category:  Build Severity:  3 - Normal
Operating System:  Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release: 

Wed 29 May 2013 07:51:38 PM UTC, comment #1: 

These 'forward' and 'backward' declarations in both files are listed as deprecated

Patrick Alken <psa>
Group administrator
Tue 28 May 2013 06:31:06 PM UTC, original submission:  

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

Patrick Alken <psa>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psa (Submitted the item)
  •  

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-10 psa StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code