News:

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

Main Menu

How to remove codeblocks 10.05

Started by eweb2009, June 08, 2010, 05:20:13 AM

Previous topic - Next topic

eweb2009

Ubuntu10.04 + GNU GCC compiler
compiled codeblocks 10.05 using source code package and installed it.




Jenna

Quote from: eweb2009 on June 08, 2010, 05:20:13 AM
Ubuntu10.04 + GNU GCC compiler
compiled codeblocks 10.05 using source code package and installed it.




I'm not sure about your question.
If I understand right, you have installed C::B with automake-system (./configure;make; make install) and want to remove it, in this case make uninstall should do it.

eweb2009

Thank you very much for your reply.

that is what I did and tried to uninstall it by using "make uninstall". The weird thing is that it didn't work yesterday but it works now.

Anyway thank you again.

eweb2009

I have one more issue requesting your help in building source files.

The following is the error information when using command ./bootstrap

$ export ACLOCAL_FLAGS="-I `wx-config --prefix`/share/aclocal"
$ ./bootstrap
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
./bootstrap: 67: aclocal: not found

could you please tell me how to fix this?


Jenna

It looks like the script can not find the aclocal executable.
if you run aclocal --version from commandline, do you get any meaningful output ?
If not is $ACLOCAL set (to a different value then aclocal) and can it be run ?
If echo $ACLOCAL does not return an empty string, what does $ACLOCAL --version return ?

eweb2009