Re: can't build pgadmin from SVN

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Timon <timosha(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: can't build pgadmin from SVN
Date: 2009-02-27 16:36:27
Message-ID: 937d27e10902270836r14fdef16ic4f8f61efe88a00b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Feb 26, 2009 at 7:20 PM, Timon <timosha(at)gmail(dot)com> wrote:
> I can't build pgadmin from SVN with error:
>
> ./gqb/gqbBrowser.cpp: In constructor
> 'gqbBrowser::gqbBrowser(wxWindow*, wxWindowID, const wxPoint&, const
> wxSize&, long int, gqbController*)':
> ./gqb/gqbBrowser.cpp:45: error: conversion from 'int' to 'const
> wxTreeItemId' is ambiguous
> /usr/include/wx-2.8/wx/treebase.h:75: note: candidates are:
> wxTreeItemId::wxTreeItemId(long int)
> /usr/include/wx-2.8/wx/treebase.h:59: note:
> wxTreeItemId::wxTreeItemId(void*)
>
> but after deleting line 45 in gqbBrowser.cpp project builds fine, and
> works fine too :)
> Is this my problem?
>
> Fedora 10

I just tried a build from SVN on a clean F10 x86_64 install, using the
Fedora PostgreSQL and wxWidgets packages and it worked perfectly.

What version of pgAdmin & wxWidgets aetc are you using?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dickson S. Guedes 2009-02-27 16:38:16 Re: Server Status window work
Previous Message Dave Page 2009-02-27 16:07:26 Re: Remaining server status todo list