gnustep-dev
[Top][All Lists]
Advanced

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

Re: My first app


From: Adam Fedor
Subject: Re: My first app
Date: Tue, 16 Mar 2010 15:38:27 -0600

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.





reply via email to

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