[Solved] wxMax to Work?

BlitzMax Forums/MaxGUI Module/[Solved] wxMax to Work?

MOBii(Posted 2014) [#1]
I finally found wxMax
I download wxmax_1_00_win32_bin.rar: https://code.google.com/p/wxmax/downloads/detail?name=wxmax_1_00_win32_bin.rar&can=1&q=

I try follow http://www.blitzbasic.com/Community/posts.php?topic=90765
but that just give me more Error..


I think I did this right:
gdiplus_includes_1_01.zip
I drop the .h into: C:\Wello\MinGW\include\.
and copy libgdiplus.a C:\BlitzMax\lib\.


I get massive ERROR like this:
C:/BlitzMax/mod/wx.mod/wx.mod/../lib/win32/libwxbase28u.a(baselib_dde.o):dde.cpp:(.text$_ZN11wxDDEModuleD0Ev[__ZN11wxDDEModuleD0Ev]+0x27): undefined reference to `__gxx_personality_sj0'



[Solved]
http://www.blitzbasic.com/Community/posts.php?topic=103416


xlsior(Posted 2014) [#2]
What MinGW version are you using?


MOBii(Posted 2014) [#3]
MinGW-5.1.3.exe
I downloading 5.1.6..


MOBii(Posted 2014) [#4]
I download: MinGW Installation Manager

I follow Ziggy: Guide how to set up MinGW for BlitzMax: http://www.blitzbasic.com/Community/posts.php?topic=90964

When I follow Ziggys Guide, path is now shown in About:
MaxIDE -> About MaxIDE: C:\Wello\MinGW

But the compiler is still: Unavailable
GCC Version: Unavailable
G++ Version: Unavailable

In BLIDE Advanced module builder Fail to Build:
wx.wx, wx.wxglmax2d, wx.wxmax2d, wx.wxrarinputstream

I have no idea how this is working..


Henri(Posted 2014) [#5]
Try this topic wxMax help

-Henri


Derron(Posted 2014) [#6]
According to the BMK sources you need to have a "environment variable" pointing to MinGW.

so something in the likes of "Set MINGW C:\Wello\MinGW" from the commandline.


bye
Ron


markcw(Posted 2014) [#7]
The main one is the PATH system variable for C:\MinGW\bin and you find it from different places depending on your OS.
See https://www.java.com/en/download/help/path.xml or better http://www.computerhope.com/issues/ch000549.htm
What ziggy's guide doesn't really point out is you *may* also need a path for C:\MinGW\lib in the PATH variable too.

Edit: There is another MinGW guide by marksibly here http://www.blitzmax.com/Community/posts.php?topic=72892 which like ziggy's guide suggests you create a new custom env variable for root directory called MINGW and set to C:\MinGW. I don't actually have this one and bmk builds fine but maybe it has some use (I think it's for Vista).

Another guide for tdm-gcc by Brucey is here http://www.blitzmax.com/Community/posts.php?topic=95220