Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Building CodeBlocks source
sorinev:
--- Quote from: jens on August 06, 2013, 08:19:56 am ---It's libhunspell-dev on debian-based systems.
--- End quote ---
That did the trick, thank you for the assist. I also needed libgamin-dev and libboost-dev. However, after I did make && make install, this happened.
--- Code: ---make[6]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/local/include/codeblocks/scripting/sqplus'
/usr/bin/install -c -m 644 SqPlusConst.h SquirrelBindingsUtils.h SquirrelVM.h sqplus.h SquirrelObject.h '/usr/local/include/codeblocks/scripting/sqplus'
/usr/bin/install: cannot remove ‘/usr/local/include/codeblocks/scripting/sqplus/SqPlusConst.h’: Permission denied
/usr/bin/install: cannot remove ‘/usr/local/include/codeblocks/scripting/sqplus/SquirrelBindingsUtils.h’: Permission denied
/usr/bin/install: cannot remove ‘/usr/local/include/codeblocks/scripting/sqplus/SquirrelVM.h’: Permission denied
/usr/bin/install: cannot remove ‘/usr/local/include/codeblocks/scripting/sqplus/sqplus.h’: Permission denied
/usr/bin/install: cannot remove ‘/usr/local/include/codeblocks/scripting/sqplus/SquirrelObject.h’: Permission denied
make[6]: *** [install-sdkHEADERS] Error 1
make[6]: Leaving directory `/home/sorinev/devel/trunk/src/include/scripting/sqplus'
make[5]: *** [install-am] Error 2
make[5]: Leaving directory `/home/sorinev/devel/trunk/src/include/scripting/sqplus'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/home/sorinev/devel/trunk/src/include/scripting'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/sorinev/devel/trunk/src/include'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/sorinev/devel/trunk/src/include'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/sorinev/devel/trunk/src'
make: *** [install-recursive] Error 1
--- End code ---
Is this something that I need to address, or have I reached the end and am good to go?
BlueHazzard:
i think you have to do "sudo make install" unless you use a installation directory with write permission (use --prefix=/path/to/install/with/write/permission in the configure preocess)
sorinev:
I've been using sudo when doing make and make install, I kept getting permission denied failures midway through otherwise. So it still does it even with sudo. Which I find weird.
I'm also building the source through the codeblocks IDE I got through apt-get. The IDE portion of the build was successful, and the contrib plugins workspace seems to be going ok too. I'm use the cbp files that have "unix" in their names, as I'm assuming that's what I was supposed to choose.
The building-codeblocks-using-codeblocks-itself method seems to be going a lot cleaner than a raw compile on the command line. Although maybe, I guess, it helps that I've been installing all of these dev libraries the last couple of days.
BlueHazzard:
--- Quote from: sorinev on August 06, 2013, 10:53:23 am ---I've been using sudo when doing make and make install, I kept getting permission denied failures midway through otherwise. So it still does it even with sudo. Which I find weird.
--- End quote ---
never use sudo where it is not needed. You cut your own rights. Use sudo only if it is needed...
sorinev:
Well yeah, I try not to. But when I get permission denied errors, I really don't know what the alternative is.
So I've got the IDE built, and the contrib plugins built, and I did the ./update, but the plugins don't seem to load when I start codeblocks? All the stuff present in my Windows version of the svn build is missing from my Linux svn build.
Jens' page seems to be saying that the contrib plugins can't be used on Ubuntu? Really?! :( I guess I don't really use them, but still...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version