User forums > Using Code::Blocks

Problem: Install Code::Blocks from source in Ubuntu 6.10. [SOLVED]

(1/3) > >>

tiger:
Hi all.
The binary version of Code::Blocks I have downloaded from forum has some issues (doesn't exit completely,...), so I try to build a new one.
I'm stuck on the first step: ./bootstrap

--- Code: ---root@tiger-lab:/home/tiger/programs/codeblocks/codeblocks-1.0rc2# ./bootstrap
-bash: ./bootstrap: Permission denied

--- End code ---

Do you know why?  :?
123

Game_Ender:
That message is most likely because the files is not executable, you need to do a "chmod u+x bootstrap".  That is beside the point you should download the sources from SVN.  You need to install the subversion client and the wxGTK-dev package along with the wx-common package.

tiger:
tiger@tiger-lab:~/programs/codeblocks/codeblocks-1.0rc2$ sh bootstrap
: not found2:
: not found4:
: not found10:
: not found14:
bootstrap: 41: Syntax error: end of file unexpected (expecting "then")

Game_Ender:

--- Quote from: Game_Ender on November 06, 2006, 03:28:36 am ---you should download the sources from SVN.
--- End quote ---

Did you follow that step?  RC2 is out dated and there was trouble with the line endings in the source tar balls.

tiger:

--- Quote from: Game_Ender on November 06, 2006, 06:33:08 am ---
--- Quote from: Game_Ender on November 06, 2006, 03:28:36 am ---you should download the sources from SVN.
--- End quote ---

Did you follow that step?  RC2 is out dated and there was trouble with the line endings in the source tar balls.

--- End quote ---

not yet. I'll do it now  :D

Navigation

[0] Message Index

[#] Next page

Go to full version