octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #32159] Compile error of mkoctfile.cc on MinGW


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #32159] Compile error of mkoctfile.cc on MinGW
Date: Mon, 17 Jan 2011 22:13:06 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10

URL:
  <http://savannah.gnu.org/bugs/?32159>

                 Summary: Compile error of mkoctfile.cc on MinGW
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年01月17日 22時13分05秒
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

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???





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32159>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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