Several bah.mod's broken by latest Bmax SVN

BlitzMax Modules Forums/Brucey's Modules/Several bah.mod's broken by latest Bmax SVN

After downloading the latest Blitzmax SVN (rev. 194) the recompile of several of the Brcuey mods is now failing. For example:

Compiling:database.bmx
Compile Error: Identifier 'TMap' not found
[c:/code/blitzmax/mod/bah.mod/database.mod/database.bmx;858;2]
Build Error: failed to compile c:/code/blitzmax/mod/bah.mod/database.mod/database.bmx



The same goes for volumes.mod

Any ideas?

The same happens here (on OS X/Intel).

I don't see a Import brl.map in the source.

Perhaps mark removed some of the imported libraries from other modules to optimize. Glad I haven't updated blitzmax itself lately.

It's probably because Max's svn repository has the Import tree different than it is in 1.30..

Yay... bugs :-)

Those two should be fixed now...

Yup, looks like that fixed it.

Thanks for the quick turnaround, Brucey!

On linux I'm now also getting:

Compiling:vol_linux.bmx
Compile Error: Identifier 'getenv_' not found
Build Error: failed to compile /bah.mod/volumes.mod/vol_linux.bmx



Try changing it to getenv_ ?

Doh. That's what happens when posting the error message from another machine..
It is 'getenv_' in the error message..
Fixed my own spelling in the above post..

By the way tDateTime module failes to compile for me.

Compile Error: Identifier 'getenv_' not found

Well, that's exciting... I suppose that means Pub.Stdc also isn't an Import, where once it was... :-)

I've committed the addition of the Import, but I can't test it until I get home.

By the way tDateTime module failes to compile for me.

I just did a clean build, and it compiled okay (On Windows).
What platform/error ?

About the DateTime module it was just my misstake. I missed the boost module requirement.
Thanks anyway :)