Re: Compilation error

From: "Giovanni P(dot) Tirloni" <gpt(at)tirloni(dot)org>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Compilation error
Date: 2004-08-16 17:55:53
Message-ID: 12712.200.181.210.22.1092678953.squirrel@webmail.bs2.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


Raphaël Enrici disse:
> The last patch has just been commited. So, try to checkout now or wait
> for the next tarball snapshot (tomorrow morning).
>
> For reference, the entire thread is available here:
> http://www.mail-archive.com/pgadmin-hackers(at)postgresql(dot)org/msg04031.html
>
> It would be nice if you could send a success report when you are ok with
> the build.
>
> Have a nice day and have fun!
>
> Cheers,
> Raphaël
>

Hi Raphaël,

This is what I get from the code I checked out from CVS now:

if g++ -DHAVE_CONFIG_H -I. -I. -I..
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g
-I../src/include -I../src/agent/include -I/usr/include -DSSL
-I/usr/local/wxwidgets-2.5/lib/wx/include/gtk-2.5
-I/usr/local/wxwidgets-2.5/include -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWX_PRECOMP -DNO_GCC_PRAGMA
-I/usr/local/wxwidgets-2.5//include
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g
-I../src/include -I../src/agent/include -Wall -g -O0 -MT utffile.o -MD
-MP -MF ".deps/utffile.Tpo" -c -o utffile.o `test -f 'utils/utffile.cpp'
|| echo './'`utils/utffile.cpp; \
then mv -f ".deps/utffile.Tpo" ".deps/utffile.Po"; else rm -f
".deps/utffile.Tpo"; exit 1; fi
utils/utffile.cpp: In member function `off_t wxUtfFile::Read(wxString&,
off_t)':
utils/utffile.cpp:86: error: no matching function for call to
`wxMBConv::MB2WC(wxStringBuffer, char*&, unsigned int)'
/usr/local/wxwidgets-2.5/include/wx/strconv.h:46: note: candidates are:
virtual size_t wxMBConv::MB2WC(wchar_t*, const char*, size_t) const
make[2]: ** [utffile.o] Erro 1

I kept the same wxWidgets install that I had and just upgraded pgadmin3.

Good luck,

--
Giovanni P. Tirloni

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Roger D. Vargas 2004-08-16 20:39:47 plugin to convert ms access tables
Previous Message Andreas Pflug 2004-08-16 16:36:07 Re: pgadmin III - database backup / restore