help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with bug reporting


From: Alexander Barth
Subject: Re: Problem with bug reporting
Date: Thu, 8 May 2014 11:03:44 +0200




On Wed, May 7, 2014 at 8:41 PM, Eyram Apetcho <address@hidden> wrote:
Dear Octave Maintainer,
I installed recently on MacOS 10.9 (marvericks). I tried to installed netcdf, octcdf and octproj packages but the installation failled.

When I was trying to submit my bug (following the link on octave.org), I was asked to registered.
I subscribe and apparently an email should be sent to me for confirmation but until now I didn't get any email for this confirmation. Therefore, I am not able to submit my bug trough the regular pathway.

Please, I want to know what I can do to get my registration confirmed.

Following is my bug report:

In file included from __netcdf__.cc:32:
./netcdf_constants.h:154:53: error: use of undeclared identifier
      'NC_INDEPENDENT'
  netcdf_constants["NC_INDEPENDENT"] = octave_value(NC_INDEPENDENT);
                                                    ^
./netcdf_constants.h:155:52: error: use of undeclared identifier 'NC_COLLECTIVE'
  netcdf_constants["NC_COLLECTIVE"] = octave_value(NC_COLLECTIVE);
                                                   ^
2 errors generated.
make: *** [__netcdf__.oct] Error 1
mkoctfile __netcdf__.cc -L/usr/local/Cellar/netcdf/4.3.1.1/lib -lnetcdf


Dear Eyram,

NC_INDEPENDENT and NC_COLLECTIVE have been remove in newer version of the netcdf library. I made the corresponding changes in the octave netcdf package. Can you please try the octave netcdf package version 1.0.3 (once released or from here http://modb.oce.ulg.ac.be/mediawiki/upload/Alex/Octave/netcdf-1.0.3.tar.gz)?

Regards,
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]