Rebuilding Mods

BlitzMax Forums/BlitzMax Programming/Rebuilding Mods

Eric(Posted 2006) [#1]
I guess this can go here...

I decided to rebuild all Mods and this happened. Any Idea what is going wrong?

Compiling:blitzplus.cpp
In file included from D:/MinGW/include/c++/3.2.3/list:66,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/treeview.h:9,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/gui.h:14,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32gui.h:5,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp:4:
D:/MinGW/include/c++/3.2.3/bits/functexcept.h:34:31: exception_defines.h: No such file or directory
In file included from D:/MinGW/include/c++/3.2.3/iosfwd:47,
from D:/MinGW/include/c++/3.2.3/bits/stl_algobase.h:70,
from D:/MinGW/include/c++/3.2.3/list:67,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/treeview.h:9,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/gui.h:14,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32gui.h:5,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp:4:
D:/MinGW/include/c++/3.2.3/bits/functexcept.h:34:31: exception_defines.h: No such file or directory
In file included from D:/MinGW/include/c++/3.2.3/bits/stl_alloc.h:89,
from D:/MinGW/include/c++/3.2.3/list:68,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/treeview.h:9,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/gui.h:14,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32gui.h:5,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp:4:
D:/MinGW/include/c++/3.2.3/bits/functexcept.h:34:31: exception_defines.h: No such file or directory
In file included from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/treeview.h:9,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/gui/gui.h:14,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32gui.h:5,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp:4:
D:/MinGW/include/c++/3.2.3/list:70:36: bits/stl_uninitialized.h: No such file or directory
In file included from D:/MinGW/include/c++/3.2.3/vector:66,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32iconstrip.h:13,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32gui.h:7,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp:4:
D:/MinGW/include/c++/3.2.3/bits/functexcept.h:34:31: exception_defines.h: No such file or directory
In file included from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32iconstrip.h:13,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32gui.h:7,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp:4:
D:/MinGW/include/c++/3.2.3/vector:70:36: bits/stl_uninitialized.h: No such file or directory
In file included from D:/MinGW/include/c++/3.2.3/bits/stl_vector.h:65,
from D:/MinGW/include/c++/3.2.3/vector:71,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32iconstrip.h:13,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32gui.h:7,
from D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp:4:
D:/MinGW/include/c++/3.2.3/bits/functexcept.h:34:31: exception_defines.h: No such file or directory
Build Error: failed to compile D:/BlitzMax/mod/brl.mod/win32maxgui.mod/blitzplus.cpp


I did a Sync mods just before.


TomToad(Posted 2006) [#2]
You need to use an older version of MinGW. Use the version linked to here:
http://www.blitzbasic.com/Community/posts.php?topic=53442


Eric(Posted 2006) [#3]
I'll try that... but I've never had a problem before... This is the MinGW I've always had.


skidracer(Posted 2006) [#4]
Looks very much like a broken mingw install as 3.2.3 is the correct version to use with BlitzMax.


Dreamora(Posted 2006) [#5]
I thought the "correct" version is 3.1.0.0 or 3.1.0.1? (thats the one linked in the official thread as well)


TomToad(Posted 2006) [#6]
Was my mistake. I saw the 3.2.3 and thought that was the MinGW version when it is actually the GCC version.
As shown in the "MinGW_PACKAGES.rtf" file:
MinGW version 3.1.0 contains the following list of packages:

GCC-3.2.3-20030504-1.tar.gz
binutils-2.13.90-20030111-1
mingw-runtime-3.1
w32api-2.4
gdb-5.2.1-1
mingw32-make-3.80.0-3
mingw-utils-0.2.tar.gz




marksibly(Posted 2006) [#7]
Moving this to programming as it's more likely to be an installation issue than a bug.