mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Can't make sdl2_net and sdl2_mixer from git


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Can't make sdl2_net and sdl2_mixer from git
Date: Tue, 14 Jan 2014 14:35:20 +1100

On 14 Jan 2014, at 06:25, Bernd Kosmahl <address@hidden> wrote:

> Hi,
> I can't get sdl2_net and sdl2_mixer to install. I cloned the mxe git from 
> master and run the following command:
> 
> make sdl2 sdl2_net sdl2_mixer MXE_TARGETS='i686-pc-mingw32' JOBS=8
[…]
> MXE claims that some stuff was excluded but doesn't tell me why.

Some of the SDL2* packages are not available on i686-pc-mingw32 (uses newer 
directx version). Try using the *-w64-* targets instead:

make sdl2_net sdl2_mixer MXE_TARGETS=‘i686-w64-mingw32' JOBS=8

Cheers,

Tony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]