Operating System - OpenVMS
1753513 Members
5134 Online
108795 Solutions
New Discussion

Re: Cannot compile Tripwire source

 
Urey Cheung
Occasional Contributor

Cannot compile Tripwire source

Hi experts,

I downloaded Tripwire source from http://sourceforge.net/projects/tripwire and cannot compile it successfully in HP Ux 11.11.

#./configure
....
#cd src
#make
No suffix list.
Making all in cryptlib
cd ../.. && make am--refresh
No suffix list.
No suffix list.
ln -f libcryptlib.a ../../lib/libcryptlib.a
ln: Warning! libcryptlib.a and ../../lib/libcryptlib.a are identical
Making all in core
cd ../.. && make am--refresh
No suffix list.
No suffix list.
ar ru ../../lib/libtripwire.a file_unix.o unixfsservices.o charutil_t.o displayencoder_t.o archive.o charutil.o cmdlineparser.o codeconvert.o core.o coreerrors.o corestrings.o crc32.o debug.o displayencoder.o displayutil.o error.o errorbucketimpl.o errortable.o errorutil.o fileerror.o fileheader.o fsservices.o growheap.o hashtable.o haval.o msystem.o ntmbs.o objectpool.o refcountobj.o serializable.o serializer.o serializerimpl.o serializerutil.o serstring.o srefcountobj.o srefcounttbl.o stdcore.o stringutil.o timebomb.o timeconvert.o tw_signal.o twlimits.o twlocale.o unixexcept.o usernotify.o usernotifystdout.o utf8.o wchar16.o
Making all in db
cd ../.. && make am--refresh
No suffix list.
No suffix list.
ar ru ../../lib/libtripwire.a blockfile.o blockrecordarray.o blockrecordfile.o db.o hierdatabase.o hierdbpath.o stddb.o
Making all in fco
cd ../.. && make am--refresh
No suffix list.
No suffix list.
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O -pipe -Wall -c -o fcodatasourceiter.o fcodatasourceiter.cpp
../core/typed.h:57: warning: 'class iTyped' has virtual functions but non-virtual destructor
../core/serializable.h:79: warning: 'class iSerializable' has virtual functions but non-virtual destructor
../core/serializable.h:91: warning: 'class iTypedSerializable' has virtual functions but non-virtual destructor
fconameinfo.h:46: warning: 'class iFCONameInfo' has virtual functions but non-virtual destructor
fconame.h:147: error: ISO C++ forbids declaration of 'cFCOName_i' with no type
fconame.h:147: error: expected ';' before '*' token
*** Error exit code 1

Stop.
*** Error exit code 1


Thanks,
Urey
1 REPLY 1
Volker Halle
Honored Contributor

Re: Cannot compile Tripwire source

Urey,

welcome to the OpenVMS ITRC forum.

You might get a better chance for a qualified answer to your question in the HP-UX forum:

http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=117

Volker.