Re: self-fubar'ed? consistent make failures (undef'd

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: OpenMacNews <OpenMacNews(at)speakeasy(dot)net>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: self-fubar'ed? consistent make failures (undef'd
Date: 2005-04-14 12:29:17
Message-ID: 425E621D.5020205@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

OpenMacNews wrote:
> ok, so now i'm confused ...
>
> given the make failures i was seeing earlier, i decided to backtrack &
> turn all debugging options ON.
>
> i rebuilt wxwidgets with debug ON, and then attempted to build pgadmin3
> cvs again ... and it worked w/o error.
>
> ??? huh ???
>
> rewind ... repeat --> same thing
>
> i.e.
>
> case A) wxwidgets (disable-debug) --> pgadmin3 (disable- OR
> enable-debug), MAKE failure
> case B) wxwidgets (enable-debug) --> pgadmin3 (disable- OR
> enable-debug), MAKE ok
>
> so, QUESTION:
>
> why is the pgadmin3 'make' seemingly dependent on wxwidgets' DEBUG =
> on?
I just found out why:
When compiled with debug, the wx-libs are named e.g libwx_macud,
when compiled without, they are named libwx_macu.

The wx-configure check in acinclude.m4 detects wx in both cases,
but doesn't actually add the wx-libs to the list of to-be-linked-to
libs in the second case.

I'm in the process of fixing this - expect a patch later today.

greetings, Florian Pflug

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2005-04-14 13:28:07 [PATCH] acinclude.m4 fixes for wx 2.6, wx-nondebug, postgres-ssl and others
Previous Message Florian G. Pflug 2005-04-14 12:23:37 Re: Roadmap for pgAdmin3 on OSX