[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] Compiling without SDL_gfx
- To: pygame-users@xxxxxxxx
- Subject: [pygame] Compiling without SDL_gfx
- From: Evan Kroske <e.kroske@xxxxxxxxx>
- Date: Fri, 7 Aug 2009 16:53:42 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Fri, 07 Aug 2009 16:53:44 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=INt5d3jQvteWOWc+DElqurMFAcFcajs9ClJBmBuDwT4=; b=c9vuFGOJ7pAddVcVwqB7UhpM0zwtcEVBjSbxji43AcjytgJREFx4xCEpR3TFEfym8H x+PPs/guZBIfrIhClLtFeAxaERJq1frVZmQ4wIp9ZKwznu4AooD/77W8nW7JnU3kmrte Pla9+LgX5PFBB96fgym9Vr+2CY7rlviX9anhU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=H+tR7r++IaeyAf/2h+a2E1e9/p22ba35XPnpE5nCpbRIvAntsGSeTxZVhZ/GkhC/3i MGDEPZklVeS1NEaiPgFXVRoKoGEVEiRpPTufgdnWmG8xcBDp6L28Mf4fhqFCAp+nnWgd oH1p1ORR65FgkvUj7fFSaBDEWh6DL7tUB8JMc=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
When I try to change the pygame(2) makefile to keep it from linking to SDL_gfx, it doesn't work. The README file contains this example on how to disable SDL_gfx:
WITH_SDL_GFX=[yes|no|1|True] Example: make -DWITH_SDL_GFX=1
Build and install the pygame2.sdlgfx module. This wraps the
SDL_gfx library.
If I try to run that command, make tells me "invalid option -- 'D'". Anybody got an explanation? Thanks.
--
Evan Kroske
http://welcome2obscurity.blogspot.com/
The code, comments, and challenges of a novice
software developer desperate for attention.