Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

gcc-4.6.1 builds availiable

<< < (3/8) > >>

reckless:
slight update.

codeblocks spellchecker was missing its dictionaries so i added all i could get my hands on.

link for codeblocks only ftp://90.184.233.166:21/codeblocks-only.7z can overwrite the one from the installer i only added the dictionaries so the spellchecker works.

edit: also added gcc-4.6.1's CPU optimization option to the compiler plugin aka -march=corei7. several other optimization options i will be adding as soon as i get the list complete ;)

ill keep the diff updated with changes so redownloading it will give you the one with the latest changes.

edit: changed latest diff name to compilerMINGW.diff2 (only includes the CPU optimization change) might not be good to apply it to trunk yet if the gcc you want to use is older than 4.6 though as i havent implemented checking  for gcc version yet. so you might end up with an issue with older mingw compilers that dont support this.

i could use a couple of define checks to check gcc version but im not sure if you're ok with that ?.

reckless:
updated installer with recent changes.

mysql connect interface was using the wrong include and library paths (/usr/local/include and /usr/local/lib) fixed now to use (/mingw32/lib and /mingw32/include for the 32 bit mingw and /mingw64/lib and /mingw64/include for the 64 bit mingw) changes only realy apply to users who will use mysql from the Msys shells with mysql_config.exe.

merged changes for codeblocks-only into the installer.

reckless:
more updates.

msys now has a working lynx :) helpfull in some cases. uses s-lang and openssl.
tools in /usr/local updated (crapload of python extentions added like wxpython pyqt easyinstall kid cherrypy etc) several tools to go with these two like a special python shell in wx and a gui editor for pyqt.
added several source revision tools like git and mercurial and the console svn client now has a rapidsvn gui you can add to codeblocks tools.
also added qtgit which can be used like the svn gui from codeblocks tools menu (can be a bit hard setting qtgit up so i left the tcl gui in as a default) git is made for mingw not msys and was patched a bit because the tcl gui thinks im using cygwin /facedesk. it can use both msys perl's and the mingw python's interfaces.

modified /etc/profile a bit more. now msys will autocreate reparse points for the sysroot for both compilers.

still not satisfied with C::B's detection of the mingw64 compiler but its better than it was atleast. still working on it.

reckless:
taking ftp offline for about a day moving my files to an old computer i setup as server cause my work computer is rather expensive to have running 24/7  :lol:
one of the downfalls of having a monster PC.

it should be up again tomorrow evening.

reckless:
heh seems the old computer i wanted to use for a server hit the end of life in the hard way (boom) :S

so im back to hosting it on my work machine for the time being. i might opt for a sourceforge account if there limit allows files of this size. anyone know ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version