On Mar 16, 2010, at 3:31 PM, Vincent Richomme wrote: > Ok so now I really would like to play with your GNUstep baby, > I have compiled winlib and cairo backend : > > $ ./configure --prefix=/GNUstep --enable-server=win32 > --enable-graphics=winlib --with-name=winlib > $ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install > > $ ./configure --prefix=/GNUstep --enable-server=win32 > --enable-graphics=cairo --with-name=cairo > $ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install >
You have two different backends, with names that are different from the default backend name (--with-name), so you have to tell GNUstep which one to use. Try something like this: defaults write NSGlobalDomain GSBackend cairo for instance. _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
