octave-maintainers
[Top][All Lists]
Advanced

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

Re: Updated octaveforge packages built for Mingw Octave3.4.2_gcc4.5.2


From: Joaquim Luis
Subject: Re: Updated octaveforge packages built for Mingw Octave3.4.2_gcc4.5.2
Date: Fri, 14 Oct 2011 07:13:55 -0700 (PDT)

Nitzan,

Do you have any particular trick to build with MinGW?
I'm trying (and with the Tatsuro packages) but it's and endless list of
troubles.

First, it was gnulib errors (I filed a ticket with this)

lo-utils.cc: In function 'std::string octave_fgets(FILE*, bool&)':
lo-utils.cc:127:11: error: 'fgets' is not a member of 'gnulib'
lo-utils.cc:127:11: note: suggested alternatives:
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/stdio.h:354:39:
note:   'fgets'

that I worked around with (this csse, fflush)

#if !defined(__MINGW32__) && !defined(__MINGW64__)
      gnulib::fflush (stderr);
#else
      fflush (stderr);
#endif

but now I have

utils.cc: In function 'int octave_vformat(std::ostream&, const char*,
va_list)':
utils.cc:1298:20: error: 'std::streambuf' has no member named 'vform'
make[3]: *** [liboctinterp_la-utils.lo] Error 1
make[3]: Leaving directory `/c/SVN/octave/src'

I am using the latest MinGW installed with their installer.

Thanks

Joaquim Luis

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Updated-octaveforge-packages-built-for-Mingw-Octave3-4-2-gcc4-5-2-tp3904707p3904995.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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