Bug #6598 2006-02-27 12:05

pmg

Compiling the source on Linux Fedora 3

Can someone give me a way to compile CodeBlocks on Fedora 3
I have set 
export ACLOCAL_FLAGS="--acdir=`wx-config --prefix`/share/aclocal"
and have run 
./bootstrap

This is a sample of the errors I am getting

aclocal:acinclude.m4:81: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:92: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:103: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:114: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:125: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:136: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:147: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:158: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:172: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:180: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:188: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:198: warning: macro `AM_CONDITIONAL' not found in library
aclocal:acinclude.m4:227: warning: macro `AM_CONDITIONAL' not found in library
aclocal:configure.in:7: warning: macro `AM_INIT_AUTOMAKE' not found in library
aclocal:configure.in:102: warning: macro `AM_CONDITIONAL' not found in library
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
src/plugins/Makefile.am:1: BUILD_ASTYLE does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:5: BUILD_CLASSWIZARD does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:9: BUILD_CODECOMPLETION does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:13: BUILD_COMPILER does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:17: BUILD_DEBUGGER does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:21: BUILD_MIMEHANDLER does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:25: BUILD_PLUGINWIZARD does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:29: BUILD_TODO does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:33: BUILD_MANIFEST does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:37: BUILD_CONTRIB does not appear in AM_CONDITIONAL
src/plugins/astyle/Makefile.am:10: Libtool library used but `LIBTOOL' is undefined
Category
Compiler
Group
 
Status
Closed
Close date
2006-03-01 08:03
Assigned to
 
mandrav 2006-03-01 08:03

Something's wrong with your autotools setup. Please use the forums (http://forums.codeblocks.org) for these errors. I 'm sure someone can help you there.