From bug-octave-request at bevo dot che dot wisc dot edu Wed Nov 6 08:29:31 2002 Subject: Re: Compiling problems on HP-UX 11.11 From: "G.F. Duivesteijn" To: "John W. Eaton" Cc: bug-octave at bevo dot che dot wisc dot edu Date: 06 Nov 2002 15:29:13 +0100 Yep. Both programs compile and run without problems. Gilbert On Wed, 2002-11-06 at 14:38, John W. Eaton wrote: > 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 > ------------------------------------------------------------- > > ------------------------------------------------------------- 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 -------------------------------------------------------------