I thought I'd ask before I expend too much energy on this...
I'm working with STk-2.1 and am trying to build it on HP-UX. I've never used
STk before and never tried to build it before. Has anyone else had success in
building it on an HP9000/712 under HP-UX 9.05? Currently, I've seen the
following:
1. I'm not using GCC, so I'm trying to build with the standard compilers.
2. Most everything *but* Src will build with the standard K&R C compiler that
comes with HP-UX. A couple of changes made to the Tk directory for STk
have function prototypes, so I had to put in a couple of declarations
without prototypes and '#ifdef __STDC__' them.
3. The Src directory seems to use ANSI-C style prototypes everywhere, so I had
to reconfigure this directory to use the ANSI C compiler. Trying to use
the ANSI C compiler on the other directories led to a lot of warnings and
errors (particularly about type mismatches). Using ANSI C on the Src
directory allows it to be built, but there were a number of type mismatch
warnings that I'm still trying to decide if they are a problem.
Anyone have suggestions?
--
==================================================================
David Masterson KLA Instruments
408-456-6836 160 Rio Robles
davidm_at_prism.kla.com San Jose, CA 95161
==================================================================
I only speak for myself -- it keeps me out of trouble
Received on Mon Feb 13 1995 - 22:00:59 CET