strange post-build error (MaxIDE Linux)

Archives Forums/BlitzMax Bug Reports/strange post-build error (MaxIDE Linux)

Devlin(Posted 2010) [#1]
On my laptop (spec in my signature) I am getting a strange error in MaxIDE(Linux) both BRL version and Community Edition(FLTK).

Here are the contents of my Output window from MaxIDE (this error occurs regardless of code used, graphical or otherwise)
Building gamma
Compiling:pixelfont.bmx
flat assembler  version 1.68  (32768 kilobytes memory)
3 passes, 7520 bytes.
Compiling:gamma.bmx
flat assembler  version 1.68  (32768 kilobytes memory)
3 passes, 5907 bytes.
Linking:gamma.debug
Executing:gamma.debug
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.

Process complete


This error also occurs when executing a compiled file (both debug and release) in a terminal.
david@neutrino:~/Desktop/Gamma$ ./gamma
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.


From what I can tell, it doesn't seem to affect anything, except that it's an odd output.