Thread: Current CVS tree broken?

Current CVS tree broken?

From
leon-pg@comvision.com
Date:
Hello. I just checked out a fresh copy of the CVS tree, and when I try
to build it, it errors out with:

schema/pgServer.cpp: In member function `int
pgServer::Connect(frmMain*, bool,
    const wxString&)':
schema/pgServer.cpp:340: error: `IsSSLconnected' undeclared (first use
this
    function)
schema/pgServer.cpp:340: error: (Each undeclared identifier is reported
only
    once for each function it appears in.)

Is it just me, or is the tree broken?

Leon


Re: Current CVS tree broken?

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> leon-pg@comvision.com
> Sent: 14 February 2005 04:06
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Current CVS tree broken?
>
> Hello. I just checked out a fresh copy of the CVS tree, and
> when I try
> to build it, it errors out with:
>
> schema/pgServer.cpp: In member function `int
> pgServer::Connect(frmMain*, bool,
>     const wxString&)':
> schema/pgServer.cpp:340: error: `IsSSLconnected' undeclared
> (first use
> this
>     function)
> schema/pgServer.cpp:340: error: (Each undeclared identifier
> is reported
> only
>     once for each function it appears in.)
>
> Is it just me, or is the tree broken?

Just tried a clean build here and it worked. What OS etc?

Regards, Dave.

Re: Current CVS tree broken?

From
Andreas Pflug
Date:
Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: pgadmin-hackers-owner@postgresql.org
>>[mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
>>leon-pg@comvision.com
>>Sent: 14 February 2005 04:06
>>To: pgadmin-hackers@postgresql.org
>>Subject: [pgadmin-hackers] Current CVS tree broken?
>>
>>Hello. I just checked out a fresh copy of the CVS tree, and
>>when I try
>>to build it, it errors out with:
>>
>>schema/pgServer.cpp: In member function `int
>>pgServer::Connect(frmMain*, bool,
>>    const wxString&)':
>>schema/pgServer.cpp:340: error: `IsSSLconnected' undeclared
>>(first use
>>this
>>    function)
>>schema/pgServer.cpp:340: error: (Each undeclared identifier
>>is reported
>>only
>>    once for each function it appears in.)
>>
>>Is it just me, or is the tree broken?
>
>
> Just tried a clean build here and it worked. What OS etc?

Obviously some SSL/build problem.

Regards,
Andreas