Package Details: wxmaxima 25.04.0-1

Git Clone URL: https://aur.archlinux.org/wxmaxima.git (read-only, click to copy)
Package Base: wxmaxima
Description: A wxWidgets GUI for the computer algebra system Maxima
Upstream URL: https://github.com/wxmaxima-developers/wxmaxima
Licenses: GPL-2.0-or-later
Submitter: arojas
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 21
Popularity: 1.13
First Submitted: 2022-04-01 18:53 (UTC)
Last Updated: 2025-04-28 15:35 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Pinned Comments

carlosal1015 commented on 2024-11-13 21:19 (UTC)

https://github.com/wxMaxima-developers/wxmaxima/issues/1970

carlosal1015 commented on 2022-04-10 20:36 (UTC)

Important note: Is recommended to receive the following key before to install:

$ gpg --recv-keys 5C86C0E4211D5B8E

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.

Latest Comments

1 2 3 4 5 Next › Last »

daesher commented on 2025-09-10 06:55 (UTC) (edited on 2025-09-10 06:57 (UTC) by daesher)

"Bug when pasting from LibreOffice or so: wxMaxima hangs." Fighting with that really critical bug compromissing not even Maxima, but also the whole ArchLinux, and then all modern linux distros (e.g., the most modern Mint and LMDE are suffering that bug), I found the following: The message is something about "/usr/src/debug/wxwidgets/wxWidgets/src/common/string.cpp(1175): assert "c < 0x80" failed in FromAscii(): Non-ASCII value passed to FromAscii()" This bug can be a bug of wxWidgets, but can be wrong usage of it by wxMaxima. The temporary solution is rebuilding wxWidgets source (changing the PKGBUILD preventing restoring the source) with commenting this accert. wxmaxima works fine after that. But this is, of course, the wrong way of fixing.

daesher commented on 2025-06-11 15:05 (UTC)

Bug when pasting from LibreOffice or so: wxMaxima hangs.

Zorn commented on 2025-03-21 14:27 (UTC)

Resolved. I downloaded the header file webviewhistoryitem_webkit.h from https://github.com/wxWidgets/wxWidgets/blob/master/include/wx/gtk/webviewhistoryitem_webkit.h and placed it in /usr/include/wx-3.2/wx/gtk/. However, I can't understand why the header file webviewhistoryitem_webkit.h is not placed in the wxwidgets-common 3.2.7.1 package. Can anyone explain it to me?

Zorn commented on 2025-03-18 18:52 (UTC) (edited on 2025-03-18 18:52 (UTC) by Zorn)

Error during compilation of wxmaxima

In file included from /home/zorn/.cache/yay/wxmaxima/src/wxmaxima-Version-25.01.0/src/Configuration.h:42,
                 from /home/zorn/.cache/yay/wxmaxima/src/wxmaxima-Version-25.01.0/src/Autocomplete.h:46,
                 from /home/zorn/.cache/yay/wxmaxima/src/wxmaxima-Version-25.01.0/src/Autocomplete.cpp:32:
/usr/include/wx-3.2/wx/webview.h:26:14: fatal error: wx/gtk/webviewhistoryitem_webkit.h: File o directory non esistente
   26 |     #include "wx/gtk/webviewhistoryitem_webkit.h"
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/wxmaxima.dir/build.make:93: src/CMakeFiles/wxmaxima.dir/Autocomplete.cpp.o] Error 1
.
.
.
wxmaxima - exit status 4

carlosal1015 commented on 2024-11-16 21:07 (UTC)

You're welcome.

Armag67 commented on 2024-11-16 19:47 (UTC)

Yep, now it works, and without the *.asc file (as viewed in PKGBUILD). Thanks!

OpusOne commented on 2024-11-13 22:00 (UTC)

It may be just temporary, but the wxmaxima maintainers haven't put the 'Version-24.11.0.tar.gz.asc' file in the github release artefacts for 24.11.0 (contrary to older releases), so the download fails.

Looking at past releases, the artefacts (beyond just the source code archives) seem to vary every time.

carlosal1015 commented on 2024-11-13 21:19 (UTC)

https://github.com/wxMaxima-developers/wxmaxima/issues/1970

ng0177 commented on 2024-06-30 16:49 (UTC) (edited on 2024-06-30 16:49 (UTC) by ng0177)

It still fails.