discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

backend failure on NetBSD


From: Riccardo Mottola
Subject: backend failure on NetBSD
Date: Thu, 27 Jun 2013 00:58:12 +0200
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16

Hi,

I just compled gnustep on a NetBSD box, fresh install. I know it should
mostly work, since I have another laptop where I use it with success.
On this older laptop I have for spare I wanted to test a different set
up, namely using clang insteaf of gcc.

I installed whole core and libobjc2 (properly built with cmake, as
opposed to FreeBSD).

The backend should use xlib. When I start Ink I get:

narsil$ Ink
Error (objc-load):Shared object "libXext.so.7" not found
2013-06-27 00:46:53.073 Ink[5827] NSApplication.m:317  Assertion failed
in BOOL initialize_gnustep_backend().  Can't load object file from
backend at path /System/Library/Bundles/libgnustep-back-023.bundle
Ink: Uncaught exception NSInternalInconsistencyException, reason:
NSApplication.m:317  Assertion failed in BOOL
initialize_gnustep_backend().  Can't load object file from backend at
path /System/Library/Bundles/libgnustep-back-023.bundle

A file used at link-time is not found at run-time? a problem with -R/-L ?

Indeed, a lot of X libraries don't get found, checking with "ldd":

        -lXext.7 => not found
        -lXcursor.2 => not found
        -lXfixes.4 => not found
        -lXmu.7 => not found
        -lXt.7 => not found
        -lX11.7 => not found
        -lGL.2 => not found

Ideas??

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]