Hi bklaas, Thank you very much for your reply!
Actually I thought, hey cool, now I can build my own firmware for my controller, and get it to do all cool kinds of stuff. But right now I'll be happy if I could just compile the (damn) thing in the first place, so lets just say that I just want to run SqueezePlay from my desktop :) I assume you mean that I should just cd into the squeezeplay/src (and not squeezeos) directory and from here follow your directions? anyway, now I tried doing a make -f Makefile.linux clean followed by make -f Makefile.linux but now I get the error when trying to build the SDL it seems: gcc -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include/SDL -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include/freetype2 -g -pg -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -c ./src/video/x11/SDL_x11dyn.c -o build/SDL_x11dyn.o /bin/bash ./libtool --mode=compile gcc -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include/SDL -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include/freetype2 -g -pg -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -c ./src/video/x11/SDL_x11events.c -o build/SDL_x11events.lo gcc -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include/SDL -I/home/dengamle/code/squeezebox/7.1/squeezeplay//build/linux/include/freetype2 -g -pg -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -c ./src/video/x11/SDL_x11events.c -o build/SDL_x11events.o ./src/video/x11/SDL_x11events.c: In function 'X11_DispatchEvent': ./src/video/x11/SDL_x11events.c:583: error: 'SDL_SysWMmsg' has no member named 'subsystem' ./src/video/x11/SDL_x11events.c:583: error: 'SDL_SYSWM_X11' undeclared (first use in this function) ./src/video/x11/SDL_x11events.c:583: error: (Each undeclared identifier is reported only once ./src/video/x11/SDL_x11events.c:583: error: for each function it appears in.) ./src/video/x11/SDL_x11events.c:584: error: 'SDL_SysWMmsg' has no member named 'event' ./src/video/x11/SDL_x11events.c:610: error: 'SDL_SysWMmsg' has no member named 'subsystem' ./src/video/x11/SDL_x11events.c:611: error: 'SDL_SysWMmsg' has no member named 'event' make[1]: *** [build/SDL_x11events.lo] Error 1 make[1]: Leaving directory `/home/dengamle/code/squeezebox/7.1/squeezeplay/src/SDL-1.2.11' make: *** [sdl] Error 2 Do you have any idea how to get further from here? Could it be that my install of VMWare Tools went wrong somehow (my mouse tends to behave strangely sometimes)? Grateful for any help. Best regards dengamle. -- dengamle ------------------------------------------------------------------------ dengamle's Profile: http://forums.slimdevices.com/member.php?userid=17379 View this thread: http://forums.slimdevices.com/showthread.php?t=47339 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
