Am Freitag, den 24.07.2009, 00:15 +0200 schrieb Harald Geyer:
> Hi!
>
> A few years ago I volunteered translating wxmaxima to german.
>
> Obviously that was a bad idea as the translation is badly out of date.
> Also I found an issue (SFBug#2424139) in wxmaximas locale handling[1],
> but never got around to propose a fix.
>
> [1] https://sourceforge.net/tracker/index.php?func=detail&aid=2424139&group_id=126731&atid=707628
>
> I don't have the time to keep these tasks and I switched away from using
> wxmaxima (now only using plain console maxima) some time ago. Thus I
> call for volunteers to take over (or at least help) with the german
> translation of the wxmaxima UI.
>
> If you are interested please either contact Andrej Vodopivec
> <andrej.vodopivec at gmail.com> to work out commit access or send
> me patches should this be preferred. I will be happy to answer
> any questions you might have.
>
Hello Harald,
at first I have tried to compile wxMaxima on my Ubuntu notebook. I have
got the following problem, when I call ./bootstrap I get:
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
When I do ./configure, I get at the end the following error:
./configure: line 3940: AM_OPTIONS_WXCONFIG: command not found
./configure: line 3955: syntax error near unexpected token `2.8.4,'
./configure: line 3955: `AM_PATH_WXCONFIG(2.8.4, wxWin=1)'
The make does not work.
I have installed WxWidgets 2.8.10 on Ubuntu 9.04.
There is something missing, but I do not know what.
Dieter Kaiser