osman buyukisik - 2002-01-23

Hi,
I tried configure but I got :
~>./configure
creating cache ./config.cache
checking host system type... Invalid configuration `-hp-hpux11.00': machine `-hp' not recognized

So I did
~>./configure hppa2.0w-hp-hpux11.00
loading cache ./config.cache
checking host system type... hppa2.0w-hp-hpux11.00
checking for a BSD compatible install... (cached) /home/absd00t/local/bin/install -c
checking whether build environment is sane... yes
...
Seems to have worked. But when I do "make" I get :
~>make
make  all-recursive
make[1]: Entering directory `/annex/.absd00t/absd00t/prcs-1.3.0'
Making all in src
make[2]: Entering directory `/annex/.absd00t/absd00t/prcs-1.3.0/src'
Making all in include
make[3]: Entering directory `/annex/.absd00t/absd00t/prcs-1.3.0/src/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/annex/.absd00t/absd00t/prcs-1.3.0/src/include'
make[3]: Entering directory `/annex/.absd00t/absd00t/prcs-1.3.0/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./include    -O2 -Wall -fno-implicit-templates -c prcs.cc
In file included from include/typedefs.h:125,
                 from include/prcs.h:63,
                 from prcs.cc:27:
include/prcserror.h:30:25: stdiostream.h: No such file or directory
In file included from include/typedefs.h:125,
                 from include/prcs.h:63,
                 from prcs.cc:27:
include/prcserror.h:455: type specifier omitted for parameter
include/prcserror.h:455: parse error before `*' token
include/prcserror.h:479: syntax error before `*' token
include/prcserror.h:447: base `PrettyOstream' with only non-default constructor
   in class without a constructor
include/prcserror.h:509: parse error before `char'
include/prcserror.h:512: parse error before `char'
include/prcserror.h:515: parse error before `char'
include/prcserror.h:518: parse error before `char'
include/prcserror.h:521: parse error before `char'
include/prcserror.h:530: parse error before `char'
include/prcserror.h:533: parse error before `char'
...

I can compile other c++ projects using gcc 3.0.1. What may be the problem. At one time under hpux9, I was able to compile prcs 1.1.1 which I am still using.

TIA
Osman