News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 05 March 2007 build is out.

Started by killerbot, March 05, 2007, 08:30:23 PM

Previous topic - Next topic

saddam le pion

Quote from: Biplab on March 06, 2007, 02:35:51 PM
Did you compile C::B on your own? It may happen if svn.exe is not in PATH.

Do you suggest that for displaying the correct version date, you have to install an additionnal software?  :shock:

TDragon

Quote from: saddam le pion on March 07, 2007, 05:25:02 AM
Do you suggest that for displaying the correct version date, you have to install an additionnal software?
Not at all; only for displaying the correct date when you compile Code::Blocks yourself from sources. If you run one of killerbot's nightly builds, any incorrect dates are a product of his setup.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

watt

i have the same problem of Suprano but i dont find the resolution... i have

./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

i insert in my prompt,
./bootstranp
./configure
make
make intall
./update -> error is there

i'm trying the first instalation of codeblocks in my pc. i dont have oder version.

Biplab

AFAIK, ./update is necessary when you are using Code::Blocks (C::B) project file to compile C::B in Linux. As you have already issued a make install command therefore you should be able to run it by entering codeblocks in shell.  :)

Regards,

Biplab
Be a part of the solution, not a part of the problem.

Marenz

try also doing a make uninstall and make clean before ./configure


--Ano

watt

finely it's running. but i have 2 questions ...
1º - why wen i run codeblocks in prompt says not found? but if i go /home/watt/devel/codeblocks/src/src there the program run.
2º inside the program wen i build my code, anda press build and run, the program dont run, but if i go to the directory, e execute manually, my cod run.
But i wont o build and run automatically, i think the pausebrake don't work in my way.   

Biplab

Did you run make install in SU mode?

If yes, then did you run ldconfig in SU mode after make install? If not, run it.

I guess you are getting libcodeblocks.so.* missing message.  :)

2. Try Build first then try Run and see whether it works or not.

Regards,
Be a part of the solution, not a part of the problem.

watt

1º yes i run make install but not the ldconfig.
i run ldconfig now but don't see any error.

2º i press run and the program dont run

Biplab

So your first problem is fixed now?

Regarding 2nd problem, I'm not sure. May be others can help. Sorry. :)

Regards,

Biplab
Be a part of the solution, not a part of the problem.

watt