Code::Blocks Forums

User forums => Help => Topic started by: alexo on May 25, 2013, 12:09:02 pm

Title: circular dependency
Post by: alexo on May 25, 2013, 12:09:02 pm
Hello guys,

I've been using C::B for about 2 years, and I was really pleased when
I saw that a new version was out.
I downloaded the 12.11 tarball and tried to manually install it [as I did
with C::B 10.05]
but either the testing version and the stable one gave me a dependency
failure:

after having installed almost all packages I finally have to install:

codeblocks-dev_12.11-1_i386.deb
codeblocks-headers_12.11-1_all.deb

but the first package depends on the second, and the second depends on the first.
How can I manage this situation?

Thank you for your kind replies,
alexo

Title: Re: circular dependency
Post by: Jenna on May 25, 2013, 12:26:12 pm
How did you try to install them ?
If you install both at once it should not be a problem.
Title: Re: circular dependency
Post by: alexo on May 25, 2013, 03:12:53 pm
I had tried to install the deb packages one after the other, and found that stange behaviour.
In a shell, after cd-ing into the directory that contained those deb pacjages i run
as super user:

dpkg -i *.deb

all went fine.

Thank you jens