Changes between Initial Version and Version 2 of Ticket #50795


Ignore:
Timestamp:
Mar 4, 2016, 2:36:58 PM (8 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50795

    • Property Owner changed from macports-tickets@… to mschamschula@…
  • Ticket #50795 – Description

    initial v2  
    11I am compiling a C++ program that uses mathgl, and I am getting the following error:
     2{{{
    23/opt/local/include/mgl2/datac_cf.h:30:8: error: definition of type 'gsl_matrix' conflicts with typedef of the same name
    34struct gsl_matrix;
     
    56/opt/local/include/gsl/gsl_matrix_double.h:50:3: note: 'gsl_matrix' declared here
    67} gsl_matrix;
     8}}}
    79
    810Looking at data_cf.h, it seems like MGL_HAVE_GSL is switched off, so mathgl is not picking up GSL headers.