#48134: p5-sdl unusable ------------------------------+-------------------------------- Reporter: johan.schurer@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-sdl | ------------------------------+-------------------------------- Changes (by mojca@…): * cc: devans@… (added) * version: 2.3.3 => Comment: Here's a "minimum" example that fails: {{{ use SDL; use SDL::Video; SDL::init(SDL_INIT_VIDEO); my $display = SDL::Video::set_video_mode( 320, 320, 32, SDL_SWSURFACE ); }}} You can see an example in `examples/cookbook/1.pl`. This should be fixed and a test should be added to catch this problem (`port test p5.22-sdl` works fine). Someone should report this upstream (https://github.com/PerlGameDev/SDL/issues perhaps?) -- Ticket URL: <https://trac.macports.org/ticket/48134#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X