News:

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

Main Menu

SVN-HEAD binaries download

Started by therion, November 14, 2005, 02:53:24 PM

Previous topic - Next topic

therion

Hello,

Congratulations for the great job. I´ve been using Code::blocks for over a month and its being really usefull.

I really would like to help you in development but, unfortunately I don´t have time even to touch the sources...
So Ill try to help Ceniza providing binaries for those who, like me, can´t wait to see the next release :-)

This week, for example, i got really amazed with the evolution of wxSmith, many crashes were fixed and a new beautiful layout implemented.

Well, ill place the binaries at http://paginas.terra.com.br/informatica/mauricio/codeblocks/

Happy testing!

Keep the good work guys,

Mauricio

PS: Don´t forget to help the development team posting bugs on:
http://sourceforge.net/tracker/?func=add&group_id=126998&atid=707416

Michael

Hello,

Thank you for providing CVS binaries :). I was at the point to write to the developers asking if it was possible to have binaries for CB version in development (unfortunately my work and my studies take quite all of my time :(  to make me, as you said, touch the sources).

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

takeshimiya

#2
Great!

Nightly builds would be better, and using sf.net Compiler Farm services, we can test C::B in almost every system!

Why C::B isn't using the Compiler Farm services?

therion

Hello

Thanks.
I've just uploaded a fresh cvs head compilation.
Hope you enjoy it :-)

c ya

roland

Thank you therion. Build works as expected, nice going! I appreciate your effort and hope you provide more CVS builds when useful checkins are folded in. :D

baboo

Is there any1 who produces binaries for Fedora Core4?

rudin

baboo,

there is another thread on this forum: http://forums.next.codeblocks.org/index.php/topic,1194.0.html discussing about linux precompiled binaries, and i think fedora is on the list

therion


Ceniza

I would like to know how you're building from CVS. You just use the project file provided or do you tune it before building (like removing debugging information parameter, adding stripping, optimizations, ...)?

I would also like to know which plugins you're bundling with your build (contrib plugins).

BTW, thanks for the help.

PS: Due to two bugs recently fixed, still living in my latest snapshot, I'll delete it and upload a new one, for those interested.

therion

Quote from: Ceniza on November 21, 2005, 11:22:27 PM
I would like to know how you're building from CVS. You just use the project file provided or do you tune it before building (like removing debugging information parameter, adding stripping, optimizations, ...)?
I would also like to know which plugins you're bundling with your build (contrib plugins).

Whats up Ceniza,

Im using the default project files (Codeblocks-Newbuild.cbp and all plugins in ContribPlugins.workspace) to build CB on a mingw 3.4.4 system. Nothing special, no optimizations, no changes. Even my wx lib was compiled acording to the wiki tutorial :-)

To strip the executables I'm using (again the default) update script (under src).

I saw your build is slightly diferent from mines... what options are you using?

Best regards,
Mauricio

Ceniza

Both for the main project file and all the contrib plugins' project files I remove -g and add -O3 and -s.

Before packing it into a 7z I run UPX --best on the EXE and DLLs in output.

Now, about the wx library, I compile it using configure and before 7z I run UPX --best on it too.

Well, I think those are all the tricks.

The only additional difference is I have access to the latest changes in CVS (anonymous CVS sees the changes about 5 hours later), functionality should be the same :)

therion

Humm... yup, upx and opts are always a good idea :-)

BTW did you saw that post about w98 problems with our builds?
Do you know how to fix it?

C ya

takeshimiya

UPX has been discussed here. It does not provide any gain if it'll be compressed with 7-zip, it only makes things worse (search in the forum).

thomas

Quote from: therion on November 22, 2005, 11:33:32 AMBTW did you saw that post about w98 problems with our builds?
There is no problem with the build. The issue is about SHGetFolderPath which is available on any reasonably up-to date Windows system.
Windows98 SE, ME, 2000, and NT4 support it out of the box. Only Windows98 and 95 do not, they require at least Internet Explorer 5. I daresay that these are no impossible requirements ;)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

takeshimiya

thomas: that's not true, see here how to solve using Inno Setup.