[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: backend problem
From: |
Adam Fedor |
Subject: |
Re: backend problem |
Date: |
Sun, 01 Jan 2006 17:07:16 -0700 |
On 2006-01-01 16:54:25 -0700 Andreas Höschler <ahoesch@smartsoft.de> wrote:
>
> OK, I did
>
> defaults write NSGlobalDomain GSBackend libgnustep-art
>
> and it started to work. I was not aware one had to specify this default. I
> never did that on other platforms and it nevertheless just worked. Is this
> due to a recent change in GNUstep?
>From the config.log file you sent:
$ ./configure --enable-graphics=art --with-name=art
if you specifically set the name of the backend, you need to set the GSBackend
default so that GNUstep will know the name of the new backend.