Quantcast
Channel: Comments for FS-UAE Amiga Emulator
Viewing all articles
Browse latest Browse all 1877

Comment on Download FS-UAE – Development Version by Joshua Rodman

$
0
0

FWIW; i slowly stumbled to realize that the dev versions are happy with sdl 2, so i installed the sdl 2 dev framework. Still though;
jrodman@50-0-83-49:~/software/fsuae/fs-uae-2.3.11dev/macosx> make
make -C ..
make[1]: Entering directory `/Users/jrodman/software/fsuae/fs-uae-2.3.11dev’
make -C “libfsemu” debug=0 devel=0 \
optimize=1 android=0 sdl=2
make[2]: Entering directory `/Users/jrodman/software/fsuae/fs-uae-2.3.11dev/libfsemu’
gcc -DMACOSX -I/System/Library/Frameworks/OpenAL.framework/Headers -DUSE_SDL2 -DUSE_PNG -DUSE_GLIB -DUSE_SDL_VIDEO -DUSE_OPENGL -DUSE_SDL_INPUT -DUSE_OPENAL -DUSE_FREETYPE -DWITH_NETPLAY -DWITH_XML_SHADER -DWITH_LUA -std=c99 -Iinclude -Isrc/lua `sdl2-config –cflags` `pkg-config –cflags glib-2.0 gthread-2.0 libpng` `pkg-config –cflags freetype2` -D_FILE_OFFSET_BITS=64 -g -O2 -arch x86_64 -c src/emu/texture.c -o obj/emu_texture.o
/bin/sh: sdl2-config: command not found
src/emu/texture.c:11:17: error: SDL.h: No such file or directory
src/emu/texture.c:12:24: error: SDL_opengl.h: No such file or directory

Not really sure where sdl2-config should come from.

I guess next I’ll just build sdl from source too. Buh.


Viewing all articles
Browse latest Browse all 1877

Trending Articles