-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
On Tue, 7 Sep 2004, Diego A. Gil wrote:
There was just a little problem: wxWidget's include files were installed in /usr/local/include/wx-2.5/wx, not in /usr/local/include/wx. When running pgadmin configure script I got an error saying stc was not installed and that I have to install it.
Searching a little, I realized that the script was expecting to find stc include files in /usr/loca/include/wx, so I made a symlink from /usr/local/include/wx-2.5/wx to /usr/local/include/wx and run again configure script. This time everything was OK. Then I compiled and installed pgadmin and is running as expected: very well !!.
I still can't compile! :-(
=================================
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/gtk2-2.5 -I/usr/local/include/wx-2.5 - -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES - -I/usr/local/include/wx-2.5 - -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&, long
long int)':
utils/utffile.cpp:86: error: no matching function for call to `wxMBConv::MB2WC(
wxStringBuffer, char*&, unsigned int)'
/usr/local/include/wx-2.5/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/pgadmin3/pgadmin3/SOURCES/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/system/pgadmin3/pgadmin3/SOURCES/pgadmin3'
make: *** [all] Error 2
======================================
This is the latest CVS... umm I hour ago.
If I was using Windos, maybe a format c:/ and reinstall could solve this problem :-D
:(
Regards,
- --
Devrim GUNDUZ devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFBPsiZtl86P3SPfQ4RAiNXAJ9vb/rGNyi3uEQkIERcDrLGc1qYrwCZAYMf CCiI24/IdE8gwri+36UoGcY= =eHhe -----END PGP SIGNATURE-----
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match