Several bah.mod's broken by latest Bmax SVN

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

xlsior(Posted 2009) [#1]
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?


Winni(Posted 2009) [#2]
The same happens here (on OS X/Intel).


Retimer(Posted 2009) [#3]
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.


plash(Posted 2009) [#4]
It's probably because Max's svn repository has the Import tree different than it is in 1.30..


Brucey(Posted 2009) [#5]
Yay... bugs :-)


Brucey(Posted 2009) [#6]
Those two should be fixed now...


xlsior(Posted 2009) [#7]
Yup, looks like that fixed it.

Thanks for the quick turnaround, Brucey!


Ole JR(Posted 2009) [#8]
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




Artemis(Posted 2009) [#9]
Try changing it to getenv_ ?


Ole JR(Posted 2009) [#10]
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..


Space_guy(Posted 2009) [#11]
By the way tDateTime module failes to compile for me.


Brucey(Posted 2009) [#12]
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 ?


Space_guy(Posted 2009) [#13]
About the DateTime module it was just my misstake. I missed the boost module requirement.
Thanks anyway :)