From bug-octave-request at bevo dot che dot wisc dot edu Wed Nov 6 07:39:00 2002 Subject: Compiling problems on HP-UX 11.11 From: "John W. Eaton" To: "G.F. Duivesteijn" Cc: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 6 Nov 2002 07:38:46 -0600 On 6-Nov-2002, G.F. Duivesteijn wrote: | Here are the complete outputs of configure and gmake. g++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -g -O2 -Wall DASPK.cc -o DASPK.o In file included from /usr/local/include/c++/3.2/cstring:49, from /usr/local/include/c++/3.2/bits/char_traits.h:45, from /usr/local/include/c++/3.2/string:47, from base-de.h:26, from base-dae.h:26, from DAE.h:27, from DASPK-opts.h:10, from DASPK.h:33, from DASPK.cc:34: /usr/local/include/c++/3.2/cstddef:53: `size_t' not declared Does the simple program #include int main (void) { size_t foo; return 0; } compile cleanly with g++ on your system? What about #include int main (void) { std::size_t foo; return 0; } ? jwe ------------------------------------------------------------- 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 -------------------------------------------------------------