Re: pangowin32 .la -> .lib

2008-11-06 Thread Tor Lillqvist
> when you run the configure script , did you add --enable-static ? The .lib files in question here are not static libraries, but import libraries. Building any of the libraries in the GTK+ stack as static libraries is not really supported for Windows. --tml _

Re: pangowin32 .la -> .lib

2008-11-06 Thread Luiz Rafael Culik Guimaraes
Hi when you run the configure script , did you add --enable-static ? Regards Luiz - Original Message - From: "Ian Puleston" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 05, 2008 7:39 PM Subject: pangowin32 .la -> .lib Hi, I'm trying to build the w

pangowin32 .la -> .lib

2008-11-06 Thread Ian Puleston
Hi, I'm trying to build the win32 version of pango so that I can run it with debug messages turned out to try to help track down a problem. I ran configure and make, and with a little hacking got the make to complete without errors (building in under msys). However what it has generated is: lib

RE: pangowin32.la -> .lib

2008-11-05 Thread Ian Puleston
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Tor Lillqvist > Sent: Wednesday, November 05, 2008 2:48 PM > > > I'm trying to build the win32 version of pango so that I can run it > with debug messages turned out > > you mean turned *on*? The pango

Re: pangowin32.la -> .lib

2008-11-05 Thread Tor Lillqvist
> I'm trying to build the win32 version of pango so that I can run it with > debug messages turned out you mean turned *on*? The pango binaries that are distributed from ftp.gnome.org are compiled with debug messages enables. Just set the environment variable PANGO_WIN32_DEBUG to some value and lo

Re: pangowin32.la -> .lib

2008-11-05 Thread Jernej Simončič
On Wed, 5 Nov 2008 13:57:26 -0800, Ian Puleston wrote: > So, question, how do I generate the Windows .lib file from the .la file that > make has output? AFAIK, .lib is generated automatically if lib.exe is in PATH, though you only need it if you intend to use MSVC. -- < Jernej Simončič >< http:

pangowin32.la -> .lib

2008-11-05 Thread Ian Puleston
Hi, I'm trying to build the win32 version of pango so that I can run it with debug messages turned out to try to help track down a problem. I ran configure and make, and with a little hacking got the make to complete without errors (building in under msys). However what it has generated for pangow