On Wed, Feb 2, 2011 at 3:18 PM, Peter Geoghegan <[email protected]> wrote: > Find attached linker errors when building against 2.9. > > This doesn't look OGL related. They are all related to wxAUI classes. > Are we missing a build flag or something? I'm investigating.
You are missing the aui library for some reason. Try adding 'aui' to the list of libraries in pgadmin3_LDADD in acinclude.m4 (and then run the bootstrap script). -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
