User forums > Nightly builds
The 15 May 2007 build will NOT be out.
kurapix:
@killerbot : Yeah I don't doubt, you guys rocks a lot more than before ;) , continue the great work guys, C::B is really becoming nicer and nicer ;) .
@pasgui : Personnaly I advise you : Save File which is the greatest free file hosting I know.
You don't have to wait to download.
No wait to upload.
No time limit for the files.
Unlike so many others like RapidShare, MegaUpload, ...
I don't know if it's possible to make donation but when I'll be able to (when I'll be major) I'll try to give some bucks to C::B and Save File.
Kurapix
cstudent:
I build the Ubuntu6.xx.deb for Codeblocks. A new build wasn't available for a little over a week because I was gone on vacation. I also use Ubuntu 7.04 personally, so I build a Feisty deb and offer it periodically here. The one currently uploaded is a week or so old, but I'll upload a new build when the next revision is announced. Probably today or tomorrow.
Deschamps:
I don't want to be controversial and also don't criticize the current policy for nightly builds, but i think that it's wrong, and would be far better to change this line offering Weekly builds.
Why that? Most of us are downloading and building our own build from svn for different platforms. And already can see ourselves the changes, fixes, advances and new features introduced. And for those waiting for a binary build, a weekly update would let them to see more progress in every update, and for sure this would permit to find more bugs, due to a little more long "useful life" for each build and would improve C::B image itself. And of course, this policy (weekly builds) will allow those people building binaries for different plattforms a little more relax, reducing pressure. The current situations seems a bit stressful.
Regards.
afb:
It's just a word. For Mac OS X, the builds are actually more Monthly than Nightly.
TDragon:
I did a full build from bootstrap in Ubuntu 7.04 (Feisty) today, and encountered quite a few errors due to missing includes.
System details:
Ubuntu Linux 7.04 32-bit
wxGTK 2.8.1
GCC 4.1.2
Code::Blocks SVN head (r3967)
Build steps:
--- Code: ---./bootstrap
./configure --enable-contrib --disable-pch
make
sudo make install
--- End code ---
The greatest number of errors were due to wxImageList not being defined (fixed by including wx/imaglist.h). Two were due to wxFrame being forward-declared but not fully defined, and thus being unable to upcast from wxFrame* to wxWindow* (fixed by including wx/frame.h). Several others were due to various other wxWidgets classes being undefined, and were fixed by including the appropriate headers. Finally, wxsgrid.cpp and wxsgrid.h were mistakenly added to the Makefile.am in wxSmith's "wxwidgets" directory, instead of "wxwidgets/defitems" where the files actually reside (fixed by removing them from the Makefile.am in wxwidgets and adding them to the Makefile.am in wxwidgets/defitems).
Attached is a patch of the modifications I made in order to compile successfully.
Although compilation was successful, the build is unusable as mentioned by other wxGTK 2.8.0/2.8.1 users.
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version