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?
Search Criteria
Package Details: wxmaxima 25.01.0-1
Package Actions
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)
- maxima (maxima-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
- bash-completion (bash-completion-gitAUR) (optional) – for completion when using bash
- man-db (optional) – manual pages for wxMaxima
Required by (0)
Sources (1)
Zorn commented on 2025-03-21 14:27 (UTC)
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)
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)
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:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.