GTK module?

BlitzMax Forums/Brucey's Modules/GTK module?

JoshK(Posted 2013) [#1]
I want to try out the GTK MaxGUI module, but the only copy I can find is from 2007 and doesn't build:
http://brucey.net/programming/blitz/

Is an up to date version stored somewhere else?


JoshK(Posted 2013) [#2]
I think I found the current version on Google Code, and it compiles okay, but gives this output:
Building untitled1
Compiling:untitled1.bmx
flat assembler  version 1.68  (32768 kilobytes memory)
3 passes, 3716 bytes.
Linking:untitled1
/usr/bin/ld: cannot find -lglib-2.0
/usr/bin/ld: cannot find -lgtk-x11-2.0
/usr/bin/ld: cannot find -lgdk-x11-2.0
/usr/bin/ld: cannot find -latk-1.0
/usr/bin/ld: cannot find -lpangox-1.0
/usr/bin/ld: cannot find -lpango-1.0
/usr/bin/ld: cannot find -lgobject-2.0
/usr/bin/ld: cannot find -lgmodule-2.0
collect2: ld returned 1 exit status
Build Error: Failed to link /home/josh/Desktop/BlitzMax/tmp/untitled1
Process complete



JoshK(Posted 2013) [#3]
If you do this, it works:
sudo apt-get install libgtk2.0-dev


It all seems to work quite well.


Grisu(Posted 2013) [#4]
Any news on the updated GTK module?


Brucey(Posted 2013) [#5]
I heartily recommend BlitzMax's official Linux MaxGUI module.


Grisu(Posted 2013) [#6]
There goes my last hope...


Derron(Posted 2013) [#7]
@Grisu:
I don't think Brucey took his comment that serious.


bye
Ron