News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[DOWNLOAD] Packages of Code::Blocks in your linux distro

Started by takeshimiya, October 27, 2005, 12:59:45 AM

Previous topic - Next topic

Charon

didn't get much time at the weekend to look into the *.deb for Ubuntu Breezy... :-(

on another note :
thanks Neumann! :D

will give this package a try this evening.

if i understand it right the multiverse-repository is managed by the community, so chances seem not too bad to get codeblocks into an official reporitory for Ubuntu...

Greetz
Markus
hi, i am a signature virus. please copy me into your sig!
Wish list : no root-node for workspaces, open files and symbols; world domination

mosfet

Quote from: PerryWerneck on December 01, 2005, 03:08:13 PM

   Hi,

   I was able to build an RPM for Mandriva 2006 just correcting the wxSleep stuff. Unfortunatelly I don't have place to store it but I can send to anyone who ask for.


I am very interested, could you send it at : vsix@caramail.com

Thanks

mosfet

Quote from: PerryWerneck on December 01, 2005, 03:08:13 PM

   Hi,

   I was able to build an RPM for Mandriva 2006 just correcting the wxSleep stuff. Unfortunatelly I don't have place to store it but I can send to anyone who ask for.


Hi,

I am interested by your package, could you send it to me at richom.v@free.fr.
By the way I don't understand why it's so difficult to compile/find CodeBlocks on Linux/Unix.



TheTuxKeeper

Does somebody use the Debian Sid package on Debian Etch ?

If there's someone please write here whether it works. Because Etch and Sid use the same packages required by codeblocks, it should work!

thanks

Daniel
Nightly builds for openSUSE

Zaba


toddhd

Quote from: PerryWerneck on December 01, 2005, 03:08:13 PM

   Hi,

   I was able to build an RPM for Mandriva 2006 just correcting the wxSleep stuff. Unfortunatelly I don't have place to store it but I can send to anyone who ask for.


Hi - could you please send me that RPM at toddhd@gmail.com? I have a website and would be able to host the file for future use if neccessary.

TheTuxKeeper

I've updated the specfile in the wiki (Compiling Code::Blocks in RPM based distributions)

Everyone who wants to build an rpm can take a look at the wiki page.

Daniel
Nightly builds for openSUSE

lozeta

Hi, I've tried to install codeblocks on Debian (sarge with packages from newer releases, but this should not be the point). After adding

deb http://neutronic.mine.nu/unstable ./

to sources.list, "apt-get update" works, and "apt-get install codeblocks" seems to work:

The following extra packages will be installed:
  libwxgtk2.6-0
The following NEW packages will be installed:
  codeblocks libwxgtk2.6-0

but after confirming:

Do you want to continue? [Y/n] y
Err http://neutronic.mine.nu ./ codeblocks 1.0rc2-1
  404 Not Found
Failed to fetch http://neutronic.mine.nu/unstable/unstable/codeblocks_1.0rc2-1_i386.deb  404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Maybe the directory structure is not as expected (the double "unstable/unstable" directory...)?
(I hope my question is not too silly, I'm a debian and linux beginner).

Thanks in advance

Neumann

I think I remember this behavior has being Sarge specific.  My repository might be misconfigured.  Just download and install the .deb straight from the repository.

If wxgtk2.6 is available (it's a backport I guess), will likely install & work.

lozeta

Ok, after installing libwxgtk, I successfully installed your package with dpkg.
At startup, I get this error:

codeblocks: symbol lookup error: /usr/lib/libgnomeprint/2.10.3/modules/libgnomeprintcups.so: undefined symbol: gnome_cups_printer_get_ppd_async

I guess this is related to my "old" (2.10) gnome version.
I'll try to upgrade, thank you.

ocloma

x86_64 slackware non official version (www.slamd64.com)? how to build? tnxs. :oops:

Szpak

Hi,

I've built C::B 1.0rc2 under Fedora Core 3.
It can be downloaded from:
http://timeoff.wsisiz.edu.pl/zrzut/codeblocks-1.0-0.2.rc2.fc3.i386.rpm

I modified Daniel Orb's SPEC file a little, to apply patch fixing wxUsleep() misspell (needed to
compile with wxWidgets 2.4), changed package version/revision for easier upgrade and added cleaning of a build directory.

New (more universal) SRPM can be downloaded from:
http://timeoff.wsisiz.edu.pl/zrzut/codeblocks-1.0-0.2.rc2.src.rpm

Regards
Marcin

frozon

I'm trying to build code::blocks under kubuntu for amd64 without sucess
if someone can make a package it would be really nice

takeshimiya

#58
Quote from: frozon on January 31, 2006, 09:13:02 PM
I'm trying to build code::blocks under kubuntu for amd64 without sucess
if someone can make a package it would be really nice

I've already built (compiled ok) in Ubuntu 64 5.10 (which is the same as Kubuntu), but C::B is almost unusable there (yet).
See here.

Tubos

I've got three questions regarding Code::Blocks RC2.

1) Do I just have to install the rpm mentioned here and Codeblocks will be ready?

2) daniel2000 wrote that the RPM for Suse 9.3 can be found under http://ftp.gwdg.de/pub/linux/misc/suser-drcux/93/rpm/. But there is no file called "codeblocks". Can you tell me another location to download a RC2 package for Suse 9.3?

3) Why is there no Makefile.unix in the RC2 source code archive? I'd compile it myself if I had a makefile.

Tubos