Re: GtkSourceView build for Windows?

2008-09-14 Thread Miroslav Rajcic
Thanks, I'll try that. Miroslav - Original Message - From: Tor Lillqvist [EMAIL PROTECTED] To: Miroslav Rajcic [EMAIL PROTECTED] Cc: gtk-app-devel-list@gnome.org Sent: Saturday, September 13, 2008 8:47 PM Subject: Re: GtkSourceView build for Windows? Is there any other way to create

Re: GtkSourceView build for Windows?

2008-09-13 Thread Miroslav Rajcic
- Original Message - From: Tor Lillqvist [EMAIL PROTECTED] To: Miroslav Rajcic [EMAIL PROTECTED] Cc: gtk-app-devel-list@gnome.org Sent: Friday, September 12, 2008 11:55 PM Subject: Re: GtkSourceView build for Windows? I should mention what happened when I tried that: The program

Re: GtkSourceView build for Windows?

2008-09-13 Thread Miroslav Rajcic
least not with MSVS8. So I had to create an import library for libgtksourceview-2.0-0.dll using pexports and lib instead, which is trivial. Can you explain this in more detail please? I've found the pexports.exe here in this page:

Re: GtkSourceView build for Windows?

2008-09-13 Thread Tor Lillqvist
Is there any other way to create import lib for Visual Studio? lib -def:foo.def -out:foo.lib lib is the MSVC command that corresponds to ar and dlltool in the mingw. Don't use the mingw dlltool to create import libraries for Visual Studio, at least not MSVS later than version 6, as the

Re: GtkSourceView build for Windows?

2008-09-12 Thread Miroslav Rajcic
: Re: GtkSourceView build for Windows? Official gtksourceview windows binaries are available at http://ftp.gnome.org/pub/gnome/binaries/win32/gtksourceview/ and are linked from the download page of gtksourceview web site at http://projects.gnome.org/gtksourceview __ Information from

Re: GtkSourceView build for Windows?

2008-09-12 Thread Tor Lillqvist
Could this ommision [ of -mms-bitfields ] be the source of my problems? The -mms-bitfields flag is mentioned both in the glib-2.0.pc and gtk+-2.0.pc files in the Win32 packages for them, so as the gtksourceview packages are presumably built with mingw and the normal autofoo etc, it should have

Re: GtkSourceView build for Windows?

2008-09-12 Thread Tor Lillqvist
Contrary to what I believed, apparently import libraries produced by the mingw toolchain (.dll.a files) are *not* usable directly as import libraries for MSVS just by copying them under a .lib name instead. I should mention what happened when I tried that: The program linked without problems,

Re: GtkSourceView build for Windows?

2008-09-09 Thread Miroslav Rajcic
- Original Message - From: Paolo Borelli [EMAIL PROTECTED] Official gtksourceview windows binaries are available at http://ftp.gnome.org/pub/gnome/binaries/win32/gtksourceview/ and are linked from the download page of gtksourceview web site at http://projects.gnome.org/gtksourceview

GtkSourceView build for Windows?

2008-09-08 Thread Miroslav Rajcic
Does anyone know a good Windows build for GtkSourceView and its dependencies ? I've managed to find only this build: http://code.google.com/p/bpad/wiki/GtksourceviewForWindows When unpacked, it provides .a file instead of .lib format. I could link against that, but then my application crashes

Re: GtkSourceView build for Windows?

2008-09-08 Thread Paolo Borelli
On lun, 2008-09-08 at 14:35 +0200, Miroslav Rajcic wrote: Does anyone know a good Windows build for GtkSourceView and its dependencies ? I've managed to find only this build: http://code.google.com/p/bpad/wiki/GtksourceviewForWindows When unpacked, it provides .a file instead of .lib

Re: GtkSourceView build for Windows?

2008-09-08 Thread Miroslav Rajcic
- Original Message - From: Paolo Borelli [EMAIL PROTECTED] Official gtksourceview windows binaries are available at http://ftp.gnome.org/pub/gnome/binaries/win32/gtksourceview/ and are linked from the download page of gtksourceview web site at