bugGNU Octave - Bugs: bug #32159, Compile error of mkoctfile.cc on...

 
 

bug #32159: Compile error of mkoctfile.cc on MinGW

Submitter:  Tatsuro MATSUOKA <tmacchant>
Submitted:  Mon 17 Jan 2011 10:13:05 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 18 Jan 2011 07:02:07 AM UTC, comment #2: 

I have confirmed the fix.  Thanks!!

Tatsuro MATSUOKA <tmacchant>
Mon 17 Jan 2011 10:28:21 PM UTC, comment #1: 

I checked in the following change:

https://savannah.gnu.org/bugs/?32159

John W. Eaton <jwe>
Group administrator
Mon 17 Jan 2011 10:13:05 PM UTC, original submission:  

Current tip of dev source make gives error in compiling mkoctfile.cc

ID
****
Sun Jan 16 18:31:25 2011 -0500
changeset 11551 84fa2ba414ee
parent 11550 a9be431c1595
***+

Before 3.3.35 release, this error did not occur in the dev source build.

g++ -shared-libgcc -DHAVE_CONFIG_H -I. -I../../hg/octave-work   -I/c/Programs/gpnewlib/include -I/c/Programs/OctaveLibs/include -I/GnuWin32/include -O3  -DHAVE_CONFIG_H -mieee-fp -IC:/Programs/GnuWin32/include -Ic:/Programs/gpnewlib/include/freetype2 -Ic:/Programs/gpnewlib/include -IC:/Programs/gpnewlib/include   -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -O3  -O3 -MT mkoctfile.o -MD -MP -MF .deps/mkoctfile.Tpo -c -o mkoctfile.o mkoctfile.cc
<snip warning>
mkoctfile.cc:747:31: error: expected ',' or ';' before 'vars'

**************************
mkoctfile.cc:741-750
      string cmd = vars["LD_CXX"] + " " + vars["CPPFLAGS"] + " "
+ vars["ALL_CXXFLAGS"] + " " + vars["RDYNAMIC_FLAG"]
+ " " + vars["ALL_LDFLAGS"] + " " +  pass_on_options
+ " " + output_option + " " + objfiles + " " + libfiles
+ " " + ldflags + " " + vars["LFLAGS"] + " "
+ vars["RLD_FLAG"] + " " + vars["OCTAVE_LIBS"] + " "
+ vars["LAPACK_LIBS"] + " " vars["BLAS_LIBS"] + " "
                + vars["FFTW_LIBS"] + " " + vars["READLINE_LIBS"] + " "
                + vars["LIBS"] + " " + vars["FLIBS"];
      result = run_command (cmd);
***************************

For me it looks like to be correct code???

Tatsuro MATSUOKA <tmacchant>

 

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

    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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-01-17 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code