Re: CVS version does not compile

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>, <jm(dot)poure(at)freesurf(dot)fr>
Cc: <pgadmin-hackers(at)postgresql(dot)org>, "Adam Pendleton" <APendleton(at)vgsinc(dot)com>
Subject: Re: CVS version does not compile
Date: 2003-06-20 21:14:53
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B0F8@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas(dot)Pflug(at)web(dot)de]
> Sent: 20 June 2003 21:51
> To: jm(dot)poure(at)freesurf(dot)fr
> Cc: pgadmin-hackers(at)postgresql(dot)org; Dave Page; Adam Pendleton
> Subject: Re: [pgadmin-hackers] CVS version does not compile
>
>
> - Linkage has been changed again. in stead of
> LIB=... -L$(WX_HOME)/lib -l wx_gtk2ud_stc -lwc -l
> wx_gtk2ud_xrc which will link static or dynamic libraries as
> appropriate, it now says
> LIB=... -l$(WX_HOME)/lib/libwx_gtk2ud_stc.a,
> tying it to the static libraries (I dont have them...) This
> is done for
> stc and xrc, not for the base wx lib.
>
> Please revert it back to the flexible solution.
>

That was changed because it is the correct solution. Debug builds use wx
statically, and following some bug reports, I changed it to use static
xrc, stc and libpq as well. Release builds are dynamic in all ways.

However, I realise this is not ideal, so proposed a change earlier that
will allow any combination of release/debug & static/dynamic. I believe
Adam is now working on it.

Regards, Dave

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-06-20 21:17:38 Re: pga2: fix and add
Previous Message Dave Page 2003-06-20 21:11:13 Re: pgAdmin3 feature freeze?