discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] problem configuring gr-video-sdl on Cygwin


From: Martin Dvh
Subject: Re: [Discuss-gnuradio] problem configuring gr-video-sdl on Cygwin
Date: Mon, 05 Feb 2007 23:41:04 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20061113)

Achilleas Anastasopoulos wrote:
> Hey,
> 
> I have installed almost every component of gnuradio succesfully on
> cygwin except gr-video-sdl.
> I have already installed the sdl libraries but ./config
> on gnuradio fails on gr-video-sdl.
> 
> I am attaching config.log
> 
> Any thoughts as to what is wrong?

The problem seems to be in:
conftest.c -lwinmm  -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mno-cygwin 
-mwindows >&5
In file included from /usr/local/include/SDL/SDL_main.h:26,
                 from /usr/local/include/SDL/SDL.h:28,
                 from conftest.c:106:
/usr/local/include/SDL/SDL_stdinc.h:165:22: alloca.h: No such file or directory


This probably has to do with how SDL is compiled on your cygwin.
(Was it a cygwin buils or a mingw build (-mno-cygwin))
Cygwin has alloca.h, mingw has not.
I found this discussion using google:
http://blog.gmane.org/gmane.comp.lib.sdl/month=20061201

Greetings,
Martin
> 
> Thanks,
> Achilleas
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

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