RE: [gtkmm] Auto-import errors with TreeViewColumn on win32
- From: Cedric Gustin <cedric gustin swing be>
- To: "Thomas Johansson" <prencher prencher dk>, <gtkmm-list gnome org>
- Subject: RE: [gtkmm] Auto-import errors with TreeViewColumn on win32
- Date: Mon, 26 Jan 2004 16:12:26 +0100
Ok, I checked lostirc. It requires some posix functions/macros that are not
available natively on win32 (hence with mingw32). Therefore, either you
modify the lostirc source and replace those posix functions by their win32
counterparts, or you should use the cygwin runtime. Unfortunately, my port
of gtkmm is for the mingw32 distribution, only but you can find a port of
gtkmm for cygwin (that runs both natively and with an X server) at
http://web.sfc.keio.ac.jp/~s01397ms/cygwin/
If you decide to go the native way (win32 specific functions in lostirc +
mingw32), I strongly recommend to set/modify the LIBRARY_PATH,
C_INCLUDE_PATH and PKG_CONFIG_PATH variables to make sure that they are set
appropriately (in order for gcc to detect iconv, libintl,...). The -I
option to aclocal is also your friend (for the PKG_CHECK_MODULES autoconf
macro).
Hope it helps
Cedric
At 03:12 PM 1/26/2004, Thomas Johansson wrote:
1. Running on a cygwin system with mingw tools as compiling suit.
$ g++ --version
g++.exe (GCC) 3.3.1 (mingw special 20030804-1)
2. Was generated on a linux machine, for making a tarball dist.
$ autoconf --version
autoconf (GNU Autoconf) 2.59
$ automake --version
autautomake (GNU automake) 1.7.9
$ libtool --version
altmain.sh (GNU libtool) 1.5.2 (1.1220.2.60 2004/01/25 12:25:08) Debian: 192
$
3. I use your mingw native port.
I tried running autogen.sh locally, but it gives me errors about GETTEXT
macros, I have installed the mingw gettext and iconv packages. Perhaps they
should be installed somewhere in the cygwin tree rather than in mingws ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]