[Linux] Import maxgui.drivers locks up programme

BlitzMax Forums/MaxGUI Module/[Linux] Import maxgui.drivers locks up programme

explosive(Posted 2014) [#1]
Hello altogether,

I am using blitzmax and the maxgui module for several years now on linux (opensuse 64bit, currently 13.1). However, since yesterday, importing the maxgui module freezes the program immediately.

Here's a very simple example:
SuperStrict
Framework BRL.StandardIO
'Import maxgui.drivers
Print "Hello world!"
End


This code runs nicely. As soon as I uncomment the line "Import maxgui.drivers", compile it and run it in a shell, nothing happens. "top" shows one cpu-core running at full throttle and I can hear my harddisk operating.

I already reinstalled the fltk-libs, but without any success.

Any help is highly appreciated!
Simon


Brucey(Posted 2014) [#2]
Try rebuilding *all* of the modules, and see if that helps?

From the BlitzMax/bin dir you can do :
./bmk makemods -a

Or use the rebuild modules option from the IDE.


*(Posted 2014) [#3]
Works perfectly on Ubuntu 13 here actually wrote a couple of small apps using it


Derron(Posted 2014) [#4]
There should not be any need to install fltk-libs as they are statically linked in the binary (no "system dependency").

I only had trouble with maxgui.drivers if I added Brucey maxgui-gtk-mod (think it is not added as dependency by default).

What says your updatelog about "yesterday" ?


bye
Ron