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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
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 21:44:23
Message-ID: w2x8cf965d31004231444n82ff398dnf80441d44e255c5c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

PFA

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company<http://www.enterprisedb.com>

On Sat, Apr 24, 2010 at 1:17 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> 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
>

Attachment Content-Type Size
Ticket_14_v9.patch text/x-patch 56.8 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-04-23 22:25:27 Re: Ticket 3: groups of servers
Previous Message Ashesh Vashi 2010-04-23 21:35:48 Re: PATCH: Ticket#99: Support for Default Privileges