User forums > Help
building and installing on kubuntu from SVN
steve1_rm:
Hello,
Thanks for the replys.
I found this link which has 2 methods for installing codeblocks.
http://wjkirby.googlepages.com/buildingcode::blocksfromsvnonubuntu6.06
However, both of them failed.
Using "$sudo make install"
Seemed to install ok. However, when I click on codeblocks, it displays the hourglass for codeblocks. But after about 10 seconds nothing happens.
Using the second method didn't work either.
I seem to get this error message when I perform this step.
$ sudo dpkg -i codeblocks_1.0svn5006_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcodeblocks0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libcodeblocks0 has no installation candidate
Many thanks for any support,
Steve
Jenna:
The codeblocks package depends on the libcodeblocks0-package.
You install from commandline and not from a repo, so dpkg does not know where to find libcodeblocks0.
You should run
--- Code: ---sudo dpkg-i codeblocks_1.0svn5006_i386.deb libcodeblocks0_1.0svn5006_i386.deb
--- End code ---
And if you want to use some of the contrib-plugins and wxsmith you should also install the appropriate packages (codeblocks-contrib_1.0svn5006_i386.deb and libwxsmithlib0_1.0svn5006_i386.deb).
--- Code: ---sudo dpkg-i codeblocks_1.0svn5006_i386.deb libcodeblocks0_1.0svn5006_i386.deb codeblocks-contrib_1.0svn5006_i386.deb libwxsmithlib0_1.0svn5006_i386.deb
--- End code ---
should do the job.
steve1_rm:
Hello Jen,
Thanks for the reply.
That worked great. I am now up and running with codeblocks.
Thanks,
Navigation
[0] Message Index
[*] Previous page
Go to full version