|
|
@ -21,22 +21,9 @@ WARNINGS: |
|
|
|
install the package wxWidgets (also available in Slackbuilds.org). |
|
|
|
If you have both wxGTK3 and wxWidgets installed in your system, |
|
|
|
make sure that wxWidgets is installed after wxGTK. |
|
|
|
2) SAGA requires an ODBC driver in the system. It works both with |
|
|
|
iODBC (installed with the libiodbc package (included in Slackware |
|
|
|
15.0) and unixODBC (installed from the SBo's slackbuild). The build |
|
|
|
first searches for unixODBC then for iODBC. It fails if any driver |
|
|
|
is found. These drivers are in conflict so, if you have installed |
|
|
|
and then removed unixODBC, please make sure to reinstall libiodbc. |
|
|
|
You should also consider that a package prebuilt in a Slackware |
|
|
|
with unixODBC should not be installed in a system with iODBC (and |
|
|
|
vice versa). |
|
|
|
3) unixODBC is a required dependency in 32 bit systems: the source |
|
|
|
code of SAGA conflicts with the code of a libiodbc header |
|
|
|
(/usr/include/iodbcunix.h) and the build fails. This issue can be |
|
|
|
overcome by installing unixODBC from the SBo's slackbuild. |
|
|
|
4) For current users: the build of Python bindings fails since the |
|
|
|
upgrade of swig package to version 4.2 in current (January 2024). |
|
|
|
Therefore Saga with support to Python will be disabled in current |
|
|
|
if the version of swig installed is earlier than 4.0.2. If you |
|
|
|
require the support to Python you must downgrade swig to the version |
|
|
|
released in Slackware 15.0. |
|
|
|
2) SAGA requires an ODBC driver in the system. It works both with |
|
|
|
iODBC (installed with the libiodbc package (included in Slackware |
|
|
|
15.0) and unixODBC (installed from the SBo's slackbuild). The build |
|
|
|
first searches for unixODBC then for iODBC. |
|
|
|
3) unixODBC is a required dependency in 32 bit systems since the |
|
|
|
libiodbc headers cause a build failure during the compilation. |