From bug-request at octave dot org Sat Sep 24 14:27:35 2005 Subject: error making octplot under cygwin From: "Yadin Goldschmidt" To: bug at octave dot org Date: Sat, 24 Sep 2005 15:23:46 -0400 When trying to make Octplot under cygwin 1.5.18 it fails with thefollowing error: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -mwindows -DWIN 32 -g -O2 -MT octplot-ftglfontmanager.o -MD -MP -MF ".deps/octplot-ftglfontmanag er.Tpo" -c -o octplot-ftglfontmanager.o `test -f 'ftglfontmanager.cpp' || echo ' ./'`ftglfontmanager.cpp; \ then mv -f ".deps/octplot-ftglfontmanager.Tpo" ".deps/octplot-ftglfontmanager.Po "; else rm -f ".deps/octplot-ftglfontmanager.Tpo"; exit 1; fi In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/sstream:640, from ftglfontmanager.cpp:22: /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/sstream.tcc: In member functi on `virtual typename std::basic_stringbuf<_CharT, _Traits, _Alloc>::int_type std ::basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(typename _Traits::int_type) ': /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/sstream.tcc:102: error: expec ted unqualified-id before '(' token /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/sstream.tcc:104: error: expec ted unqualified-id before '(' token make[2]: *** [octplot-ftglfontmanager.o] Error 1 make[2]: Leaving directory `/cygdrive/d/download/octplot-0.2.61/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/d/download/octplot-0.2.61' make: *** [all] Error 2 Any way to proceed beyond this point? I have octave 2.1.71-3 cygwin version installed. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------