Author Topic: The 05 March 2007 build is out.  (Read 23431 times)

Offline saddam le pion

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 05 March 2007 build is out.
« Reply #15 on: March 07, 2007, 05:25:02 am »
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:

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 05 March 2007 build is out.
« Reply #16 on: March 07, 2007, 05:27:10 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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

watt

  • Guest
Re: The 05 March 2007 build is out.
« Reply #17 on: March 07, 2007, 11:37:48 am »
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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 05 March 2007 build is out.
« Reply #18 on: March 07, 2007, 11:49:04 am »
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.

Offline Marenz

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: The 05 March 2007 build is out.
« Reply #19 on: March 07, 2007, 11:59:07 am »
try also doing a make uninstall and make clean before ./configure


--Ano

watt

  • Guest
Re: The 05 March 2007 build is out.
« Reply #20 on: March 07, 2007, 12:12:55 pm »
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.   

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 05 March 2007 build is out.
« Reply #21 on: March 07, 2007, 12:17:26 pm »
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

  • Guest
Re: The 05 March 2007 build is out.
« Reply #22 on: March 07, 2007, 12:26:07 pm »
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

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 05 March 2007 build is out.
« Reply #23 on: March 07, 2007, 12:36:21 pm »
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

  • Guest
Re: The 05 March 2007 build is out.
« Reply #24 on: March 07, 2007, 01:44:42 pm »
no, i have the 2 problems