wxWindows lib name changes

From: Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: wxWindows lib name changes
Date: 2003-09-30 22:02:39
Message-ID: CE9431B8-F391-11D7-830E-000A9566CE14@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I just grabbed the CVS tree for wxWindows, and I noticed that the
library naming convention seems to have changed. Where it used to be
-lwx_macd-2.5 it is now -lwx_macd_core-2.5, etc. This causes the
autoconf code to fail, since it is looking for "wx_macd-" not
"wx_macd_". Can anyone else confirm that this change takes place on
other platforms (I realize we don't use the CVS tree for our builds,
but it may be necessary for Mac support).

ahp

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-09-30 22:19:24 Re: pgAdmin III under wxCocoa
Previous Message Adam H.Pendleton 2003-09-30 21:29:03 acinclude.m4.patch