Matthew Goeden wrote:
> I figured that that was the problem.  I do not have X installed.
>
> Last time I installed 2.0, I didn't need X.  Is there anyway around
> this without installing X?

You don't need X. The problem is that the setup.py file may need some
adjustments if you don't have X installed. I won't remove X on my
system just to test this. Please help me fixing the setup.py file. If
you don't have X, you can't build

# the display so module
display = Extension('kaa.display._Displaymodule',
                    [ 'src/display.c', 'src/sdl.c', 'src/x11display.c',
                      'src/x11window.c', 'src/imlib2.c', 'src/evas.c' ],
                    libraries = ['png', 'rt'],
                    config='src/config.h')

You only need to probe for X first. Please send a patch after you
fixed it.


Dischi

-- 
A day without sun shine is like, you know, night.

Attachment: pgpaarJYngspd.pgp
Description: PGP signature

Reply via email to