Re: Beta 4 uploaded

From: Dave Page <dpage(at)postgresql(dot)org>
To: Devrim GÜNDÜZ <devrim(at)commandprompt(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Beta 4 uploaded
Date: 2007-09-05 08:35:59
Message-ID: 46DE6A6F.40802@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Devrim GÜNDÜZ wrote:
> 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,
>

OK, there's no problem on FC6 or Slackware so bear with me a little
while as I setup an F7 VM...

/F

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jyrki Wahlstedt 2007-09-05 10:46:59 I am missing rules
Previous Message svn 2007-09-05 07:31:47 SVN Commit by hiroshi: r6614 - trunk/pgadmin3/i18n/ja_JP