Derelict / SDL error

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Dec 10 16:36:11 PST 2014


On 12/11/2014 4:17 AM, Paul wrote:
> On Wednesday, 10 December 2014 at 18:58:15 UTC, Paul wrote:
>
>> The two machines on which errors occur are a Mint 13 (32 bit) box and
>> an ageing laptop with Lubuntu 14.04. I've followed the same procedures
>> but the 64 bit obviously has the 64 bit dmd compiler.
>
> Just added SDL_image to this 64 bit system and the program works as
> expected with a *.png format image.
>
> http://picpaste.com/Screenshot_-_101214_-_19_14_15-cUuIeloG.png

More evidence pointing toward the system configuration on the problem 
machines. I'm quite far from being a Linux guru, but at this point I 
would be looking at removing the binaries I've compiled myself and 
installing the binary packages through apt-get (given that you're using 
Mint). If the test program runs with those shared libraries, then you 
can start looking for what went wrong when you compiled them yourself if 
you feel motivated to dig into it.


More information about the Digitalmars-d-learn mailing list