Home
Products
Community
Manuals
Contact
Login or Signup

gtkmaxgui fails to link on opensuse: fix

BlitzMax Modules Forums/Brucey's Modules/gtkmaxgui fails to link on opensuse: fix

explosive(Posted 1+ years ago) #1
Hello!

I couldn't get my applications running with getmaxgui on linux (opensuse 12.1, 3.1.9-1.4-desktop, i686, 32Bit).

For me following fix woks flawlessly:
in "bah.mod/gtkmaxgui.mod/gtkcommon.bmx" add the line
Import "-lgdk_pixbuf-2.0"

underneath the other imports.

The code provides from Brucey worked well under ubuntu 11.10. This error first occured on opensuse 12.1. Maybe someone can confirm this fix on other distros.

Regards, Simon