very strange debug build behaviour

Archives Forums/Linux Discussion/very strange debug build behaviour

bubbz(Posted 2005) [#1]
I'm using blitzmax on Suse 9.3. Version 1.09 was working fine, I finally extracted the v1.10 files over my 1.09 directory today, and now things are behaving very strangely.

I was trying out some of the samples, but if I compile WITHOUT 'debug build' then the compile fails with an error like the one below. Stranger is that code which I was editing in the IDE before the upgrade (and which opened automatically when I launched the new version) produces a similar error if I try to compile WITH 'debug build' enabled.

Can anybody suggest what is wrong here?

I can't seem to paste the error because the 'output' window wont let me copy the text, basically it's about 8 lines all terminating with something like 'blitzgl.linux.c: undefined reference to'XF86VidMode.....etc


BlitzSupport(Posted 2005) [#2]
I'd first try installing 1.10 from scratch (ie. not over an existing installation) and see how that goes.


bubbz(Posted 2005) [#3]
Tried from scratch, but still get the error.


bubbz(Posted 2005) [#4]
I think i've solved this issue, I hadn't done a 'synchronize modules' after the update ( http://www.blitzbasic.com/Community/posts.php?topic=48533 )