Package Details: wxmaxima 25.01.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: 19
Popularity: 0.63
First Submitted: 2022-04-01 18:53 (UTC)
Last Updated: 2025-02-02 03:22 (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 »

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.

carlosal1015 commented on 2024-06-11 13:39 (UTC)

Thanks @jankoh for look up. Let's do it

jankoh commented on 2024-06-11 11:25 (UTC) (edited on 2024-06-11 11:26 (UTC) by jankoh)

I just re-checked dependencies. The culprit is the unneded dependency to webkit2gtk, the correct package is webkit2gtk-4.1.

so the line should read:

depends=(maxima wxwidgets-gtk3 webkit2gtk-4.1)