I am running puppy linux 4.0 and I am trying to compile C:B, have just compiled the latest version of WXW, and have run into a brick wall. I am following the tutorial at
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux and am using the stable code release (stable). When I run the ./bootstrap command, I get the these errors:
# ./bootstrap
svn: '.' is not a working copy
svn: '.' is not a working copy
libtoolize: '/usr/share/aclocal/libtool.m4 is serial 48, less than 51 in aclocal.m4'
To remain compatible, you should update your aclocal.m4 by running aclocal
./usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
run info '(automake)Extending aclocal '
or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
aclocal:configure.in:77: warning: macro 'AM_OPTIONS_WXCONFIG' not found in library
aclocal:configure.in:78: warning: macro 'AM_PATH_WXCONFIG' not found in library
I looked at the web page and i didn't think that was what i wanted (I could be wrong, i'm new to linux). So I did what the install guide told me to do:
# export ACLOCAL_FLAGS="-I 'wxconfig --prefix'/share/aclocal"
which replaced the errors that I had previously with:
aclocal: unrecognized option -- '--prefix'/share/aclocal'
Can someone please help me decipher these errors or give me different commands for install?