Re: Beta 4 uploaded

From: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Beta 4 uploaded
Date: 2007-09-04 20:48:31
Message-ID: 1188938911.2892.21.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,
On Tue, 2007-09-04 at 16:35 +0100, Dave Page wrote:
> Please take a minute to download and check for serious errors before I
> announce

F-7:

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT dlgPgpassConfig.o -MD -MP -MF ".deps/dlgPgpassConfig.Tpo" -c -o dlgPgpassConfig.o `test -f './dlg/dlgPgpassConfig.cpp' || echo './'`./dlg/dlgPgpassConfig.cpp; \
then mv -f ".deps/dlgPgpassConfig.Tpo" ".deps/dlgPgpassConfig.Po"; else rm -f ".deps/dlgPgpassConfig.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT dlgProperty.o -MD -MP -MF ".deps/dlgProperty.Tpo" -c -o dlgProperty.o `test -f './dlg/dlgProperty.cpp' || echo './'`./dlg/dlgProperty.cpp; \
then mv -f ".deps/dlgProperty.Tpo" ".deps/dlgProperty.Po"; else rm -f ".deps/dlgProperty.Tpo"; exit 1; fi
./dlg/dlgProperty.cpp: In constructor 'dlgProperty::dlgProperty(pgaFactory*, frmMain*, const wxString&)':
./dlg/dlgProperty.cpp:97: 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*)
./dlg/dlgProperty.cpp:98: 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*)
make[2]: *** [dlgProperty.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.63918 (%build)

Cheers,

--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-09-05 06:05:13 SVN Commit by hiroshi: r6612 - trunk/pgadmin3/pgadmin/frm
Previous Message Dave Page 2007-09-04 15:35:56 Beta 4 uploaded