|
From: Ran L. <Ra...@rt...> - 2006-01-10 18:55:58
|
Hi Paul,
Thanks for looking into this, actually it was a while ago, and one of
the list member Ron provided patches from you and it works. I don't know
how this just be posted again to the list, anyway, appreciate your
reply.
Regards,
Ran
>>>>>>>>>>>>>>>>>>>>
-----Original Message-----
From: tri...@li...
[mailto:tri...@li...] On Behalf Of Ron
Forrester
Sent: Thursday, December 22, 2005 1:47 PM
To: Ran Li
Cc: tri...@li...
Subject: Re: [Tripwire-dev] RE: build question v2.4.0.1 on solaris 9 and
hpux11.11
On 12/22/05, Ran Li <Ra...@rt...> wrote:
> fconameinfo.h:46: warning: 'class iFCONameInfo' has virtual functions=20
> 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
This should be fixed when I apply Paul's latest patch (included below if
you want to apply it)
-- ./src/fco/fcosetimpl.h.orig 2005-12-14 06:18:01.000000000 -0600
+++ ./src/fco/fcosetimpl.h 2005-12-14 06:18:01.000000000 -0600
@@ -46,6 +46,8 @@
#include "fconame.h"
#endif
+class cFCOIterImpl;
+
class cFCOSetImpl : public iFCOSet
{
friend class cFCOIterImpl;
--- ./src/fco/fconame.h.orig 2005-12-14 06:18:01.000000000 -0600
+++ ./src/fco/fconame.h 2005-12-14 06:18:01.000000000 -0600
@@ -49,6 +49,7 @@
////////////////////////////////////////////////////////////////////////
///////
class cFCONameTblNode;
class cFCONameIter;
+class cFCOName_i;
class cFCOName : public iTypedSerializable
{
--- ./src/tw/fcoreport.h.orig 2005-12-14 06:18:01.000000000 -0600
+++ ./src/tw/fcoreport.h 2005-12-14 06:21:41.000000000 -0600
@@ -85,6 +85,7 @@
class cFileHeaderID;
class cErrorQueue;
class cFCOReportGenreHeader;
+class cFCOReportSpecIter;
class cFCOReport : public iTypedSerializable
{
>>>>>>>>>>>>>>>>>>
-----Original Message-----
From: Paul Herman [mailto:ph...@fr...]=20
Sent: Tuesday, January 10, 2006 12:58 PM
To: Ran Li
Cc: tri...@li...
Subject: Re: [Tripwire-dev] build question v2.4.0.1 on solaris 9 and
hpux11.11
On Wed, 21 Dec 2005, Ran Li wrote:
> Hello all,
>
> when I tried to build tripwire 2.4.0.1 on solaris 9 and hpux 11.11,=20
> got some problems, anybody can point out which argument I should use=20
> for the configure or how to setup the env. config.log attached.=20
> Thanks.
>
> solaris 9 with gcc 3.4.1
> hpux 11.11 with gcc 4.0.2
Hi Ran,
Hmmm, I must be not seeing something right, but I don't see=20
anything obvious in the config.log files. What are the errors that=20
./configure spews out on each machine? On which check do they die?
-Paul.
|