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

codeblocks/mingw/python and more

<< < (3/7) > >>

reckless:
ftp://90.184.233.166:21/ccache-patches.zip

the patches i used i actually saved them for future work but they where burried on one of my large 1 terabyte drives (allmost impossible to find around in)  :lol:

these and this part -DHAVE_STRING_H -DHAVE_CTYPE_H -DHAVE_STDLIB_H -DHAVE_GETHOSTNAME and then adding ws2_32 lib and it should work right out of the box :)

actually just tried recreating it from scratch and everything seems to be working :).

reckless:
ftp://90.184.233.166:21/gcc-4.5.0-lto.7z

lto version just overwrite the gcc in mingw folder :)

MortenMacFly:

--- Quote from: reckless on May 20, 2010, 01:59:28 am ---ftp://90.184.233.166:21/ccache-patches.zip

--- End quote ---
Right... this works. :-)

reckless:
coolio :)

btw i have a win32 version of bash (not from me but fixed a few bugs with newer mingw runtime) floating around for those interrested in using shellscripts with ccache on mingw (might also make it easier to implement).

it does not have full posix support (missing termios and tty) so forget running configure scripts but it works sufficiently with simple shell scripts like

#!/bin/bash

ccache gcc "$@"

yank in the tools from gnuwin32 coreutils and you pretty much have a minimal posix core system for use on windows :)

ftp://90.184.233.166:21/win-bash.7z

reckless:
morten could you try testing this one ?

built a completly standalone version of codeblocks with no dependencies on mingw dll's (not even libgcc) :)

only dependency is wxwidget dll and standard windows runtimes.

ftp://90.184.233.166:21/codeblocks-svn-6261.7z

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version