
Hello, I got problems linking on win32: ... ranlib libinkscape.a mingw32-g++ --export-dynamic -o inkscape.exe main.o winmain.o inkres.o libinksca pe.a -Lc:/gtk/lib -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpan goft2-1.0 -lpangowin32-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -Lc:/gtk/perl/lib/CORE -lperl58 -Lc:/gtk/python/libs -lpython24 -lxm l2 c:/gtk/lib/iconv.lib -lfreetype6.dll -lfontconfig-1.dll -lpng -lpopt c:/gtk/l ib/zdll.lib -lgc -mwindows -lws2_32 -lintl libinkscape.a(prefdialog.o)(.text+0x14e):prefdialog.cpp: undefined reference to `Gtk::Socket::Socket()' libinkscape.a(prefdialog.o)(.text+0x1b8):prefdialog.cpp: undefined reference to `Gtk::Socket::add_id(unsigned int)' libinkscape.a(prefdialog.o)(.text+0x50b):prefdialog.cpp: undefined reference to `Gtk::Socket::Socket()' libinkscape.a(prefdialog.o)(.text+0x575):prefdialog.cpp: undefined reference to `Gtk::Socket::add_id(unsigned int)' collect2: ld returned 1 exit status mingw32-make[1]: *** [inkscape.exe] Error 1 mingw32-make[1]: Leaving directory `E:/projekte/inkscape/src' mingw32-make: *** [all] Error 2
any ideas ? Is there a more recent gtk32 needed ?
Thanks Adib.

On Sun, 2005-01-09 at 18:44 +0100, Adib Taraben wrote:
Hello, I got problems linking on win32: ...
<snip>
`Gtk::Socket::Socket()'
Well, I had always planned on, and started using Gtk::Socket for the preferences for extensions. The plan was to allow for out of process and other toolkits in the preference dialogs. But, after Googling and reading a couple e-mails on the Evolution list, I think that it might not be supported on Win32. I'll ask the GTK+ list and get back.
--Ted

On Sun, 09 Jan 2005 17:24:52 -0700, Ted Gould wrote:
Well, I had always planned on, and started using Gtk::Socket for the preferences for extensions. The plan was to allow for out of process and other toolkits in the preference dialogs. But, after Googling and reading a couple e-mails on the Evolution list, I think that it might not be supported on Win32. I'll ask the GTK+ list and get back.
IIRC it's not needed anyway, HWNDs are window-station global and as such valid in any process (for all intents and purposes). So it should not be very hard to port the Gtk::Socket API to Win32, as all it has to do is create the plug window with the right window styles and then add it as a child window in the other process. I'd definitely not let this stop you from using it.

On Mon, 2005-01-10 at 13:00 +0000, Mike Hearn wrote:
On Sun, 09 Jan 2005 17:24:52 -0700, Ted Gould wrote:
Well, I had always planned on, and started using Gtk::Socket for the preferences for extensions. The plan was to allow for out of process and other toolkits in the preference dialogs. But, after Googling and reading a couple e-mails on the Evolution list, I think that it might not be supported on Win32. I'll ask the GTK+ list and get back.
IIRC it's not needed anyway, HWNDs are window-station global and as such valid in any process (for all intents and purposes). So it should not be very hard to port the Gtk::Socket API to Win32, as all it has to do is create the plug window with the right window styles and then add it as a child window in the other process. I'd definitely not let this stop you from using it.
Well, I'll assume that you said some windows stuff that made sense there :) But, to be entirely honest, if GTK+ doesn't support it, I don't care how possible it is. I'm not going to code around GTK+, and I definitely don't know enough windows programming to do it myself.
I haven't gotten a reply from the GTK+ mailing list, and their IRC chat seemed empty last night. Anyone know a good way to find GTK+ guys? GNOME chat rooms best?
--Ted

On Mon, 2005-01-10 at 08:58 -0700, Ted Gould wrote:
Well, I'll assume that you said some windows stuff that made sense there :)
Heh. It means "it should be easy for them to implement".
I haven't gotten a reply from the GTK+ mailing list, and their IRC chat seemed empty last night. Anyone know a good way to find GTK+ guys? GNOME chat rooms best?
I didn't see your email on gtk-devel-list, which I think is where it should go. Is gmane acting up again?
thanks -mike
participants (3)
-
Adib Taraben
-
Mike Hearn
-
Ted Gould