help-octave
[Top][All Lists]
Advanced

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

RE: Installing ODEPKG


From: Robinson, Melvin D
Subject: RE: Installing ODEPKG
Date: Mon, 29 Sep 2014 12:18:01 +0000

________________________________________
From: address@hidden <address@hidden> on behalf of Marco Atzeri <address@hidden>
Sent: Monday, September 29, 2014 1:33 AM
To: address@hidden
Subject: Re: Installing ODEPKG

On 29/09/2014 06:26, Robinson, Melvin D wrote:
> I am having trouble installing ODEPKG. It always ends with this error:
>
>
> pkg: error running `make' for the odepkg package.
> error: called from 'configure_make' in file
> /usr/local/share/octave/4.1.0+/m/pkg/private/configure_make.m near line
> 89, column 9
> error: called from:
> error:   /usr/local/share/octave/4.1.0+/m/pkg/private/install.m at line
> 199, column 5
> error:   /usr/local/share/octave/4.1.0+/m/pkg/pkg.m at line 384, column 9
>
>
> I installed with pkg install -forge odepkg and Googled for a solution,
> but there was nothing that can help me make more progress.
>
>
> Can anyone help me?
>

add "-verbose" so we could have some more hints.
Which system are you on ?

Regards
Marco


_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave

There are some other errors in the compilation:
odepkg_octsolver_mebdfi.cc:411:7: error: ‘vodeopt’ was not declared in this 
scope
       vodeopt = tmp(0).map_value ();        // Create a default structure
       ^
odepkg_octsolver_mebdfi.cc:422:7: error: ‘vodeopt’ was not declared in this 
scope
       vodeopt = tmp(0).map_value ();        // Create structure of args(4)
       ^
odepkg_octsolver_mebdfi.cc:433:7: error: ‘vodeopt’ was not declared in this 
scope
       vodeopt = tmp(0).map_value (); // Create a default structure
       ^
odepkg_octsolver_mebdfi.cc:440:5: error: ‘vodeopt’ was not declared in this 
scope
     vodeopt = tmp(0).map_value (); // Create a default structure
     ^
odepkg_octsolver_mebdfi.cc:450:66: error: ‘vodeopt’ was not declared in this 
scope
   octave_value vreltol = odepkg_auxiliary_getmapvalue ("RelTol", vodeopt);
                                                                  ^
odepkg_octsolver_mebdfi.cc:860:16: error: expected ‘;’ before ‘vretmap’
     Octave_map vretmap;
                ^
odepkg_octsolver_mebdfi.cc:861:5: error: ‘vretmap’ was not declared in this 
scope
     vretmap.assign ("x", vtres);
     ^
make: *** [odepkg_octsolver_mebdfi.o] Error 1




reply via email to

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