[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame 1.7.1rc1 released.



Well,
I cannot compile pygame-1.7.1rc1 on my linux box. I do not have X or alike,
so when I try to do:

python config.py
python setup.py

It starts building display module and fails with this:
---------------------------------------------------------
...
In file included from src/display.c:28:
/usr/local/include/SDL/SDL_syswm.h:56:22: X11/Xlib.h: No such file or
directory
/usr/local/include/SDL/SDL_syswm.h:57:23: X11/Xatom.h: No such file or
directory
In file included from src/display.c:28:
...
---------------------------------------------------------
Then it is much more errors of course.
SDL-1.2.8 works just fine with the frame buffer.
I can send a patch then, but no way I can verify that it works :(
Dmitry/

----- Original Message ----- 
From: "Rene Dudfield" <renesd@xxxxxxxxx>
To: <pygame-users@xxxxxxxx>
Sent: Wednesday, August 10, 2005 6:17 PM
Subject: Re: [pygame] pygame 1.7.1rc1 released.


yes please!  send me the patch!

On 8/11/05, Dmitry Borisov <jbors@xxxxxxx> wrote:
> Hi,
> Just wanted to ask if anyone need more functionality from Overlay.
> In my case I have implemented several new calls to deal with overlay
direct
> blitting.
> I have submitted that patch to Pete long time ago, but it was never put in