From: | "Florian G(dot) Pflug" <fgp(at)phlo(dot)org> |
---|---|
To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | [PATCH] Buildfailure on OSX (10.3.9) + fix |
Date: | 2007-03-31 02:29:24 |
Message-ID: | 460DC784.6050802@phlo.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi
I've finally fixed my buildserver today, and discovered that
the build of pgadmin3 trunk on OSX 10.3.9 (gcc 3.3) fails
when compiling the debugger.
Attached is a patch that fixes the problem, though I must admit
that I soley found the fix through trial and error. I have
absolutly no idea why gcc complains about
wxString( wxString( PQsomething(result), wxConvUTF8 ))
but has no problem with
wxString( PQsomething(result), wxConvUTF8 )
The error message is:
wsDirectdbg.cpp: In member function `void
wsDirectDbg::OnResultReady(wxCommandEvent&)':
wsDirectdbg.cpp:608: error: parse error before `,' token
Does someone have the slighest idea what gcc is unhappy about?
Anyway, patch is attached.
greetings, Florian Pflug
Attachment | Content-Type | Size |
---|---|---|
pgadmin.osxcompile.patch | text/plain | 2.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Guillaume Lelarge | 2007-03-31 08:16:40 | Re: GUI glitch (1.6.3) |
Previous Message | Dave Page | 2007-03-30 19:30:18 | Re: OGL Needs a maintainer at wxCode |