Re: Glib 1.141



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]