Re: FW: compiling gtk-engines under mingw

2007-11-12 Thread Tor Lillqvist
PS: I meant to say XML Parser above (not X11 Parser) Ah yes. The lack of the XML::Parser module in the Perl that comes with MSYS can be a pain. If I recall correctly it is quite hard to install it afterwards into MSYS, presumably because one would need the MSYS-targetting compiler (i.e. a

Re: FW: compiling gtk-engines under mingw

2007-11-11 Thread control H
Has anyone been able to successfully compile and create libmist.dll, libclearlooks.dll under windows? Yes I have done that a year ago or so, I compiled and used clearlooks under Windows using mingw. Libtool generates warnings saying that the shared libraries for gtk, pango, etc.. are not

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
works now. Karl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tor Lillqvist Sent: Friday, November 09, 2007 1251 PM To: Karl Reis Cc: gtk-app-devel-list@gnome.org Subject: Re: FW: compiling gtk-engines under mingw *** Warning: linker path

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
Subject: Re: FW: compiling gtk-engines under mingw On Nov 8, 2007 11:51 PM, Karl Reis [EMAIL PROTECTED] wrote: Has anyone been able to successfully compile and create libmist.dll, libclearlooks.dll under windows? Coincidentally, I built the gtk-engines-2-12 branch yesterday, so I know

Re: FW: compiling gtk-engines under mingw

2007-11-11 Thread control H
Thank you for suggesting that. I finally got it to compile after realizing that I was missing the 'dlltool' utility found under the 'binutils' package of mingw. This was key to having libtool create the DLLs. Otherwise it simply was creating archived library packages. That's funny, when

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
: compiling gtk-engines under mingw Thank you for suggesting that. I finally got it to compile after realizing that I was missing the 'dlltool' utility found under the 'binutils' package of mingw. This was key to having libtool create the DLLs. Otherwise it simply was creating archived

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
PS: I meant to say XML Parser above (not X11 Parser) -Original Message- From: control H [mailto:[EMAIL PROTECTED] Sent: Sunday, November 11, 2007 1327 PM To: Karl Reis Cc: gtk-app-devel-list@gnome.org Subject: Re: FW: compiling gtk-engines under mingw Thank you for suggesting

Re: FW: compiling gtk-engines under mingw

2007-11-09 Thread Tor Lillqvist
Has anyone been able to successfully compile and create libmist.dll, libclearlooks.dll under windows? Personally I haven't tried. Libtool generates warnings saying that the shared libraries for gtk, pango, etc.. are not found. Indeed, there are only static libraries. That sounds extremely

Re: FW: compiling gtk-engines under mingw

2007-11-09 Thread Daniel Atallah
On Nov 8, 2007 11:51 PM, Karl Reis [EMAIL PROTECTED] wrote: Has anyone been able to successfully compile and create libmist.dll, libclearlooks.dll under windows? Coincidentally, I built the gtk-engines-2-12 branch yesterday, so I know it is possible to do. Libtool generates warnings saying

RE: FW: compiling gtk-engines under mingw

2007-11-09 Thread Karl Reis
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tor Lillqvist Sent: Friday, November 09, 2007 0053 AM To: Karl Reis Cc: gtk-app-devel-list@gnome.org Subject: Re: FW: compiling gtk-engines under mingw Has anyone been able to successfully

RE: FW: compiling gtk-engines under mingw

2007-11-09 Thread Karl Reis
-Original Message- From: Daniel Atallah [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 0432 AM To: Karl Reis Cc: gtk-app-devel-list@gnome.org Subject: Re: FW: compiling gtk-engines under mingw On Nov 8, 2007 11:51 PM, Karl Reis [EMAIL PROTECTED] wrote: Has anyone

Re: FW: compiling gtk-engines under mingw

2007-11-09 Thread Tor Lillqvist
*** Warning: linker path does not have real file for library [blabla] (... ditto for all the other missing libraries... ) So, in short, I'm not sure why libtool is not creating the appropriate DLLs or what exactly it is looking for. I can't say either. I know I have occasionally been