Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Building CodeBlocks source
stahta01:
--- Quote from: sorinev on August 05, 2013, 04:00:08 am ---I've now installed libgtk2.0-dev and libgtk-3-dev, but still stopping at the same spot. Was there anything else I was supposed to get? My searches really only turned up those two.
--- End quote ---
I suggest doing the NON CB build because it might give better directions on the prereqs.
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux
Or maybe try these pre-reqs
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu
Tim S.
blauzahn:
Did you suceed in compiling cb?
Compiling cb from the commandline works on Ubuntu 12.10, once the ./configure script ran sucessfully
(see wiki or file BUILD). It then shows:
--- Code: ---*************************************************
* Code::Blocks source tree has been configured. *
*************************************************
--- End code ---
If you do not want do install boost and can live without the NassiShneiderman-plugin,
then change the configure to:
--- Code: ---./configure --with-contrib-plugins=all,-NassiShneiderman
--- End code ---
If memory serves me, to satisfy configure I had to install:
libgtk2-common
libgtk2.0-dev
wx-common
wx2.8-headers
libwxbase2.8-0
libwxbase2.8-dev
libwxgtk2.8-0
libwxgtk2.8-dev
sorinev:
--- Quote from: blauzahn on August 05, 2013, 07:51:55 pm ---Did you suceed in compiling cb?
--- End quote ---
I did not.
--- Quote from: blauzahn on August 05, 2013, 07:51:55 pm ---Compiling cb from the commandline works on Ubuntu 12.10, once the ./configure script ran sucessfully
(see wiki or file BUILD). It then shows:
--- Code: ---*************************************************
* Code::Blocks source tree has been configured. *
*************************************************
--- End code ---
If you do not want do install boost and can live without the NassiShneiderman-plugin,
then change the configure to:
--- Code: ---./configure --with-contrib-plugins=all,-NassiShneiderman
--- End code ---
If memory serves me, to satisfy configure I had to install:
libgtk2-common
libgtk2.0-dev
wx-common
wx2.8-headers
libwxbase2.8-0
libwxbase2.8-dev
libwxgtk2.8-0
libwxgtk2.8-dev
--- End quote ---
I checked for those packages, and it says that I already have all of them installed.
sorinev:
When trying to build the plugins:
./configure --with-contrib-plugins=all seems to fail at:
No package 'hunspell' found.
Last night, I tried apt-getting this and searching the package manager for it, but I got nothing useful. Today, apt-get doesn't tell me there's no hunspell anymore, so it actually installed that. But I still get the error. It says something about if I installed anything using a non-standard prefix, but I've done everything from the system install itself, to apt getting everything, to making things, all with default options; nothing different or special.
Jenna:
It's libhunspell-dev on debian-based systems.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version