bugGNU Octave - Bugs: bug #50684, [octave forge] (odepkg) Build...

 
 

bug #50684: [octave forge] (odepkg) Build error vor version 0.8.5

Submitter:  None
Submitted:  Thu 30 Mar 2017 10:08:40 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  3 - Low Item Group:  Build Failure
Status:  Fixed Assigned to:  cdf
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * other
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Aug 2017 01:36:23 PM UTC, comment #2: 

Hi,

There has been some progress on this in the
development version of odepkg, tehre are still
some known outstanding issues especially with
docs and demos but testing is welcome.

If you are using Octave 4.2.x you can install
a development snapshot as follows:


[fname, success] = urlwrite ("https://bitbucket.org/odepkg/odepkg/get/default.tar.gz", [P_tmpdir "odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)


If you are using the development version of Octave you can use


[fname, success] = urlwrite ("https://bitbucket.org/odepkg/odepkg/get/octave43.tar.gz", [P_tmpdir "odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)


If you have an older version of Octave please upgrade before trying this.

c.

Carlo de Falco <cdf>
Group Member
Wed 05 Apr 2017 11:39:47 AM UTC, comment #1: 

Thank you for your report. Please be specific about the Octave version you are using.

The odepkg is under development, see http://octave.1599824.n4.nabble.com/What-is-the-status-of-the-odepkg-at-octave-forge-td4682192.html

Maybe you give the development version a try, until it gets released? https://bitbucket.org/odepkg/odepkg

Kai Torben Ohlhus <siko1056>
Group Member
Thu 30 Mar 2017 10:08:40 PM UTC, original submission:  

Hello, got this message during the installation of the pkg:


pkg install odepkg-0.8.5.tar.gz
In file included from odepkg_octsolver_mebdfdae.cc:42:0:
C:\Octave\OCTAVE~1.1\include\octave-4.2.1\octave/config.h:28:2: warning: #warning "config.h has been deprecated; there is no need to in
clude it directly" [-Wcpp]
 #warning "config.h has been deprecated; there is no need to include it directly"
  ^
odepkg_octsolver_mebdfdae.cc:85:18: error: 'GCC_ATTR_UNUSED' has not been declared
    double* YDOT, GCC_ATTR_UNUSED const octave_idx_type* IPAR,
                  ^
odepkg_octsolver_mebdfdae.cc:85:55: error: expected ',' or '...' before '*' token
    double* YDOT, GCC_ATTR_UNUSED const octave_idx_type* IPAR,
                                                       ^
odepkg_octsolver_mebdfdae.cc: In function 'octave_idx_type odepkg_mebdfdae_usrfcn(const octave_idx_type&, const double&, const double*,
 double*, int)':
odepkg_octsolver_mebdfdae.cc:91:24: error: expected ';' before 'vcnt'
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)
                        ^
odepkg_octsolver_mebdfdae.cc:91:34: error: 'vcnt' was not declared in this scope
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)
                                  ^
odepkg_octsolver_mebdfdae.cc:98:24: error: expected ';' before 'vcnt'
   for (octave_idx_type vcnt = 0; vcnt < vmebdfdaeextarg.length (); vcnt++)
                        ^
odepkg_octsolver_mebdfdae.cc:98:34: error: 'vcnt' was not declared in this scope
   for (octave_idx_type vcnt = 0; vcnt < vmebdfdaeextarg.length (); vcnt++)
                                  ^
odepkg_octsolver_mebdfdae.cc:105:24: error: expected ';' before 'vcnt'
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)
                        ^
odepkg_octsolver_mebdfdae.cc:105:34: error: 'vcnt' was not declared in this scope
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)
                                  ^
odepkg_octsolver_mebdfdae.cc: At global scope:
odepkg_octsolver_mebdfdae.cc:113:4: error: 'GCC_ATTR_UNUSED' has not been declared
    GCC_ATTR_UNUSED const octave_idx_type& MEBAND, GCC_ATTR_UNUSED const octave_idx_type* IPAR,

odepkg_octsolver_mebdfdae.cc:113:41: error: expected ',' or '...' before '&' token
    GCC_ATTR_UNUSED const octave_idx_type& MEBAND, GCC_ATTR_UNUSED const octave_idx_type* IPAR,
                                         ^
odepkg_octsolver_mebdfdae.cc: In function 'octave_idx_type odepkg_mebdfdae_jacfcn(const double&, const double*, double*, const octave_i
dx_type&, int)':
odepkg_octsolver_mebdfdae.cc:119:24: error: expected ';' before 'vcnt'
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)
                        ^
odepkg_octsolver_mebdfdae.cc:119:34: error: 'vcnt' was not declared in this scope
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)
                                  ^
odepkg_octsolver_mebdfdae.cc:133:24: error: expected ';' before 'vrow'
   for (octave_idx_type vrow = 0; vrow < N; vrow++)
                        ^
odepkg_octsolver_mebdfdae.cc:133:34: error: 'vrow' was not declared in this scope
   for (octave_idx_type vrow = 0; vrow < N; vrow++)
                                  ^
odepkg_octsolver_mebdfdae.cc:134:26: error: expected ';' before 'vcol'
     for (octave_idx_type vcol = 0; vcol < N; vcol++)
                          ^
odepkg_octsolver_mebdfdae.cc:134:36: error: 'vcol' was not declared in this scope
     for (octave_idx_type vcol = 0; vcol < N; vcol++)
                                    ^
odepkg_octsolver_mebdfdae.cc: At global scope:
odepkg_octsolver_mebdfdae.cc:145:4: error: 'GCC_ATTR_UNUSED' has not been declared
    GCC_ATTR_UNUSED const octave_idx_type* MASBND, GCC_ATTR_UNUSED const double* RPAR,
    ^
odepkg_octsolver_mebdfdae.cc:145:41: error: expected ',' or '...' before '*' token
    GCC_ATTR_UNUSED const octave_idx_type* MASBND, GCC_ATTR_UNUSED const double* RPAR,
                                         ^
odepkg_octsolver_mebdfdae.cc: In function 'octave_idx_type odepkg_mebdfdae_massfcn(const octave_idx_type&, double*, int)':
odepkg_octsolver_mebdfdae.cc:151:24: error: expected ';' before 'vcnt'
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)
                        ^
odepkg_octsolver_mebdfdae.cc:151:34: error: 'vcnt' was not declared in this scope
   for (octave_idx_type vcnt = 0; vcnt < N; vcnt++)

Anonymous

 

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

Attach Files:
   
   
Comment:
   

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 cdf
  • -email is unavailable- added by cdf (Posted a comment)
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by siko1056 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 11 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-10-02 mtmiller StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2017-08-14 cdf Carbon-Copy- Added -email is unavailable-
        Carbon-Copy- Added -email is unavailable-
    2017-08-14 cdf StatusNeed Info Ready For Test
        Assigned toNone cdf
    2017-08-12 jwe Summary[odepkg-0.8.5] Build error. [octave forge] (odepkg) Build error vor version 0.8.5
    2017-04-05 siko1056 Priority5 - Normal 3 - Low
        Item GroupNone Build Failure
        StatusNone Need Info
        SummaryInstalation warning and lots of messages! Package: odepkg [odepkg-0.8.5] Build error.

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code