Hi,
Patrick Cardona wrote:
As you know, I am working on my PiSiN Desktop project with an
automated install process built on a set of bash scripts.
I was able to install all the relevant stuff and I am writing this
message with a stable release built a week ago (August 31).
But for several days, my tests are failling and my toolchain seems
broken. Although GNUstep core libs seem to build and install, I am
facing an error about "backend not found". So I cannot launch any app
built with GNUstep.
Do your scripts work on a clean environment? or do they do incremental
builds?
In theory all should be fine both ways, but one never knows.
Maybe my recent changes broke something, but I would be sure that in
the meanwhile nothing essential has changed on the Github repository
where I fetch the GNUstep core libs. Please, may you confirm nothing
has changed after August 31th?
Things still work for me, compiled today on 5 different systems!
Please check that the backend is installed.
Please check that it corresponds in version to the latest gui version
(they always need to be matched)
Please check that you did not override the default GSBackend
ls /System/Library/Libraries/gnustep-gui/Versions/
0.30 0.31 0.32
ls -ld /System/Library/Bundles/libgnustep-back-032.bundle
drwxr-xr-x 3 multix users 24 Aug 18 11:55
/System/Library/Bundles/libgnustep-back-032.bundle
Riccardo