You are not logged in.
My pkgbuild is on pastebin that I'm using to update saga-gis 2.1.1 and it won't compile against wxgtk 3.0.0
My compile output and the resulting error is on pastebin too.
I've been told that this could be because saga-gis is looking for or referencing the old wxgtk2.8 libs but I can't tell why.
I have the following packages related to wxwidgets installed on my Arch box:
1 extra/wxgtk 3.0.0-2 [installed]
GTK+ implementation of wxWidgets API for GUI
2 extra/wxgtk2.8 2.8.12.1-1 [installed]
GTK+ implementation of wxWidgets API for GUI
4 extra/wxpython 3.0.0.0-2 [installed]
A wxWidgets GUI toolkit for Python
5 extra/wxpython2.8 2.8.12.1-1 [installed]
A wxWidgets GUI toolkit for PythonLast edited by saultdon (2014-01-20 14:17:36)
"We don't inherit the land from our ancestors - we borrow it from our children."
Offline
Looks like the issue could be related to wxgtk being compiled with --enable-stl in the configure flags.
Trying to compile SAGA against wxgtk without --enable-stl to see if that works.
"We don't inherit the land from our ancestors - we borrow it from our children."
Offline
Yup, saga compiles against wxgtk when it's built without the --enable-slt flag. Luckily for me, saga-gis is the only package I have that relies on wxgtk>=3.0.0 so it shouldn't be affected.
"We don't inherit the land from our ancestors - we borrow it from our children."
Offline