News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 02 March 2007 build is out.

Started by killerbot, March 02, 2007, 09:53:28 PM

Previous topic - Next topic

watt

ups sorry the "codeblocks nothing" ... codeblocks dont work
./run.sh, i dont see

Pecan

Quote from: watt on March 04, 2007, 11:57:52 PM
ups sorry the "codeblocks nothing" ... codeblocks dont work
./run.sh, i dont see

   //-- Please Provide more information
   Would you state your CodeBlocks and compiler version, and your Operating System.
   Also state  your wxWidgets version if you're using one.

Which OS are we talking about.

watt

im trying instalation codeblocks in archlinux and i have wxWidgets 2.6.3

Pecan

Quote from: watt on March 05, 2007, 12:07:46 AM
im trying instalation codeblocks in archlinux and i have wxWidgets 2.6.3

If you see a file in .../src named "update", then run it:
cd .../trunk/src
./update

then cd devel
./run.sh

watt

[root@WATT-PORTATIL src]# ./update
Creating output directory tree
Compressing core UI resources
Compressing plugins UI resources
Packing core UI bitmaps
Packing plugins UI bitmaps
Copying files
cp: cannot stat `devel/codeblocks': No such file or directory
cp: cannot stat `devel/*.so': No such file or directory
cp: cannot stat `devel/share/codeblocks/plugins/*.so': No such file or directory
Stripping debug info from output tree
Creating launch-scripts

huuuummmmmmm ... i'm lost i dont have a directory devel ....

watt

i think i fail this step ...

cd ~/devel
tar zxf codeblocks-1.0rc2.tar.gz

This will create the directory ~/devel/codeblocks-1.0rc2. Change to the source code directory, by issuing the following command:

cd codeblocks-1.0rc2

i extract the file codeblocks-1.0rc2.tar.gz but i dont copy the files and directorys as inside codeblocks-1.0rc2 to devel ... the problem is there ?

Pecan

#36
Quote from: watt on March 05, 2007, 12:23:14 AM
i think i fail this step ...

cd ~/devel
tar zxf codeblocks-1.0rc2.tar.gz

This will create the directory ~/devel/codeblocks-1.0rc2. Change to the source code directory, by issuing the following command:

cd codeblocks-1.0rc2

i extract the file codeblocks-1.0rc2.tar.gz but i dont copy the files and directorys as inside codeblocks-1.0rc2 to devel ... the problem is there ?

Stop this nonsense. RC2 is a dead horse. Remove all rc2 files.

Read this:
http://codeblocks.org/source_code.shtml

Then read this:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux
Installing Code::Blocks from source on Linux - CodeBlocks

and this:
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29
Installing Code::Blocks from source on Linux - CodeBlocks

and this:
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_RPM_based_distributions
Compiling Code::Blocks in RPM based distributions

Go to wiki.codeblocks.org. Click on index at the bottom of the page.
Look in the index for "Linux", "compiling" "installing", etc.


watt

then
i create a directory devel and i use svn to get the file and run ...
./bootstrap
./configure
make
make install
thats all ??

Pecan

Quote from: watt on March 05, 2007, 01:02:45 AM
then
i create a directory devel and i use svn to get the file and run ...
./bootstrap
./configure
make
make install
thats all ??


I don't know anything about archLinux. But I believe you'd better make sure you have the GTK, the wxGTK, the correct gtk-dev packages specified in the articles I pointed out.

If all that is correct, then yes, that's all you need to do.

Biplab

Quote from: watt on March 05, 2007, 01:02:45 AM
then
i create a directory devel and i use svn to get the file and run ...
./bootstrap
./configure
make
make install
thats all ??

In case you are not in SU mode, you need to issue make install in SU mode. So the correct step would be-

  • ./bootstrap
  • ./configure --enable-contrib (In case you want the contrib plugins)
  • make
  • make install (In SU mode)

Regarding run.sh not executing, please check whether the run.sh have execute permission or not. I faced this sometimes back and Pecan helped me solve that. :)
Be a part of the solution, not a part of the problem.

Poobah

Quote from: Alturin on March 03, 2007, 03:01:07 PM
Get a proper feed reader? :P
C'mon, most readers allow you to specify how many entries you want to see!

Is there any way to do this with the built-in Firefox one?

watt

well i find the run.sh ... but wen i run ./run.h has this error:
./run.sh: line 4: /home/watt/devel/codeblocks/src/devel/codeblocks: No such file or directory

buen wen i run the ./update appear this  error:
./update
Creating output directory tree
Compressing core UI resources
Compressing plugins UI resources
Packing core UI bitmaps
Packing plugins UI bitmaps
Copying files
cp: cannot stat `devel/codeblocks': No such file or directory
cp: cannot stat `devel/*.so': No such file or directory
cp: cannot stat `devel/share/codeblocks/plugins/*.so': No such file or directory
Stripping debug info from output tree
Creating launch-scripts