| From: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
|---|---|
| To: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: compile problem |
| Date: | 2004-07-26 10:50:14 |
| Message-ID: | Pine.LNX.4.44.0407261349320.20927-100000@emo.org.tr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Hi,
On Mon, 26 Jul 2004, Andreas Pflug wrote:
> > db/pgConn.cpp:19:24: pgfeatures.h: No such file or directory
>
> It's correctly in CVS, cvs update again.
This time, I got another error:
=====================================================================
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/lib/wx/include/gtk-2.5 -I/usr/local/include
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/usr/local/include -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\"
-Wall -g -I../src/include -I../src/agent/include -g -O2 -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&,
long
long int)':
utils/utffile.cpp:86: error: no matching function for call to
`wxMBConv::MB2WC(
wxStringBuffer, char*&, unsigned int)'
/usr/local/include/wx/strconv.h:46: error: candidates are: virtual size_t
wxMBConv::MB2WC(wchar_t*, const char*, unsigned int) const
make[2]: *** [utffile.o] Error 1
make[2]: Leaving directory `/root/system/sources/pgadmin/CVS/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/system/sources/pgadmin/CVS/pgadmin3'
make: *** [all] Error 2
=====================================================================
Regards,
--
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2004-07-26 12:12:43 | Re: Schemas causing problems :( |
| Previous Message | Devrim GUNDUZ | 2004-07-26 09:49:33 | Re: compile problem |