Hi Riccardo,

To follow my previous message (no backend found), I tried again on a fresh system (debian 12.12, aarch64) and I noted the errors began with 'NSURLSession.m' while building 'libgnustep-base'.

To sumarize:

Prep:

- OS update: done
- Dependencies: done
- Building/Installing GCD (libdispatch): is ok
- Building/Installing: Cmake 4.2: is ok (binaries at $HOME/.local/bin)
- Building/Installing: libobjc2: is ok

Core GNUstep:

- Building/Installing tools-make: ok
With these configure options:
./configure \
        --with-layout=fhs \
        --enable-native-objc-exceptions \
        --enable-objc-arc \
        --enable-debug-by-default

- Building: libgnustep-base: errors begin at NSURLSession.m compile time: see below and in the attached log.
...

First message of error contains: "Cannot find interface declaration for NSURLSession".

The same happens if I build/install twice tools-make (the first time before libobjc2)

I join the LOG that begins at Core GNUsep install process.

My toolchain is using Clang-19 and llvm linker (not gold which seems deprecated).
export CC=/usr/bin/clang-19
export CXX=/usr/bin/clang++-19
export PATH=$HOME/.local/bin:/usr/local/bin/:$PATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export LD=/usr/bin/ld.lld
export LDFLAGS=-fuse-ld=/usr/bin/ld.lld

<PISIN_BUILD_GNUstep.log>


Patrick

--
Patrick Cardona - Pi400 - GNU/Linux (Debian 12 aarch64: RPI OS Lite)
Xorg (1:1.7.1-1.2) - libcairo2 (1.16.0-7+rpt1 arm64)
Window Maker (0.96.0) - GWorkspace (1.1.0 - 02 2025) - Theme: PiSiN - MUA: GNUMail (1.4.0)

Attachment: PISIN_BUILD_GNUstep.log
Description: Binary data

Reply via email to