User forums > General (but related to Code::Blocks)

multilib mingw-w64 TDM compiler

<< < (8/11) > >>

reckless:
Last pull had the fix, so we are good to go :)

oBFusCATed:
Let me know when there is a released binary, so I can try it.

reckless:
I can upload new build with the fixed runtimes if nessesary, but it might be faster for some to just do a git pull from master and then rebuild the headers and crt from there if they have Msys2 or Msys.

Also i might have fixed the image assertions in the WxWidgets-3.0.3 codeblocks builds for good, i can now open and build with it without any errors so far.

Might not be the correct place but what i did was this.

in  src/main.cpp in the MainFrame::MainFrame(wxWindow* parent) function put 

// avoid image assertions, initialize all image backends.
wxInitAllImageHandlers();

just after

// New: Allow drag and drop of files into the editor
SetDropTarget(new cbFileDropTarget(this));

after this the only oddity is that the codeblocks IDE flickers in the tray for a few moments before showing, no errors though.

reckless:
https://sourceforge.net/projects/cbadvanced/files/MinGW%20Builds/TDM/mingw64-TDM-gcc-6.4.0-2.7z/download
https://sourceforge.net/projects/cbadvanced/files/MinGW%20Builds/TDM/mingw32-TDM-gcc-6.4.0-2.7z/download

Now sports python-3.4 as well as python-2.7 for those who might want to try out that.
To use the Tools and libraries in /mingw<arch>/opt you will need to have them on path, this can be done in several ways.
From CodeBlocks add to <additional paths>
From Msys or Msys2, modify /etc/profile and add it there.
From Cmd via batch file.

Make sure /mingw<arch>/opt/bin comes after /mingw<arch>/bin.

I can also upload a snapshot of the 64 bit wx-3.0.3 CodeBlocks build mentioned earlier.

oBFusCATed:
@reckless: What asserts? Can you post backtrace?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version