News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 03 January 2008 build (4771) is out.

Started by killerbot, January 04, 2008, 12:47:06 AM

Previous topic - Next topic

Darck

#30
Quote from: jens on January 06, 2008, 06:58:35 PM
Which version of Ubuntu do you use ?
There are wxWidgets2.8.7 packages for dapper, feisty and gutsy and 2.8.6 packages for edgy on the wxWidgets-server (look here how to install them).
If none of the versions work you can try to build it from source.
The Ubuntu-sources are on the same server.
If you have build-dependency problems when you use "dpkg-buildpackage", install all the missing packages in the newest version you get for your Ubuntu-version.
And if you have done this (don't try it without) you can run "dpkg-buildpackage -d" to override the dependencies on special versions. This might work. You can also try to fix the "debian/control"-file to work with your Ubuntu-suite.
Normally a wxWidgets-version for an older Ubuntu-suite should work with yours.
I use wxWidgets for debian-edge on edge, lenny, sid and experimental without problems.

I'm using Ubuntu 7.1 - Gutsy. I partially resolved problemm installing older Code::Blocks from
http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_Ubuntu6.10+7.04_wx2.8.4.tar.gz


I've found info how to add wxWidgets to repository:

build against wxWidgets 2.8.7.1 from:
deb http://apt.wxwidgets.org/ gutsy-wx main

key-import to apt's trusted keys:
wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -

But problem is, that, when i tray to install wxWidgets, it says that i have too old libpango. There isn't any newer in repository. There is newer for Ubuntu Hardy. and here:http://ftp.debian.org/debian/pool/main/p/pango1.0/ I downloaded it, tried to install and the same - it says me i have too old libc6 and libdatrie, i tried install newer libdatrie and the same. ENDLESS CIRCLE !!!

How to simply install wxWidgets 2.8.7.1 without all this complications.

It's not a problem that i have to install wxWidgets from source, but problem that every library need another newer library (or more than one) on lowel level. I would have to do big tree of upgrades to finally install wxWidgets.

Or maybe i can ignore wxWidgets dependency to libpango in some way and install it anyway.
It needs libpango 1.18.3 and I have 1.18.2 version, so maybe 0.00.1 isn't big deal?

If yes can I install it by :
sudo apt-get --force-yes upgrade libwxgtk2.8

Jenna

Quote from: Darck on January 06, 2008, 07:46:13 PM
Or maybe i can ignore wxWidgets dependency to libpango in some way and install it anyway.
It needs libpango 1.18.3 and I have 1.18.2 version, so maybe 0.00.1 isn't big deal?

If yes can I install it by :
sudo apt-get --force-yes upgrade libwxgtk2.8

You can try to do so.
Or you can try wxWidgets-packages for feisty, they depend on libpango >= 1.16.2.

Darck

Quote from: jens on January 06, 2008, 08:23:55 PM
You can try to do so.
Or you can try wxWidgets-packages for feisty, they depend on libpango >= 1.16.2.

Great thanks. That solved all problems and installed Code::Blocks smoothly. They should note ad wxWidgets page that packages for gutsy are really in folder fo feisty.

Jenna

Quote from: Darck on January 06, 2008, 08:46:28 PM
They should note ad wxWidgets page that packages for gutsy are really in folder fo feisty.
I think the gutsy packages are in the right place, but the package-maintainer does not only use the gutsy standard libraries, what of course should never happen.

Ryen_Lee

I just can not get the file.When I click the link,I only get a file of 3.2kb,and it's a htm file.I think there is something wrong on the server!Can anybody help me?
(PS:I'm from China)

Jenna

Quote from: Ryen_Lee on January 07, 2008, 11:14:47 AM
I just can not get the file.When I click the link,I only get a file of 3.2kb,and it's a htm file.I think there is something wrong on the server!Can anybody help me?
(PS:I'm from China)

Don't try to save the link target, it points to a download page only (that means you should only left-click on it).
direct link:
http://download.berlios.de/codeblocks/CB_20080103_rev4771_win32.7z or
http://download2.berlios.de/codeblocks/CB_20080103_rev4771_win32.7z

Grom

Would be grate to have in wxSmith a set of tools for work with DB. Say similar to the Borland's components. I have tried in wxSmith to repeat the GUI of one my old project, which was done long long time ago in Borlands IDE. It almost work!!! So I believe, that after official release of C::B will come up - the users will implement all necessary items.
gcc+winXP+suse.

byo

Quote from: Grom on January 07, 2008, 07:38:00 PM
Would be grate to have in wxSmith a set of tools for work with DB. Say similar to the Borland's components. I have tried in wxSmith to repeat the GUI of one my old project, which was done long long time ago in Borlands IDE. It almost work!!! So I believe, that after official release of C::B will come up - the users will implement all necessary items.

Please don't start...

Darck

yes, probably official release would be easier to promote.