Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: SDL_Perl for Win32?

by PodMaster (Abbot)
on Feb 03, 2005 at 07:56 UTC ( [id://427549]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SDL_Perl for Win32?
in thread SDL_Perl for Win32?

Do binary installations of SDL include the headers?
Only if you get the Development Libraries ofcourse
C:\DEV\SDL_PERL\SDL-DEVEL-1.2.8-VC6 \---SDL-1.2.8 +---docs | \---html +---include \---lib
As you know, the build will fail without headers.
Yes, and the user will get a nice error message saying that SDL.h... can't be found. The user is ultimately responsible for managing those.
If you can show me a sane way to find the headers
use File::Spec; for my $inc ( @include_dirs ){ if( -e File::Spec->catfile( $inc, 'SDL.h' ){ die "Congratulation, you've got SDL.h"; } }

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://427549]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-23 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found