Don - Thanks for the info. I tried this but initially had a problem with
the first export statement due to the space before the equal sign.
Apparently that's not allowed. After that, configure went ok but I got
the following problem during make:
g++: I/usr/local/include/SDL: No such file or directory
In file included from video_sdl.cc:3585:
video_sdl_sink_uc.h:28:17: SDL.h: No such file or directory
[...]
Sorry about that. The first line got garbled. Instead of
export SDL_CFLAGS =I/usr/local/include/SDL
it should read:
export SDL_CFLAGS=-I/usr/local/include/SDL
(no space, but with "-").
-- Don W.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio