News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::Blocks CVS-bin snapshot

Started by Ceniza, July 15, 2005, 10:20:56 AM

Previous topic - Next topic

Ceniza

Well, I just wanted to share my CVS build of Code::Blocks for those who wanna give it a try.

It's a 7-Zip compressed file (PowerArchiver can decompress that) and is the build of 14-Jul-2005 CVS HEAD (the one that uses wxDockIt).

I also added a slightly modified version of the help_plugin that makes it work just as launcher for HLP and CHM files.

It also includes the MinGW runtime DLL and wxWidgets 2.6.1 Patch01 DLLs.

Code::Blocks executable, DLL, wxWidgets DLLs and some other DLLs are compressed with UPX --best.

I hope you enjoy it :)

Oh, right, the link: here

Once again, it's the .7z (the ZIP astyle files there are already in cvs).

Anonymous

Thanks for sharing, I hope you have just started a tradition, haven't you? :)

QuoteI also added a slightly modified version of the help_plugin that makes it work just as launcher for HLP and CHM files.
I have slightly different version of this plugin, that lets you (under RMB) locate keywords in these help files. What happened to this functionality in your version?

Ceniza

QuoteWhat happened to this functionality in your version?

It was giving me problems so I decided to change it to something that would work. For example it was unable to open HLP files and also had problems with CHM ones.

squizzz

I think session expires way too fast. :)
It was me...

QuoteIt was giving me problems so I decided to change it to something that would work. For example it was unable to open HLP files and also had problems with CHM ones.
So I wasn't the only one... Mine was crashing while using with *.chm files, but worked fine with *.hlp (now I found out reason to crash was that it silently changed correct path to a file that didn't exist). But now it correctly locates keywords in both...
this space is for rent

darklordsatan

Thanks for the share ceniza, really cool, and I hope it would become the tradition as squizzz said, at least until official snapshots are made in a regular basis (although they would be source  snaps, so perhaps you could take care of binaries...)

Quote from: squizzzI think session expires way too fast. :)
It was me...

Maybe you should use the "remember me" feature?

mandrav

@ceniza: If you made any changes to the help_plugin that you 'd like to share, please do ;)
Even better, if you want to maintain the help_plugin...

Yiannis.
Be patient!
This bug will be fixed soon...

kagerato

Thank you for this build, Ceniza.  I've been looking to try some of the updates made after finalbeta but often it seems like too much trouble to login to CVS and compile the code myself.

As for the Code::Blocks crew, good work.  Keep it up; I get the feeling this IDE may eventually put several commercial solutions to utter shame.

Ceniza

Well, I could be uploading working snapshots every now and then if I have the time. I could delete the binary builds of Dev-C++ from there so I'd get more space for Code::Blocks :wink:

About the help_plugin... well, I just changed it so instead of using wxWidgets classes for help files it'd just call hh.exe for CHM and winhlp32.exe for HLP thru wxExecute (more like a call_external_program plugin).

I'll think about maintaining it, I must test some things first.

[edit]
Ok, I just finished removing things in there (about 150MiB) and now it has 817MiB free so it wouldn't be a problem to host them there, even though it's a shared space, but still more than enough.

I'll upload another build when the "compile single file" bug be fixed, soon I hope.

Oh, I'm still thinking... haven't tested yet...
[/edit]

ironhead

Thanx for the CVS snapshot (saves me compiling)! :)

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Ceniza

Ok, now that I fixed the bug of "Compile Current File" (workaround for consideration to get in CVS, at least partially, I hope) I upload another binary snapshot.

This new snapshot includes the original help_plugin (which isn't launching HLP files here) and requires the wxWidgets and MinGW runtime DLLs from the first one, so it's more like an update.

Feel free to check the link every now and then for more updates (don't start thinking it'll be daily) since I won't post about them anymore in the forums (well, that's the idea).

If you're wondering where's the link, it's in the first post.

It's slowly getting there but should be completely uploaded in a few minutes (two bandwidth suckers running ATM a.k.a. P2P clients).

kagerato

http://gda.utp.edu.co appears to be down (temporary outage, one would imagine) as of 7/17/05 19:05 EDT.  That's all right, though; mandrav keeps hinting that the next release is coming up soon.

Ceniza

Quote from: kageratohttp://gda.utp.edu.co appears to be down

It's up now. I checked earlier and the server was online but Apache wasn't running. They were running an apt-get upgrade, for what I saw, so Apache was temporarily down.

Bourricot

to Mandrav : you can suppress my write access to the help plugin CVS.
No time to maintain it, no net @ home... :'(


Bourricot.

zieQ

Quote from: CenizaAbout the help_plugin... well, I just changed it so instead of using wxWidgets classes for help files it'd just call hh.exe for CHM and winhlp32.exe for HLP thru wxExecute (more like a call_external_program plugin).

Just for information, I think that instead of shell executing "hh.exe", "winhlp32.exe" or whatever, you could shell execute the name of the file, e.g. "codeblocks.hlp". The associated executable will then automatically launch ! (I mean, at least on windows). Easier, friendlier and more portable :wink: Give it a try on a command shell  :wink: