Package Details: wxgtk2.8 2.8.12.1-8

Git Clone URL: https://aur.archlinux.org/wxgtk2.8.git (read-only, click to copy)
Package Base: wxgtk2.8
Description: GTK+ implementation of wxWidgets API for GUI
Upstream URL: http://wxwidgets.org
Licenses: custom:wxWindows
Conflicts: wxgtk2.8-light
Provides: wxgtk2.8
Submitter: arojas
Maintainer: frazar0
Last Packager: frazar0
Votes: 32
Popularity: 0.012494
First Submitted: 2017-01-22 23:43 (UTC)
Last Updated: 2023-08-28 12:29 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

frazar0 commented on 2023-08-28 12:30 (UTC)

Re-added gstreamer0.10 dependency and fixed compilation error. Let me know if a better patch can be devised to fix the compilation error.

MarsSeed commented on 2023-08-27 17:48 (UTC)

This package used to link to gstreamer0.10.

But now it is just a duplicate of wxgtk2.8-light, which was created specifically to omit that dependency.

frazar0 commented on 2023-08-26 18:08 (UTC) (edited on 2023-08-28 12:34 (UTC) by frazar0)

UPDATE: See updated PKGBUILD for correct fix.

schnedan commented on 2023-08-16 19:19 (UTC)

Also I can confirm the "thread.h" issue

/tmp/trizen-danny/wxgtk2.8/src/wxPython-src-2.8.12.1/bk-deps g++ -c -o coredll_event.o -D__WXGTK__ -DWXBUILDING -I./src/regex -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/tmp/trizen-danny/wxgtk2.8/src/wxPython-src-2.8.12.1/lib/wx/include/gtk2-unicode-release-2.8 -I./include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -pthread -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto ./src/common/event.cpp ./src/unix/threadpsx.cpp:51:14: fatal error: thread.h: No such file or directory 51 | #include <thread.h> | ^~~~~~~~~~ compilation terminated.

FabioLolix commented on 2023-08-16 18:28 (UTC)

Please, install gconf first

That is building with devtools so is different

Mr.Smith1974 commented on 2023-08-16 18:27 (UTC)

@schnedan, Please, install gconf first

FabioLolix commented on 2023-08-16 18:27 (UTC)

error: target not found: gconf
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> gconf

You need to setup a local pacman repo and configure devtools for dependencies that are on AUR (I don't have an handy guide at the moment sorry), there is also a command to pass the packages but never used that

schnedan commented on 2023-08-16 18:22 (UTC)

just tried building with extra-x86_64-build

==> Checking buildtime dependencies...
==> Installing missing dependencies...
error: target not found: gconf
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> gconf
==> ERROR: Could not resolve all dependencies.
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/user/build

Mr.Smith1974 commented on 2023-07-31 15:47 (UTC)

grep -Pi "threadpsx.cpp" wxgtk2.8_build_log.txt

/home/qwerty/.cache/yay/wxgtk2.8/src/wxPython-src-2.8.12.1/bk-deps g++ -c -o basedll_threadpsx.o  -D__WXGTK__     -DWXBUILDING      -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/qwerty/.cache/yay/wxgtk2.8/src/wxPython-src-2.8.12.1/lib/wx/include/gtk2-unicode-release-2.8 -I./include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS ./src/unix/threadpsx.cpp

MarsSeed commented on 2023-07-31 15:31 (UTC)

@Mr.Smith1974, can you please share the lines from your log pertaining to the compilation of threadpsx.cpp?