RSS/Atom feed Twitter
Site is read-only, email is disabled

help on plugin compilation for Windows

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

help on plugin compilation for Windows Alexander Rabtchevich 04 Oct 15:37
  help on plugin compilation for Windows Hans Breuer 04 Oct 21:12
   help on plugin compilation for Windows Alexander Rabtchevich 08 Oct 13:57
  help on plugin compilation for Windows Michael Schumacher 08 Oct 14:20
   help on plugin compilation for Windows Alexander Rabtchevich 08 Oct 16:55
Alexander Rabtchevich
2006-10-04 15:37:35 UTC (over 17 years ago)

help on plugin compilation for Windows

I've compiled the current version of fblur plug-in for Windows. But when engaged, it complies: Pango-warning. Couldn't load font Tahoma italic 8... The plug-in works with Gimp 2.3.11, GTK 2.8.18.

There is no font definitions in the source code of the plug-in. Ive used the following versions of libraries: cairo-dev-1.0.4.zip
cairo-1.0.4.zip
gtk+-dev-2.8.15.zip
gtk+-2.8.15.zip
pango-1.10.3.zip
pango-dev-1.10.3.zip
glib-2.8.6.zip
glib-dev-2.8.6.zip
zlib123-dll.zip
libpng-1.2.8-bin.zip
gettext-0.14.5.zip
gettext-dev-0.14.5.zip
libiconv-1.9.1.tar.gz
libiconv-1.9.1.bin.woe32.zip
pkg-config-0.20.zip
atk-1.10.3.zip
atk-dev-1.10.3.zip
gimp-dev-2.2.7.zip

Is there the problem in some library version?

Hans Breuer
2006-10-04 21:12:25 UTC (over 17 years ago)

help on plugin compilation for Windows

On 04.10.2006 15:37, Alexander Rabtchevich wrote:

I've compiled the current version of fblur plug-in for Windows. But when engaged, it complies: Pango-warning. Couldn't load font Tahoma italic 8... The plug-in works with Gimp 2.3.11, GTK 2.8.18.

There is no font definitions in the source code of the plug-in. Ive used the following versions of libraries: [...]
pango-1.10.3.zip

Pango can synthesize font variants since 1.12.x, so updating should help, see also: http://bugzilla.gnome.org/show_bug.cgi?id=110521

Hans

-------- Hans "at" Breuer "dot" Org ----------- Tell me what you need, and I'll tell you how to get along without it. -- Dilbert

Alexander Rabtchevich
2006-10-08 13:57:28 UTC (over 17 years ago)

help on plugin compilation for Windows

Replacing libraries and headers with all the latest versions from Tor's win32 Gimp page hasn't helped. Maybe the cause is gimp 2.2.7 dev?

Hans Breuer wrote:

On 04.10.2006 15:37, Alexander Rabtchevich wrote:

I've compiled the current version of fblur plug-in for Windows. But when engaged, it complies: Pango-warning. Couldn't load font Tahoma italic 8... The plug-in works with Gimp 2.3.11, GTK 2.8.18.

There is no font definitions in the source code of the plug-in. Ive used the following versions of libraries: [...]
pango-1.10.3.zip

Pango can synthesize font variants since 1.12.x, so updating should help, see also: http://bugzilla.gnome.org/show_bug.cgi?id=110521

Hans

Michael Schumacher
2006-10-08 14:20:27 UTC (over 17 years ago)

help on plugin compilation for Windows

Alexander Rabtchevich wrote:

I've compiled the current version of fblur plug-in for Windows. But when engaged, it complies: Pango-warning. Couldn't load font Tahoma italic 8... The plug-in works with Gimp 2.3.11, GTK 2.8.18.

I've never seen such problems with my build and never heard that anyone else did. You can find the plug-ins I've built at

http://schumaml.gmxhome.de/downloads/gimp/

HTH, Michael

Alexander Rabtchevich
2006-10-08 16:55:10 UTC (over 17 years ago)

help on plugin compilation for Windows

Thank you, Michael

I've downloaded and tried your compilation of fblur 2.3. It works without such a message. I don't know what to think.

There is a difference with my compilation in preview: your compilation shows standard behavior and my compilation displays two preview windows: one for the whole image (right) with movable selection area and the second (left) for the actual preview. P.S. Trying to browse for the brushes in the model tab causes gimp error message (translated): Error PDB calling for the procedure 'gimp-brushes-popup':
Argument 'opacity' (#4, type gdouble) is out of the range (the check has changed '-1.000000' to '0.000000')

Michael Schumacher wrote:

Alexander Rabtchevich wrote:

I've compiled the current version of fblur plug-in for Windows. But when engaged, it complies: Pango-warning. Couldn't load font Tahoma italic 8... The plug-in works with Gimp 2.3.11, GTK 2.8.18.

I've never seen such problems with my build and never heard that anyone else did. You can find the plug-ins I've built at

http://schumaml.gmxhome.de/downloads/gimp/

HTH, Michael