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

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to