View Single Post
Old 10 August 2014, 12:02   #4
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
The configure script does not look for SDL2 framework, it uses pkg-config to find the includes and library flags.

You may be able to get to work by setting the following environment variables before running configure:
Code:
export SDL2_CFLAGS="-I/path/to/dir/containgin/SDL/header/files"
export SDL2_LIBS="-F/path/to/dir/containing/framework -framework SDL2"
(Alternatively, SDL 2.0.1 source tarball here: https://www.libsdl.org/release/SDL2-2.0.1.tar.gz)
FrodeSolheim is offline  
 
Page generated in 0.04186 seconds with 11 queries