graphviz compiling error

BlitzMax Forums/Brucey's Modules/graphviz compiling error

allos(Posted 2012) [#1]
help Brucey
building graphviz module I obtain this:

Compiling:gvrender.c
In file included from C:/BlitzMax/mod/bah.mod/graphviz.mod/src/lib/common/arith.h:36:0,
from C:/BlitzMax/mod/bah.mod/graphviz.mod/src/lib/common/geom.h:20,
from C:/BlitzMax/mod/bah.mod/graphviz.mod/src/lib/common/types.h:25,
from C:/BlitzMax/mod/bah.mod/graphviz.mod/src/lib/gvc/gvplugin_render.h:20,
from C:/BlitzMax/mod/bah.mod/graphviz.mod/src/lib/gvc/gvrender.c:31:
C:/BlitzMax/mod/bah.mod/graphviz.mod/src/lib/common/logic.h:32:23: error: two or more data types in declaration specifiers
------------

I have in bah.mod: expat.mod, gaphviz.mod and graphvizmax2d.mod
I installed last version of MinGw and correctly rebuild all modules
some hints?
thanks


xlsior(Posted 2012) [#2]
I installed last version of MinGw


Which version of MinGW do you have, specifically?

There are subtle differences between the various MinGW releases, and not all modules will work with all versions.

the latest officially recommended release was Nuwen's MinGW 7.2: http://blitzbasic.com/Community/posts.php?topic=96946
I just double-checked, and that MinGW version can compile the Graphviz module without errors on my PC.


allos(Posted 2012) [#3]
thank you xlsior
I will try MinGw 7.2 and le t you know


allos(Posted 2012) [#4]
I installed MinGw 7.2 and obtained same problem: graphviz module not compiled