Author Topic: Code::Blocks 10.05 has arrived  (Read 161684 times)

Mr.Q

  • Guest
Re: Code::Blocks 10.05 has arrived
« Reply #15 on: May 31, 2010, 12:22:32 pm »
Congrats to all the team!!!
Great job!!!
« Last Edit: May 31, 2010, 03:03:12 pm by Mr.Q »

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: Code::Blocks 10.05 has arrived
« Reply #16 on: May 31, 2010, 12:29:12 pm »
It's now official :)
Head over to the downloads section to get it!

Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.
The debian source archive does not contain additional or special stuff that is not in svn (except for the docs subdirectory).
But the real source tarball (codeblocks_10.05-1.tar.gz) is inside another tarball (codeblocks-10.05-1debian-src.tar.bz2) and that complicates the unpacking and verifying a bit.
Code::Blocks package maintainer for Fedora and EPEL

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: Code::Blocks 10.05 has arrived
« Reply #17 on: May 31, 2010, 12:31:07 pm »
Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.

You can use SVN and a dist snapshot meanwhile,
until the source tarball download has been fixed...

Code
svn checkout svn://svn.berlios.de/codeblocks/tags/10.05 codeblocks-10.05
cd codeblocks-10.05
sed -e 's/8.02/10.05/g' -i.orig update_revision.sh
sed -e 's/\/\/\(#define RELEASE "10.05"\)/\1/' -i.orig src/src/appglobals.h
./bootstrap && ./configure
make dist

Should make a codeblocks-10.05svn6285.tar.bz2
(which is the same as r6282, only tagged "10.05").

That would be great, thanks.
Code::Blocks package maintainer for Fedora and EPEL

Offline yoch

  • Single posting newcomer
  • *
  • Posts: 2
Re: Code::Blocks 10.05 has arrived
« Reply #18 on: May 31, 2010, 01:59:48 pm »
Hi,

Congratulations, and thank you for this great work !

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: Code::Blocks 10.05 has arrived
« Reply #19 on: May 31, 2010, 04:00:37 pm »
SF.net needs updated; still has 8.02 release as the most current.

http://sourceforge.net/projects/codeblocks/files/
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code::Blocks 10.05 has arrived
« Reply #20 on: May 31, 2010, 04:12:06 pm »
SF.net needs updated; still has 8.02 release as the most current.

http://sourceforge.net/projects/codeblocks/files/


I think the page on sf.net should at least give a message saying
the main codeblocks source repo was moved to Project page at BerliOS
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline hd

  • Multiple posting newcomer
  • *
  • Posts: 45
    • http://www.dynaset.org/dogusanh
Re: Code::Blocks 10.05 has arrived
« Reply #21 on: May 31, 2010, 05:24:15 pm »
Congratulations!

LouisBertrand

  • Guest
Re: Code::Blocks 10.05 has arrived
« Reply #22 on: May 31, 2010, 07:52:45 pm »
It's now official :)
Head over to the downloads section to get it!

Many thanks to all the developers who worked so hard for this!

Hi,

It looks just fine on Windows 7, except for one small glitch which I am noting here for anybody having the same problem.

I installed the complete package which includes TDM-MingGW and that went well. However when trying to rebuild an existing project, the default compiler was not found. I had to point the Codeblocks to the installation folder for MinGW:
Settings >> Compiler and debugger... >> Toolchain executables Tab
Click the auto-detect button. It should load the path C:\Program Files\CodeBlocks\MinGW (or you might have to enter it manually).

I just discovered Code::Blocks recently and I find it very intuitive and quick to use. I'm glad to see it is actively maintained.

Best wishes

Offline chikigai

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: Code::Blocks 10.05 has arrived
« Reply #23 on: June 01, 2010, 01:58:17 am »
Congratulations to the Development team and the whole C:B Community!
[Development Environment]
OS: WinXP SP3
IDE: Code::Blocks Nightly Build SVN Rev.6080 wxWidgets: 2.8.10 Windows Unicode Build SVN: 1.6.x

Offline ahui886

  • Multiple posting newcomer
  • *
  • Posts: 29
Re: Code::Blocks 10.05 has arrived
« Reply #24 on: June 01, 2010, 07:32:00 am »
great,thanks

Offline Kazade

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: Code::Blocks 10.05 has arrived
« Reply #25 on: June 01, 2010, 12:46:14 pm »
Just thought I'd let you know that the 10.05 deb packages don't work on Ubuntu 10.04 with the default wxWidgets (e.g. without the wx repository):

Code
luke@Argon:~$ codeblocks 
codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw, version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 with link time reference

I think because the deb packages were compiled with wx 2.8.2 and Ubuntu 10.04 comes with 2.8.0. I don't suppose it's possible to get some packages compiled for vanilla 10.04? Especially as it's an LTS release, it would make it a lot easier for people to try Codeblocks.

blackcoder41

  • Guest
Re: Code::Blocks 10.05 has arrived
« Reply #26 on: June 01, 2010, 12:47:27 pm »
Congratulations to the developers!!! :D I like the new code::blocks logo but can you please change the file icons?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Code::Blocks 10.05 has arrived
« Reply #27 on: June 01, 2010, 12:54:33 pm »
Just thought I'd let you know that the 10.05 deb packages don't work on Ubuntu 10.04 with the default wxWidgets (e.g. without the wx repository):

Code
luke@Argon:~$ codeblocks 
codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw, version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 with link time reference

I think because the deb packages were compiled with wx 2.8.2 and Ubuntu 10.04 comes with 2.8.0. I don't suppose it's possible to get some packages compiled for vanilla 10.04? Especially as it's an LTS release, it would make it a lot easier for people to try Codeblocks.
Ubuntu comes with 2.8.10 and the packages are compiled with 2.8.10 (from apt.wxwidgets.org), but the binaries shipped by ubuntu are not compatible with the binaries provided by apt.wxwidgets.org.

That's known and desribed at several places in the forum.
There is also a note on the download-site:
Quote from: http://www.codeblocks.org/downloads/26
NOTE: The Debian  packages have been linked against wxGTK-2.8.10 from apt.wxwidgets.org (lenny-wx).To successfully install these packages, you have to add the wxWidgets repository for your distribution in your /etc/apt/sources.list  (e.g. deb http://apt.wxwidgets.org/ lenny-wx main). Besides Debian lenny, apt.wxwidgets.org also supports all Ubuntu distributions: dapper, edgy, etch, feisty, gutsy, hardy, interpid, jaunty, karmic and lucid.

and on my (nightly-)server:

Quote from: http://apt.jenslody.de/
The packages are known to work on ubuntu too. You have to use the appropriate wxwidgets-packages in this case, see here for details.
If you want to use my packages on ubuntu 9.10 (karmic koala) or newer you have to use the aprpriate packages provided by http://apt.wxwidgets.org , because the wx2.8.10 packages from ubuntu are not compatible with the packages from http://apt.wxwidgets.org. You should be able to use the new wxWidgets 2.8.11 packages without problems.
There exists also a repository containing packages for ubuntu, maintained by pasgui, see here how to use it.

EDIT:
and you should know about that issue:
http://forums.codeblocks.org/index.php/topic,12098.msg82401.html#msg82401 and following.

This can not be fixed with packages for debian.
I could compile ubuntu-packages also, but there is already a repo for ubuntu that works as far as I know.
« Last Edit: June 01, 2010, 01:03:13 pm by jens »

jfpjr2

  • Guest
Re: Code::Blocks 10.05 has arrived
« Reply #28 on: June 01, 2010, 05:51:50 pm »
Why was the Help plugin not included?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Code::Blocks 10.05 has arrived
« Reply #29 on: June 01, 2010, 09:07:46 pm »
Why was the Help plugin not included?
It *is* included, hence you probably forgot to enable in during installation. BTW: Mentioning the platform would be extremely useful.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ