Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image
Date: 2010-04-23 19:47:34
Message-ID: j2z937d27e11004231247v112e6502r742d1e59f76ed03a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Apr 22, 2010 at 7:20 PM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
> Sorry.. (The last patch has few lines missing from the original one...)
> Please find the update patch..

I get this on OSX:

g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/pgsql/include -DSSL
-I/usr/local/lib/wx/include/mac-unicode-debug-static-2.8
-I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D__WXDEBUG__ -D__WXMAC__ -g -O0 -no-cpp-precomp -arch ppc -arch i386
-I/usr/local//include/libxml2 -I/usr/local/include
-I/usr/local//include/libxml2 -Wall -Wno-non-virtual-dtor
-fno-strict-aliasing -I../pgadmin/include -c -o frmQuery.o `test -f
'./frm/frmQuery.cpp' || echo './'`./frm/frmQuery.cpp
./frm/frmQuery.cpp: In constructor ‘frmQuery::frmQuery(frmMain*, const
wxString&, pgConn*, const wxString&, const wxString&)’:
./frm/frmQuery.cpp:287: error: ‘pageMarginsMenu’ was not declared in this scope
./frm/frmQuery.cpp: In member function ‘void frmQuery::updateMenu(wxObject*)’:
./frm/frmQuery.cpp:1468: error: ‘pageMarginsMenu’ was not declared in this scope
./frm/frmQuery.cpp: In constructor ‘frmQuery::frmQuery(frmMain*, const
wxString&, pgConn*, const wxString&, const wxString&)’:
./frm/frmQuery.cpp:287: error: ‘pageMarginsMenu’ was not declared in this scope
./frm/frmQuery.cpp: In member function ‘void frmQuery::updateMenu(wxObject*)’:
./frm/frmQuery.cpp:1468: error: ‘pageMarginsMenu’ was not declared in this scope
lipo: can't figure out the architecture type of:
/var/folders/wn/wnM76L9ZF6agsFkWcNv6pk+++TI/-Tmp-//cco3pnd5.out
make[2]: *** [frmQuery.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-04-23 20:17:58 Re: PATCH: Ticket#99: Support for Default Privileges
Previous Message Dave Page 2010-04-23 19:34:40 Re: PATCH: Ticket#96: Deferrable unique & primary constraints