On 2006-01-01 16:54:25 -0700 Andreas Höschler <[EMAIL PROTECTED]> 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. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
