From owner-bug-octave at bevo dot che dot wisc dot edu Thu Nov 23 09:59:14 1995 From: root at univ-pau dot fr To: bug-octave at che dot utexas dot edu Date: Thu, 23 Nov 1995 16:58:52 +0100 To: bug-octave at che dot utexas dot edu Subject: [50 character or so descriptive subject here (for reference)] Bug report for Octave 1.1.1 configured for rs6000-ibm-aix3.2.5 Description: ----------- Error when compiling (octave-1.1.1, gcc-2.7.0, libg++-2.7.1) $ make liboctave /usr/local/bin/make -f octMakefile liboctave echo making all in liboctave making all in liboctave cd liboctave ; /usr/local/bin/make all make[1]: Entering directory '/usr/local/octave-1.1.1/liboctave\' c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -g -O CCol Vector.cc In file included from dMatrix.h:32, from mx-base.h:31, from CColVector.cc:32: mx-defs.h:59: conflicting types for 'struct Complex\' /usr/local/lib/g++-include/Complex.h:8: previous declaration as 'class complex\' mx-defs.h:59: conflicting types for 'struct Complex\' /usr/local/lib/g++-include/Complex.h:82: previous declaration as 'class complex< double>\' Array.h: In method 'class Complex DiagArray::get(int)': In file included from mx-base.h:32, from CColVector.cc:32: Array.h:233: return-type 'Complex' is an incomplete type Array.h:233: cannot lookup method in incomplete type 'Complex\' Array.h:233: in base initialization for class 'Complex\' Array.h: In method 'void DiagArray::set(const class Complex &, int)': Array.h:234: invalid use of undefined type 'struct Complex\' Array.h:234: 'Complex' does not define operator= Array.h:234: confused by earlier errors, bailing out make[1]: *** [CColVector.o] Error 1 make[1]: Leaving directory '/usr/local/octave-1.1.1/liboctave\' make: *** [liboctave] Error 2 make: 1254-004 The error code from the last command is 2. Make Quitting. Configuration (please do not edit this section): ----------------------------------------------- uname output: AIX crisv2 2 3 002001777200 Fortran compiler: xlf FFLAGS: -O F2C: F2CFLAGS: FLIBS: -lxlf C compiler: gcc CFLAGS: -DHAVE_CONFIG_H -g -O C++ compiler: c++ CXXFLAGS: -DHAVE_CONFIG_H -g -O LDFLAGS: -g DEFS: -DOCTAVE_SOURCE=1 -DSEPCHAR=':' -DSEPCHAR_STR=: -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 -DFSQP_MISSING=1 -D_ALL_SOURCE=1 -DHAVE_STRFTIME=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DWORDS_BIGENDIAN=1 -DIEEE_BIG_ENDIAN=1 -DHAVE_ALLOCA=1 -DSTDC_HEADERS=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PWD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TERMIOS_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_ATEXIT=1 -DHAVE_TEMPNAM=1 -DHAVE_MEMMOVE=1 -DHAVE_PUTENV=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_GETRUSAGE=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ACOSH=1 -DHAVE_ASINH=1 -DHAVE_ATANH=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_LGAMMA=1 -DSIGNGAM_DECLARED=1 -DEXCEPTION_IN_MATH=1 -DRETSIGTYPE=void -DHAVE_SYS_SIGLIST=1