Error Compiling

BlitzMax Forums/BlitzMax Programming/Error Compiling

Arcadenut(Posted 2005) [#1]
Ok, I just purchased BMax and am playing with the Win32 BETA and cannot get anything to compile.

I tried various programs and they all hav the same error.

Here is the last one I tried:

http://www.blitzbasic.com/codearcs/codearcs.php?code=1251

The Error is:

Compile Error: Can't find interface for module 'brl.blitz'
[C:/Development/BlitzMax/mod/brl.mod/blitz.mod/blitz_classes.i;57;1]

I downloaded the 101, then copied the 106 over the top. Did I miss a step? I syncronized the modules as well. Does this check the actual versions? I ran it a couple times and it seems like it downloads the same exact things over and over again.


klepto2(Posted 2005) [#2]
Yes, you missed something:

First you have to change the path in your modserver.cfg file
from moderserver to modserver2.
Then make a syncmod again.
If that doesn't work you have to rebuild all modules.

PS: if you're using 3rd party modules you must rebuild them.
Oh and don't forget to build modules twice (one with Debug
and one without)


Arcadenut(Posted 2005) [#3]
Yep, that works. Thanks!