[Discuss-gnuradio] Make fail...config.h:467: error: 'usleep' was not declared in this scope

2009-01-01 Thread Dan J
Hello, Finally was able to successfully configure gnuradio on Windows XP with MinGW/MSYS but fails during make. Does anyone have an idea of what's going on here? Thanks, Dan

RE: [Discuss-gnuradio] Make fail...config.h:467: error: 'usleep' was not declared in this scope

2009-01-01 Thread Dan J
Don, Thanks for the input. The result of "fgrep -i sleep config.h" is: fgrep -i sleep config.h /* Define to 1 if you have the `nanosleep' function. */ /* #undef HAVE_NANOSLEEP */ /* Define to 1 if you have the `sleep' function. */ /* #undef HAVE_SLEEP */ /* Define to 1 if you have win32 S