discuss-gnustep
[Top][All Lists]
Advanced

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

cairo backend on Solaris


From: Andreas Höschler
Subject: cairo backend on Solaris
Date: Sat, 26 Jan 2008 21:17:54 +0100

Hi all,

has anybody successfully got the cairo backend of GNUstep buult on Solaris 10? My current recipe looks as follows:

        gunzip glitz-0.5.6.tar.gz
        tar xvf glitz-0.5.6.tar
        cd glitz-0.5.6
        ./configure
        make
        make install

        gunzip cairo-1.4.14.tar.gz
        tar xvf cairo-1.4.14.tar
        cd cairo-1.4.14
        ./configure --enable-glitz
        make
        make install

        ...

        cd back
        ./configure

However, not even glitz builds for me

...
glitz_buffer_unbind                 0x3278      .libs/glitz_pixel.o
INT_glitz_context_make_current      0x27a       .libs/glitz_context.o
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
make[3]: *** [libglitz.la] Error 1
make[3]: Leaving directory `/src/glitz-0.5.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/src/glitz-0.5.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/glitz-0.5.6'

I can live with art for a while but I would appreciate if anybody got this running and would share his notes.

Thanks,

  Andreas





reply via email to

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