Re: Compilation error

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: "Giovanni P(dot) Tirloni" <gpt(at)tirloni(dot)org>
Cc: pgadmin-support(at)postgresql(dot)org, Devrim GUNDUZ <devrim(at)gunduz(dot)org>, jm(at)poure(dot)com
Subject: Re: Compilation error
Date: 2004-08-16 22:25:09
Message-ID: 41213445.7010008@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Giovanni P. Tirloni wrote:

>Raphaël Enrici disse:
>
>
>>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.
>>
>>
> 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.
>
>
:(
Can you precise which wxWidgets version you are using ? (it should be
http://pgadmin.postgresql.org/snapshots/wxWidgets/wxWidgets-pgAdmin3-20040711-1.tar.bz2)
Maybe it would help other hackers around to go further if you'd send
your configure line for both the wxWid and pgAdmin III products.

@Devrim, Jean-Michel: any try on FC3 (test1) ?

Regards,
Raphaël

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-08-16 22:59:51 Re: Compilation error
Previous Message Raphaël Enrici 2004-08-16 22:19:49 Re: undefined symbol: krb5_cc_get_principal