I tried to compile blackbox 0.62.1 for hpux and I had some problems. The
configure script went fine (we have gcc and c++) but right when it started to
compile it gave the following errors:
Making all in src
cd .. \
&& CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating src/Makefile
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DSLIT -DINTERLACE -DNLS
-DTIMEDCACHE -DLOCALEPATH=\"/usr/local/share/blackbox/nls\"
-DDEFAULTMENU=\"/usr/local/share/blackbox/menu\"
-DDEFAULTSTYLE=\"/usr/local/share/blackbox/styles/Results\" -g -O2
-I/usr/local/include -c BaseDisplay.cc
In file included from BaseDisplay.cc:87:
BaseDisplay.hh: In method `const int & BaseDisplay::hasShapeExtensions() const':
BaseDisplay.hh:274: invalid use of type decl `struct BaseDisplay::shape' as
expression
BaseDisplay.hh:274: warning: returning reference to temporary
BaseDisplay.hh:274: confused by earlier errors, bailing out
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
I know that I compiled 0.61.1 once on hpux 10.20 but I can't get that working
anymore anyways. I don't know much about programming so any help on how to get
this working on hpux would be appreciated (or binaries that can be installed to
a user directory without root acces).