Don Ward wrote: > "Dan J" wrote: > >> #define HAVE_USLEEP 1 > This says that configure thinks you have a usleep() function somewhere. > This is different from my MinGW installation. > >> 1) I only installed MinGW yesterday and used MinGW-5.1.4.exe. >> 2) Using w32api3.11 > > Your installation is much newer than mine, but I think I am using the > same > w32api. > > You need to find out where configure is finding usleep. Looking at > config.log (search for "usleep") may help. You can also go to > /mingw/include, /usr/include, /usr/local/include, etc. and try "fgrep > usleep > *.h", "fgrep usleep */*.h", "fgrep usleep */*/*.h", etc. to look for it. > Then figure out why configure found it but your gnuradio compile didn't. > > -- Don W.
Hey did you figured out the problem? since i installed gnuradio and i am having exactly the same problem. I am unable to fix it so far. I can see the usleep.cc function in "C:\gnuradio-3.1.3\gnuradio-core\src\lib\missing" but i don't know how to make gnuradio find this. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio