german translation of wxmaxima



 
> dieter at dieter-laptop:~/workspace/wxmaxima$ ./bootstrap
> configure.in:54: warning: macro `AM_OPTIONS_WXCONFIG' not found in
> library
> configure.in:64: warning: macro `AM_PATH_WXCONFIG' not found in library

[...] 
 
> I have installed WxWidgets 2.8.10 on Ubuntu 9.04. 
> 
> There is something missing, but I do not know what.

This is what I have installed.

$ dpkg -l "*wx*" | grep ii 
ii  libwxbase2.6-0                     2.6.3.2.2-3   
ii  libwxbase2.8-0                     2.8.7.1-1.1  
ii  libwxbase2.8-dev                   2.8.7.1-1.1 
ii  libwxgtk2.6-0                      2.6.3.2.2-3
ii  libwxgtk2.8-0                      2.8.7.1-1.1
ii  libwxgtk2.8-dev                    2.8.7.1-1.1
ii  wx-common                          2.6.3.2.2-3
ii  wx2.8-headers                      2.8.7.1-1.1
 
>From your error message it seems you are missing wx-common ...

HTH,
Harald