Re: Proposal to deprecate Xlib backend

2006-12-26 Thread Fred Kiefer
Yen-Ju Chen schrieb: I guess this is the reason why transparency does not work in Cairo backend: cairo backend draw everything directly on xwindow. In -gui, an image is often draw on a hidden window, then composite on the destination. Because cairo backend draw directly on xwindow first,

Re: GNUmakefile and a strange case

2006-12-26 Thread José Pablo Fernández
On Tuesday 19 December 2006 21:44, Christopher Armstrong wrote: Hi gcc -o account.so -shared Account.os cli.os man.os User.os Group.os LoggedUser.os -L/usr/lib/GNUstep/System/Library/Libraries -lobjc -lgnustep-base scons: done building targets. Note with this you're linking against the

GNUstep packaging by TWW tools

2006-12-26 Thread T.J. Yang
I am not a software engineer so I can't help on swapping out xlib with cairo type of projects. but I want to have a FreeBSD type of packaging build system to maintain GNUstep. make gnustep-core-1.10 will unpack,patch,configure and build gnustep software components. It is very wasteful

Re: GNUmakefile and a strange case

2006-12-26 Thread Richard Frith-Macdonald
On 18 Dec 2006, at 22:49, José Pablo Fernández wrote: Hello, I have a strange situation here, it used to be a C library compiled with SCons, but now I am using ObjC and GNUstep and I was recommended to use GNUmakefiles because of the added goodies. Now, I need to create a library, the