bmx ng and wx.mod problems.

BlitzMax Forums/BlitzMax NG/bmx ng and wx.mod problems.

Ole JR(Posted 2016) [#1]
After updating bmk & bcc to the latest from git I can't build anything xw related at all.
Modules build fine, but when trying to build something I get loads of 'undefined reference to' errors.

bcc -v 0.81
bmk -v 3.16
gcc -v 5.1.0 (tdm64-1)
windows 10 x64

Also same problem on Linux Mint 17.3 x64.

Here's the top two when trying to build hello_world.bmx sample.



RustyKristi(Posted 2016) [#2]
have not touched wx and bmx for a while but you can checkout the discussions relating to your issues there, just do a search.


Brucey(Posted 2016) [#3]
Should be working now. You'll need to rebuild wx after the update.


Ole JR(Posted 2016) [#4]
Done and thanks for the update :)