On Monday, December 2, 2019 at 8:31:00 PM UTC+1, Luc Moulinier wrote:
> I'm trying to compile the snack package v2.2.10 using tcl/tk 8.6.7 (64 bits) for macOS but the compilation failed (see below). As a test, I tried also to compile the unix version but it failed also.
>
> Does anyone know about a new version or a mac x86_64 compatible version.? Or is there an alternative to snack ?
No mac experience here. I used Fedora 22 srpms for my RHEL 6.5 without major problems. They have several patches and dependencies.
From the tcl-snack.spec:
BuildRequires: tcl-devel, tk-devel, libogg-devel, libvorbis-devel
BuildRequires: libXft-devel
BuildRequires: alsa-lib-devel
BuildRequires: python-devel
Requires: tcl(abi) = %{tcl_version}
...
%configure --disable-static --with-tcl=%{_libdir} --with-tk=%{_libdir} --with-ogg-include=%{_includedir} --with-ogg-lib=%{_libdir} --enable-alsa
make %{?_smp_mflags} EXTRACFLAGS="%{optflags}"
Versions:
SOURCES/libogg-1.1.4.tar.gz
SOURCES/snack2.2.10-nomp3.tar.gz
SOURCES/tcl-core8.6.4-src.tar.gz
Maybe this helps...