Yes, I think so. One question though: Why does the IDE use a different GUI than the rest of the system?
Maxide was built against a widget tool kit called Fast Light Tool Kit, FLTK (pronounced "fulltick"). The Linux MaxGUI module uses this tool kit.
Now there have been many types of widget sets/tool kits, but the two most popular are QT and GTK ( was originally write for the GIMP application, hence known as Gimp Tool Kit) .
QT is used by the KDE ( window manager while GTK is used by GNOME (the default used by Ubuntu).
Brucey is being cryptic as he wrote a max-module so you can use GTK with MaxGUI.
There is a problem (AFAIK) using Bruecy's GTK module with as it uses a library that came with Mozilla Firefox (v2)( libgtkembedmoz.so for HTML). FireFox that comes with ubuntu 8.04 doesn't have this library (Brucey may have found away round this I haven't looked for quite a while). This would be a problem if you tried to build the community-Edition of MaxIDE or run it.
Links
FLTK ----
http://www.fltk.org/index.phpQT ----
http://trolltech.com/products/qt GTK ----
http://www.gtk.org/GIMP ----
http://www.gimp.org/KDE ---
http://www.kde.org/GNOME ----
http://www.gnome.org/appstub.linux signal handler 11
There are many things that can cause this error (changing the maxide setting to build a non-gui app sometimes gives more information).
First check that the modules have been synced.
Second make sure that you have graphics hardware acceleration by installing "Restricted Drivers" (System->Administration->Hardware Drivers).
Third make sure that gcc/g++ is installed correctly and these packages are installed.
g++-3.3
binutils
cpp-3.3
gcc-3.3
libc6-dev
libstdc++5-3.3-dev
libstdc++5
linux-kernel-headers
libglu1-mesa-dev
libgl1-mesa-dev
mesa-common-dev
libxxf86vm-dev
libx11-dev
libxau-dev
libxdmcp-dev
x11proto-input-dev
x11proto-xf86vidmode-dev
build-essential
It may help to remove them and re-install (Plash had this problem
http://www.blitzbasic.com/Community/posts.php?topic=77470 and
http://www.blitzbasic.com/Community/posts.php?topic=77575 and both were solved by just doing this)
Fourth compare any filenames that the application uses as linux is case sensitive and the application will throw a signal 11 exception. Then check your code and make sure that your not accessing any non-existent data structures/Objects.
Just for reference here's a man-page about linux signals http://unixhelp.ed.ac.uk/CGI/man-cgi?signal+7 or in a command terminal type man signal