User forums > General (but related to Code::Blocks)
codeblocks/mingw/python and more
reckless:
ftp://90.184.233.166:21/codeblocks-gcc-4.5.0-fixed-inline.7z
after some brainstorming in the development section here it is.
codeblocks with gcc-4.5.0 (wxwidgets now works)
included are python 2.5 (native) not the python from python.org ;) bit old but it works.
bzlib sqlite (above depends on these).
svn mico::corba (idl compiler) esnacc (asn1 compiler) gdb with python debugger and terminal.
libexpat (needed by gdb).
zlib (needed by allmost everything in this package).
openssl (needed by mico::corba).
gcc uses sysroots so if you wonder why theres an extra folder in the mingw dir thats why (only the crt libraries go here).
runtime is the one from mingw64 and executables compiled on this do not depend on the mingw dll to build completly static you need to pass -static-libstdc++ and -static-libgcc to the preprocessor.
ccache has been added.
ollydbg:
Nice!
Which gdb version did you use? 7.1?
BTW: the author of ccache said in their maillist, you should public the way ( or the patch ) to build ccache, because only the one from you works. the one from their links did not work.
reckless:
gdb 7.1 :)
and ok ill see if i can dig up my changes to ccache :)
reckless:
changes are mostly missing defines to the preprocessor ;)
rest are the official patches from site (i used the win32 createprocess patch and the typecheck for ccache name) needs an exe extension on windows else it goes fubar when invoked from cmd.
and a small patch to check for path delimiters \\ instead of / on win32.
created a small codeblocks project with the fixes included.
ftp://90.184.233.166:21/ccache-src.7z
the preprocessor variables are setup for windows :)
ollydbg:
Thanks, I have forward this post to ccache's mail list. :D
Navigation
[0] Message Index
[#] Next page
Go to full version