sorry, modules compilation problems

BlitzMax Forums/Brucey's Modules/sorry, modules compilation problems

allos(Posted 2012) [#1]
help Brucey,
i find persistent problem compiling some modules (in particular graphviz.mod)
could you please publish something like a tutorial document explaining how to do problem solving with modules?
I use last versions of blitzmax and tried, following your indications (I found them somewhere in forum) to use MinGw 4.52, but problems persist.
It seems like there are subtle questions coupling different versions of Blitzmax and MinGw I (and maybe other people) cannot afford
thank you


visionastral(Posted 2012) [#2]
I have downloaded and compiled all the Brucey's modules, but there are some of them that raised compilation errors:

Compiling:dbmsql.bmx
Compile Error: Overriding method differs by type
[F:/Code/BlitzMax/mod/bah.mod/dbmsql.mod/dbmsql.bmx;320;2]

Compiling:dbpostgresql.bmx
Compile Error: Overriding method differs by type
[F:/Code/BlitzMax/mod/bah.mod/dbpostgresql.mod/dbpostgresql.bmx;592;2]

Compiling:dbxbase.bmx
Compile Error: Overriding method differs by type
[F:/Code/BlitzMax/mod/bah.mod/dbxbase.mod/dbxbase.bmx;290;2]


gmebass.mod gave me a file not found error about a .h include for cpp, but I will have to read the docs carefully before saying it's a bug. (perhaps I had to download something else and put it there?)

graphviz.mod compiled ok for me.

I'm using BlitzMax v1.48 with MiniGW 5.1.3
( I downloaded it from here: http://www.blide.org/backup/MinGW.rar )
(look at this thread for help, but read it from start to end: http://www.blitzbasic.com/Community/posts.php?topic=90964 )