Re: Glib 1.141
- From: Emmanuele Bassi <ebassi gmail com>
- To: gtk-perl-list gnome org
- Subject: Re: Glib 1.141
- Date: Mon, 20 Nov 2006 08:27:06 +0000
hi;
On Mon, 2006-11-20 at 01:11 +0100, Mario Fischer wrote:
I have checked the new Glib in the framework of my tool (see signature), it
builds fine, so it's probaly a Windows-specific issue.
You're right. I was a bit too fast. I asked for help before doing some
steps of investigation. I found the error.
@ Torsten: Undo a change in gperl.h ..
Find
#ifdef G_OS_WIN32
and replace it again with
#ifdef WIN32
WIN32 is a macro defined in Perl; G_OS_WIN32 is the equivalent macro
defined in GLib, so if you are linking against a version of GLib
compiled on win32 that macro should be available. If it's not defined,
it's probably a bug in GLib and not in the perl bindings.
ciao,
Emmanuele.
--
Emmanuele Bassi, E: ebassi gmail com
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]