I got the same problem (suse 10) as baboo, then tried out your new method Daniel, but I get errors :
configure.in:61: error: possibly undefined macro: AM_OPTIONS_WXCONFIG
I compile C::B on my Linux SuSE 10 tomorow. I read a read.me file. But I found some troubles.
I solve my troubles. I do:
- I download rpm by Daniel2000
- I install rpm and found src.tgz file
- I install C::B into ~/devel
- on execute ./bootstrap, I see errors (see above)
- I correct my ACLOCAL_FLAGS evnironment variable:
export ACLOCAL_FLAGS="
-I /usr/share/aclocal -I /usr/share/aclocal-1.9 --acdir=`wx-config --cflags` $ACLOCAL_FLAGS"
- ./bootstrap executed wih no problem
-I /usr/share/aclocal
-I /usr/share/aclocal-1.9this directories content macros AM_CONDITIONAL & similar macros.
I have low experience with Linux SuSE.
May be guru correct my method.
But this method is work on my SuSE 10.0.
PS export line I wrote by memory, may be some errors
SuSE 10.0
wxGTK+ 2.6.2 (downloaded from wxWidgets site, compiled with no problem)
C::B from Daniel2000 rpm for SuSE 10.0