[Integrit-users] Re: Integrit compile problems
Brought to you by:
ecashin
From: Ed L C. <ec...@te...> - 2001-10-12 16:04:08
|
RD...@ga... (Mr. Ross Druker) writes: > On Oct 11, 4:19pm, Ed L Cashin wrote: > > > Thanks very much for your help and cooperation. If you get GNU make > > for HP-UX, let me know how things go! :) > I installed gmake and started over. It compiled cleanly. (Still > got the same couple of warning messages I sent in my first note.) Do you mean that the errors were exactly this: >>> making library for shared integrit code: make -f integrit.mak libintegrit.a gcc -g -Wall -O2 -c cdb_seq.c cdb_seq.c:20: config.h: No such file or directory cdb_seq.c:31: #error No stdint.h or inttypes.h found. In file included from cdb_seq.c:37: packint.h:45: #error Unsupported byte order packint.h:58: #error Unsupported byte order *** Error exit code 1 ? If so, I'm surprised, since that means that using gmake did not change the way the makefile was being parsed, which is unlikely. > It still alternates dumping core or generating the same error when I > use -c and -u together. :-( That is the problem that sounds like the byte-order being wrong. It would happen if you are seeing the warnings above. Let's make use of the integrit-users list. There may be some HP-UX users there who have experience building integrit there. Here's the link again for your convenience: http://lists.sourceforge.net/lists/listinfo/integrit-users -- --Ed Cashin PGP public key: ec...@te... http://www.terry.uga.edu/~ecashin/pgp/ |