| 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 
 
 |