Thread: new build dep summary ?

new build dep summary ?

From
blacknoz@club-internet.fr
Date:
Hi friends,

I plan to rework on Debian snapshots autobuilds this WE and
to prevent (free)time lost, I'd like to get a small summary
of steps needed to get the actual snapshot to build ok.

Here is what I noticed in past threads:
- wx 2.5.4 is now needed
- wxUSE_DEPRECATED=0 instead of 1 (shall I modify this
directly in the source file basic.h [<-- not sure of the
name, my memory is not young anymore] or is it adviced to
pass this with CFLAGS / CXXFLAGS ?)
- I presume there is no more libs to build than before
but maybe I'm missing something ?

anything else ?

Regards,
Raphaël


Re: new build dep summary ?

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> blacknoz@club-internet.fr
> Sent: 04 March 2005 10:02
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] new build dep summary ?
>
> Hi friends,
>
> I plan to rework on Debian snapshots autobuilds this WE and
> to prevent (free)time lost, I'd like to get a small summary
> of steps needed to get the actual snapshot to build ok.
>
> Here is what I noticed in past threads:
> - wx 2.5.4 is now needed

Yup.

> - wxUSE_DEPRECATED=0 instead of 1 (shall I modify this
> directly in the source file basic.h [<-- not sure of the
> name, my memory is not young anymore]

Pfft - what does that make Andreas, Hiroshi and myself?!?!? Oh, and Mark
- he's just had a birthday making him a year older than me again for the
next few months at least! Dunno 'bout Adam or Jean-Michel....

> or is it adviced to
> pass this with CFLAGS / CXXFLAGS ?)

I tried the latter and it didn't work on either Windows or Linux :-(

I editted basic.h on both which worked fine.

> - I presume there is no more libs to build than before
> but maybe I'm missing something ?

Just the OGL lib. XRC is no longer required as it's built in now (but
iirc it was in the last version as well).

Regards, Dave.

Re: new build dep summary ?

From
Andreas Pflug
Date:
blacknoz@club-internet.fr wrote:

>Hi friends,
>
>I plan to rework on Debian snapshots autobuilds this WE and
>to prevent (free)time lost, I'd like to get a small summary
>of steps needed to get the actual snapshot to build ok.
>
>Here is what I noticed in past threads:
>- wx 2.5.4 is now needed
>- wxUSE_DEPRECATED=0 instead of 1 (shall I modify this
>directly in the source file basic.h
>
That's how I did it, and I posted a recommendation to wx.

That's all that changed.

Regards,
Andreas