compile error building newest release on Cygwin

"David O'Toole" <[email protected]> Mon, 18 Nov 2019 11:59:46 -0500
Newsgroups gmane.comp.audio.ecasound.general
Message-ID <CAAz1J533Hd-pBB6v7=u22CwH3Nqr-Nh8Hx5mO_jru1qEtFs=ag@mail.gmail.com>
--===============2617590932091748118==
Content-Type: multipart/alternative; boundary="00000000000091da410597a1e061"

--00000000000091da410597a1e061
Content-Type: text/plain; charset="UTF-8"

Hi, I'm having trouble getting Ecasound 2.9.2 release to compile on Cygwin.
Below is a transcript of configuration and make, which fails with 'usleep
not declared in this scope'. Thanks in advance for any help or advice you
can offer, let me know if I can help with more information.

Sandy@LAPTOP-EF0KJKUO ~/ecasound-2.9.2
$ ./configure --disable-jack --disable-alsa --enable-oss
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
------------------------------------------------------------------
1. Section: Basic setup
------------------------------------------------------------------
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
Using generic settings for POSIX thread support.
checking for library containing pthread_create... none required
checking for library containing clock_gettime... none required
------------------------------------------------------------------
2. Section: Options for the configure script
------------------------------------------------------------------
checking whether to enable debugging... checking whether to check
design-by-contract assertions... yes
checking whether to enable effects... yes
checking for largefile support (>2GB files)...
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
yes
checking for artsc-config... none
checking samplerate.h usability... yes
checking samplerate.h presence... yes
checking for samplerate.h... yes
checking for python... /usr/bin/python
checking for Python include files... configure: WARNING: Python.h not found
checking for Python libraries... /usr/local/lib /usr/lib /usr/lib/python2.7
checking for ruby... none
------------------------------------------------------------------
3. Section: Programs
------------------------------------------------------------------
checking if C++ compiler supports namespaces... yes.
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-cygwin file names to
x86_64-unknown-cygwin format... func_convert_file_noop
checking how to convert x86_64-unknown-cygwin file names to toolchain
format... func_convert_file_noop
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object
files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive
import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries...
func_cygming_dll_for_implib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
------------------------------------------------------------------
4. Section: Libraries
------------------------------------------------------------------
checking for library containing inet_ntoa... none required
checking for library containing nanosleep... none required
checking for library containing sched_setscheduler... none required
checking for library containing socket... none required
checking for library containing sin... none required
checking for library containing dlopen... none required
checking for main in -lncurses... no
checking for main in -ltermcap... no
checking for main in -laudiofile... yes
checking for main in -lsndfile... no
no
checking for library containing snd_pcm_open... no
checking for snd_pcm_sw_params_set_tstamp_type... no
checking jack/jack.h usability... no
checking jack/jack.h presence... no
checking for jack/jack.h... no
no
Using JACK transport API version: 0
Using JACK feature set (ecasound specific): 0
checking for main in -lkvutils... no
checking whether to build with system readline... yes
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
configure: WARNING: *** readline headers not installed ***
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
configure: WARNING: *** readline history headers not installed ***
checking for main in -lreadline... no
configure: WARNING: *** readline support not installed ***
checking for main in -lhistory... no
configure: WARNING: *** readline support not installed ***
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBOIL... no
checking whether to use liboil... no
configure: WARNING: disabling liboil as library devel files are not
available
checking whether to use liblilv for LV2 support... checking for LIBLILV...
no
no
checking for LIBLO... no
checking whether to use liblo for OSC support... no
------------------------------------------------------------------
5. Section: Headers
------------------------------------------------------------------
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for sys/stat.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking for inttypes.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking ladspa.h usability... yes
checking ladspa.h presence... yes
checking for ladspa.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for ANSI C header files... (cached) yes
checking map usability... yes
checking map presence... yes
checking for map... yes
------------------------------------------------------------------
6. Section: Typedefs and structures
------------------------------------------------------------------
checking whether byte ordering is bigendian... no
checking for size_t... yes
------------------------------------------------------------------
7. Section: Functions
------------------------------------------------------------------
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for execvp... yes
checking for gettimeofday... yes
checking for pthread_mutexattr_init... yes
checking for clock_gettime... yes
checking for mlockall... no
checking for munlockall... no
checking for nanosleep... yes
checking for pause... yes
checking for posix_memalign... yes
checking for pthread_self... yes
checking for pthread_getschedparam... yes
checking for pthread_setschedparam... yes
checking for pthread_sigmask... yes
checking for pthread_kill... yes
checking for sched_get_priority_max... yes
checking for sched_getparam... yes
checking for sched_getscheduler... yes
checking for sched_setscheduler... yes
checking for setlocale... yes
checking for sigprocmask... yes
checking for sigwait... yes
checking for usleep... yes
------------------------------------------------------------------
8. Section: Output
------------------------------------------------------------------
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libecasound/Makefile
config.status: creating libecasound/libecasound-config
config.status: creating libecasound/plugins/Makefile
config.status: creating libecasoundc/Makefile
config.status: creating libecasoundc/libecasoundc-config
config.status: creating pyecasound/Makefile
config.status: creating rubyecasound/Makefile
config.status: creating ecasound/Makefile
config.status: creating ecatools/Makefile
config.status: creating kvutils/Makefile
config.status: creating Documentation/Makefile
config.status: creating Documentation/users_guide/Makefile
config.status: creating Documentation/programmers_guide/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
-----------------------------------------------------------------
Following packages are now configured:
ecasound:               yes (ecasound,libecasound,libecasoundc)
ecatools:               yes
pyecasound:             yes (as native Python module)
rubyecasound:           no
libkvutils:             yes
-----------------------------------------------------------------
Compiler options:
CFLAGS:                  -ffast-math -fstrict-aliasing -DNDEBUG
-DENABLE_DBC -g -O2
CXXFLAGS:                -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG
-DENABLE_DBC -g -O2
CPPFLAGS:                -D_REENTRANT -D_XOPEN_SOURCE=600
LDFLAGS:
-----------------------------------------------------------------
Following features were selected:
Debugging info:         no
Effects enabled:        yes
Termcap:                none
Use system readline:    no
Use curses interface:   no
Libaudiofile:           yes
Libsndfile:             no
ALSA support:           no
OSS support:            yes
aRts support:           no
JACK support:           no
Libsamplerate support   yes
LV2 (liblilv) support:  no
Liboil support:         no
Liblo (OSC) support:    no
-----------------------------------------------------------------
Following directories are used:
Directory prefix:       /usr/local
Python module dir:      /usr/lib/python2.7/site-packages
Ruby module dir:
Extra headers:
Extra libs:             -lsamplerate -laudiofile
-------------------------------------------------------------------
Type 'make' to compile the package and 'make install' to install.
Remember to use GNU Make, often installed as 'gmake'.
-------------------------------------------------------------------

Sandy@LAPTOP-EF0KJKUO ~/ecasound-2.9.2
$ make
make  all-recursive
make[1]: Entering directory '/home/Sandy/ecasound-2.9.2'
Making all in kvutils
make[2]: Entering directory '/home/Sandy/ecasound-2.9.2/kvutils'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_dbc.lo -MD -MP -MF ".deps/kvu_dbc.Tpo" -c -o kvu_dbc.lo
kvu_dbc.cpp; \
then mv -f ".deps/kvu_dbc.Tpo" ".deps/kvu_dbc.Plo"; else rm -f
".deps/kvu_dbc.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_dbc.lo
-MD -MP -MF .deps/kvu_dbc.Tpo -c kvu_dbc.cpp  -DDLL_EXPORT -DPIC -o
.libs/kvu_dbc.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_dbc.lo
-MD -MP -MF .deps/kvu_dbc.Tpo -c kvu_dbc.cpp -o kvu_dbc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_debug.lo -MD -MP -MF ".deps/kvu_debug.Tpo" -c -o kvu_debug.lo
kvu_debug.cpp; \
then mv -f ".deps/kvu_debug.Tpo" ".deps/kvu_debug.Plo"; else rm -f
".deps/kvu_debug.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_debug.lo
-MD -MP -MF .deps/kvu_debug.Tpo -c kvu_debug.cpp  -DDLL_EXPORT -DPIC -o
.libs/kvu_debug.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_debug.lo
-MD -MP -MF .deps/kvu_debug.Tpo -c kvu_debug.cpp -o kvu_debug.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_com_line.lo -MD -MP -MF ".deps/kvu_com_line.Tpo" -c -o
kvu_com_line.lo kvu_com_line.cpp; \
then mv -f ".deps/kvu_com_line.Tpo" ".deps/kvu_com_line.Plo"; else rm -f
".deps/kvu_com_line.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_com_line.lo -MD -MP -MF .deps/kvu_com_line.Tpo -c kvu_com_line.cpp
 -DDLL_EXPORT -DPIC -o .libs/kvu_com_line.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_com_line.lo -MD -MP -MF .deps/kvu_com_line.Tpo -c kvu_com_line.cpp -o
kvu_com_line.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_fd_io.lo -MD -MP -MF ".deps/kvu_fd_io.Tpo" -c -o kvu_fd_io.lo
kvu_fd_io.cpp; \
then mv -f ".deps/kvu_fd_io.Tpo" ".deps/kvu_fd_io.Plo"; else rm -f
".deps/kvu_fd_io.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_fd_io.lo
-MD -MP -MF .deps/kvu_fd_io.Tpo -c kvu_fd_io.cpp  -DDLL_EXPORT -DPIC -o
.libs/kvu_fd_io.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_fd_io.lo
-MD -MP -MF .deps/kvu_fd_io.Tpo -c kvu_fd_io.cpp -o kvu_fd_io.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_locks.lo -MD -MP -MF ".deps/kvu_locks.Tpo" -c -o kvu_locks.lo
kvu_locks.cpp; \
then mv -f ".deps/kvu_locks.Tpo" ".deps/kvu_locks.Plo"; else rm -f
".deps/kvu_locks.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_locks.lo
-MD -MP -MF .deps/kvu_locks.Tpo -c kvu_locks.cpp  -DDLL_EXPORT -DPIC -o
.libs/kvu_locks.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_locks.lo
-MD -MP -MF .deps/kvu_locks.Tpo -c kvu_locks.cpp -o kvu_locks.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_message_item.lo -MD -MP -MF ".deps/kvu_message_item.Tpo" -c -o
kvu_message_item.lo kvu_message_item.cpp; \
then mv -f ".deps/kvu_message_item.Tpo" ".deps/kvu_message_item.Plo"; else
rm -f ".deps/kvu_message_item.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_message_item.lo -MD -MP -MF .deps/kvu_message_item.Tpo -c
kvu_message_item.cpp  -DDLL_EXPORT -DPIC -o .libs/kvu_message_item.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_message_item.lo -MD -MP -MF .deps/kvu_message_item.Tpo -c
kvu_message_item.cpp -o kvu_message_item.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_numtostr.lo -MD -MP -MF ".deps/kvu_numtostr.Tpo" -c -o
kvu_numtostr.lo kvu_numtostr.cpp; \
then mv -f ".deps/kvu_numtostr.Tpo" ".deps/kvu_numtostr.Plo"; else rm -f
".deps/kvu_numtostr.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_numtostr.lo -MD -MP -MF .deps/kvu_numtostr.Tpo -c kvu_numtostr.cpp
 -DDLL_EXPORT -DPIC -o .libs/kvu_numtostr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_numtostr.lo -MD -MP -MF .deps/kvu_numtostr.Tpo -c kvu_numtostr.cpp -o
kvu_numtostr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_procedure_timer.lo -MD -MP -MF ".deps/kvu_procedure_timer.Tpo"
-c -o kvu_procedure_timer.lo kvu_procedure_timer.cpp; \
then mv -f ".deps/kvu_procedure_timer.Tpo" ".deps/kvu_procedure_timer.Plo";
else rm -f ".deps/kvu_procedure_timer.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_procedure_timer.lo -MD -MP -MF .deps/kvu_procedure_timer.Tpo -c
kvu_procedure_timer.cpp  -DDLL_EXPORT -DPIC -o .libs/kvu_procedure_timer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_procedure_timer.lo -MD -MP -MF .deps/kvu_procedure_timer.Tpo -c
kvu_procedure_timer.cpp -o kvu_procedure_timer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_rtcaps.lo -MD -MP -MF ".deps/kvu_rtcaps.Tpo" -c -o
kvu_rtcaps.lo kvu_rtcaps.cpp; \
then mv -f ".deps/kvu_rtcaps.Tpo" ".deps/kvu_rtcaps.Plo"; else rm -f
".deps/kvu_rtcaps.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_rtcaps.lo
-MD -MP -MF .deps/kvu_rtcaps.Tpo -c kvu_rtcaps.cpp  -DDLL_EXPORT -DPIC -o
.libs/kvu_rtcaps.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_rtcaps.lo
-MD -MP -MF .deps/kvu_rtcaps.Tpo -c kvu_rtcaps.cpp -o kvu_rtcaps.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_temporary_file_directory.lo -MD -MP -MF
".deps/kvu_temporary_file_directory.Tpo" -c -o
kvu_temporary_file_directory.lo kvu_temporary_file_directory.cpp; \
then mv -f ".deps/kvu_temporary_file_directory.Tpo"
".deps/kvu_temporary_file_directory.Plo"; else rm -f
".deps/kvu_temporary_file_directory.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_temporary_file_directory.lo -MD -MP -MF
.deps/kvu_temporary_file_directory.Tpo -c kvu_temporary_file_directory.cpp
 -DDLL_EXPORT -DPIC -o .libs/kvu_temporary_file_directory.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_temporary_file_directory.lo -MD -MP -MF
.deps/kvu_temporary_file_directory.Tpo -c kvu_temporary_file_directory.cpp
-o kvu_temporary_file_directory.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_threads.lo -MD -MP -MF ".deps/kvu_threads.Tpo" -c -o
kvu_threads.lo kvu_threads.cpp; \
then mv -f ".deps/kvu_threads.Tpo" ".deps/kvu_threads.Plo"; else rm -f
".deps/kvu_threads.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_threads.lo -MD -MP -MF .deps/kvu_threads.Tpo -c kvu_threads.cpp
 -DDLL_EXPORT -DPIC -o .libs/kvu_threads.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT
kvu_threads.lo -MD -MP -MF .deps/kvu_threads.Tpo -c kvu_threads.cpp -o
kvu_threads.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I..    -ffast-math -fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g
-O2 -MT kvu_utils.lo -MD -MP -MF ".deps/kvu_utils.Tpo" -c -o kvu_utils.lo
kvu_utils.cpp; \
then mv -f ".deps/kvu_utils.Tpo" ".deps/kvu_utils.Plo"; else rm -f
".deps/kvu_utils.Tpo"; exit 1; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math
-fstrict-aliasing -std=c++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_utils.lo
-MD -MP -MF .deps/kvu_utils.Tpo -c kvu_utils.cpp  -DDLL_EXPORT -DPIC -o
.libs/kvu_utils.o
kvu_utils.cpp: In function 'int kvu_sleep(long int, long int)':
kvu_utils.cpp:680:9: error: 'usleep' was not declared in this scope
   ret = usleep(seconds * 1000000 + nanoseconds / 1000);
         ^~~~~~
kvu_utils.cpp:680:9: note: suggested alternative: 'sleep'
   ret = usleep(seconds * 1000000 + nanoseconds / 1000);
         ^~~~~~
         sleep
make[2]: *** [Makefile:460: kvu_utils.lo] Error 1
make[2]: Leaving directory '/home/Sandy/ecasound-2.9.2/kvutils'
make[1]: *** [Makefile:340: all-recursive] Error 1
make[1]: Leaving directory '/home/Sandy/ecasound-2.9.2'
make: *** [Makefile:269: all] Error 2
]0;~/ecasound-2.9.2

--00000000000091da410597a1e061
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi, I&#39;m having trouble getting Ecasound 2.9.2 rel=
ease to compile on Cygwin. Below is a transcript of configuration and make,=
 which fails with &#39;usleep not declared in this scope&#39;. Thanks in ad=
vance for any help or advice you can offer, let me know if I can help with =
more information.</div><div><br></div><div>Sandy@LAPTOP-EF0KJKUO ~/ecasound=
-2.9.2<br>$ ./configure --disable-jack --disable-alsa --enable-oss <br>chec=
king for a BSD-compatible install... /usr/bin/install -c<br>checking whethe=
r build environment is sane... yes<br>checking for gawk... gawk<br>checking=
 whether make sets $(MAKE)... yes<br>--------------------------------------=
----------------------------<br>1. Section: Basic setup<br>----------------=
--------------------------------------------------<br>checking for gcc... g=
cc<br>checking whether the C compiler works... yes<br>checking for C compil=
er default output file name... a.exe<br>checking for suffix of executables.=
.. .exe<br>checking whether we are cross compiling... no<br>checking for su=
ffix of object files... o<br>checking whether we are using the GNU C compil=
er... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc opt=
ion to accept ISO C89... none needed<br>checking for style of include used =
by make... GNU<br>checking dependency style of gcc... gcc3<br>checking for =
g++... g++<br>checking whether we are using the GNU C++ compiler... yes<br>=
checking whether g++ accepts -g... yes<br>checking dependency style of g++.=
.. gcc3<br>checking how to run the C preprocessor... gcc -E<br>checking bui=
ld system type... x86_64-unknown-cygwin<br>checking host system type... x86=
_64-unknown-cygwin<br>Using generic settings for POSIX thread support.<br>c=
hecking for library containing pthread_create... none required<br>checking =
for library containing clock_gettime... none required<br>------------------=
------------------------------------------------<br>2. Section: Options for=
 the configure script<br>--------------------------------------------------=
----------------<br>checking whether to enable debugging... checking whethe=
r to check design-by-contract assertions... yes<br>checking whether to enab=
le effects... yes<br>checking for largefile support (&gt;2GB files)...<br>c=
hecking for special C compiler options needed for large files... no<br>chec=
king for _FILE_OFFSET_BITS value needed for large files... no<br>checking h=
ow to run the C++ preprocessor... g++ -E<br>checking for grep that handles =
long lines and -e... /usr/bin/grep<br>checking for egrep... /usr/bin/grep -=
E<br>checking for ANSI C header files... yes<br>checking for sys/types.h...=
 yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>c=
hecking for string.h... yes<br>checking for memory.h... yes<br>checking for=
 strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.=
h... yes<br>checking for unistd.h... yes<br>checking sys/soundcard.h usabil=
ity... yes<br>checking sys/soundcard.h presence... yes<br>checking for sys/=
soundcard.h... yes<br>yes<br>checking for artsc-config... none<br>checking =
samplerate.h usability... yes<br>checking samplerate.h presence... yes<br>c=
hecking for samplerate.h... yes<br>checking for python... /usr/bin/python<b=
r>checking for Python include files... configure: WARNING: Python.h not fou=
nd<br>checking for Python libraries... /usr/local/lib /usr/lib /usr/lib/pyt=
hon2.7<br>checking for ruby... none<br>------------------------------------=
------------------------------<br>3. Section: Programs <br>----------------=
--------------------------------------------------<br>checking if C++ compi=
ler supports namespaces... yes.<br>checking how to print strings... printf<=
br>checking for a sed that does not truncate output... /usr/bin/sed<br>chec=
king for fgrep... /usr/bin/grep -F<br>checking for ld used by gcc... /usr/x=
86_64-pc-cygwin/bin/ld.exe<br>checking if the linker (/usr/x86_64-pc-cygwin=
/bin/ld.exe) is GNU ld... yes<br>checking for BSD- or MS-compatible name li=
ster (nm)... /usr/bin/nm -B<br>checking the name lister (/usr/bin/nm -B) in=
terface... BSD nm<br>checking whether ln -s works... yes<br>checking the ma=
ximum length of command line arguments... 8192<br>checking whether the shel=
l understands some XSI constructs... yes<br>checking whether the shell unde=
rstands &quot;+=3D&quot;... yes<br>checking how to convert x86_64-unknown-c=
ygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop<=
br>checking how to convert x86_64-unknown-cygwin file names to toolchain fo=
rmat... func_convert_file_noop<br>checking for /usr/x86_64-pc-cygwin/bin/ld=
.exe option to reload object files... -r<br>checking for objdump... objdump=
<br>checking how to recognize dependent libraries... file_magic ^x86 archiv=
e import|^x86 DLL<br>checking for dlltool... dlltool<br>checking how to ass=
ociate runtime and link libraries... func_cygming_dll_for_implib<br>checkin=
g for ar... ar<br>checking for archiver @FILE support... @<br>checking for =
strip... strip<br>checking for ranlib... ranlib<br>checking command to pars=
e /usr/bin/nm -B output from gcc object... ok<br>checking for sysroot... no=
<br>checking for mt... no<br>checking if : is a manifest tool... no<br>chec=
king for dlfcn.h... yes<br>checking for objdir... .libs<br>checking if gcc =
supports -fno-rtti -fno-exceptions... no<br>checking for gcc option to prod=
uce PIC... -DDLL_EXPORT -DPIC<br>checking if gcc PIC flag -DDLL_EXPORT -DPI=
C works... yes<br>checking if gcc static flag -static works... yes<br>check=
ing if gcc supports -c -o file.o... yes<br>checking if gcc supports -c -o f=
ile.o... (cached) yes<br>checking whether the gcc linker (/usr/x86_64-pc-cy=
gwin/bin/ld.exe) supports shared libraries... yes<br>checking whether -lc s=
hould be explicitly linked in... yes<br>checking dynamic linker characteris=
tics... Win32 ld.exe<br>checking how to hardcode library paths into program=
s... immediate<br>checking whether stripping libraries is possible... yes<b=
r>checking if libtool supports shared libraries... yes<br>checking whether =
to build shared libraries... yes<br>checking whether to build static librar=
ies... yes<br>checking how to run the C++ preprocessor... g++ -E<br>checkin=
g for ld used by g++... /usr/x86_64-pc-cygwin/bin/ld.exe<br>checking if the=
 linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes<br>checking whe=
ther the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libr=
aries... yes<br>checking for g++ option to produce PIC... -DDLL_EXPORT -DPI=
C<br>checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes<br>checking i=
f g++ static flag -static works... yes<br>checking if g++ supports -c -o fi=
le.o... yes<br>checking if g++ supports -c -o file.o... (cached) yes<br>che=
cking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports sh=
ared libraries... yes<br>checking dynamic linker characteristics... Win32 l=
d.exe<br>checking how to hardcode library paths into programs... immediate<=
br>------------------------------------------------------------------<br>4.=
 Section: Libraries<br>----------------------------------------------------=
--------------<br>checking for library containing inet_ntoa... none require=
d<br>checking for library containing nanosleep... none required<br>checking=
 for library containing sched_setscheduler... none required<br>checking for=
 library containing socket... none required<br>checking for library contain=
ing sin... none required<br>checking for library containing dlopen... none =
required<br>checking for main in -lncurses... no<br>checking for main in -l=
termcap... no<br>checking for main in -laudiofile... yes<br>checking for ma=
in in -lsndfile... no<br>no<br>checking for library containing snd_pcm_open=
... no<br>checking for snd_pcm_sw_params_set_tstamp_type... no<br>checking =
jack/jack.h usability... no<br>checking jack/jack.h presence... no<br>check=
ing for jack/jack.h... no<br>no<br>Using JACK transport API version: 0<br>U=
sing JACK feature set (ecasound specific): 0<br>checking for main in -lkvut=
ils... no<br>checking whether to build with system readline... yes<br>check=
ing readline.h usability... no<br>checking readline.h presence... no<br>che=
cking for readline.h... no<br>checking readline/readline.h usability... no<=
br>checking readline/readline.h presence... no<br>checking for readline/rea=
dline.h... no<br>configure: WARNING: *** readline headers not installed ***=
<br>checking history.h usability... no<br>checking history.h presence... no=
<br>checking for history.h... no<br>checking readline/history.h usability..=
. no<br>checking readline/history.h presence... no<br>checking for readline=
/history.h... no<br>configure: WARNING: *** readline history headers not in=
stalled ***<br>checking for main in -lreadline... no<br>configure: WARNING:=
 *** readline support not installed ***<br>checking for main in -lhistory..=
. no<br>configure: WARNING: *** readline support not installed ***<br>check=
ing for pkg-config... /usr/bin/pkg-config<br>checking pkg-config is at leas=
t version 0.9.0... yes<br>checking for LIBOIL... no<br>checking whether to =
use liboil... no<br>configure: WARNING: disabling liboil as library devel f=
iles are not available<br>checking whether to use liblilv for LV2 support..=
. checking for LIBLILV... no<br>no<br>checking for LIBLO... no<br>checking =
whether to use liblo for OSC support... no<br>-----------------------------=
-------------------------------------<br>5. Section: Headers<br>-----------=
-------------------------------------------------------<br>checking whether=
 time.h and sys/time.h may both be included... yes<br>checking for dlfcn.h.=
.. (cached) yes<br>checking errno.h usability... yes<br>checking errno.h pr=
esence... yes<br>checking for errno.h... yes<br>checking fcntl.h usability.=
.. yes<br>checking fcntl.h presence... yes<br>checking for fcntl.h... yes<b=
r>checking regex.h usability... yes<br>checking regex.h presence... yes<br>=
checking for regex.h... yes<br>checking signal.h usability... yes<br>checki=
ng signal.h presence... yes<br>checking for signal.h... yes<br>checking for=
 unistd.h... (cached) yes<br>checking sys/poll.h usability... yes<br>checki=
ng sys/poll.h presence... yes<br>checking for sys/poll.h... yes<br>checking=
 for sys/stat.h... (cached) yes<br>checking sys/socket.h usability... yes<b=
r>checking sys/socket.h presence... yes<br>checking for sys/socket.h... yes=
<br>checking sys/time.h usability... yes<br>checking sys/time.h presence...=
 yes<br>checking for sys/time.h... yes<br>checking for sys/types.h... (cach=
ed) yes<br>checking sys/wait.h usability... yes<br>checking sys/wait.h pres=
ence... yes<br>checking for sys/wait.h... yes<br>checking sys/select.h usab=
ility... yes<br>checking sys/select.h presence... yes<br>checking for sys/s=
elect.h... yes<br>checking execinfo.h usability... no<br>checking execinfo.=
h presence... no<br>checking for execinfo.h... no<br>checking features.h us=
ability... yes<br>checking features.h presence... yes<br>checking for featu=
res.h... yes<br>checking for inttypes.h... (cached) yes<br>checking locale.=
h usability... yes<br>checking locale.h presence... yes<br>checking for loc=
ale.h... yes<br>checking ladspa.h usability... yes<br>checking ladspa.h pre=
sence... yes<br>checking for ladspa.h... yes<br>checking sched.h usability.=
.. yes<br>checking sched.h presence... yes<br>checking for sched.h... yes<b=
r>checking for stdint.h... (cached) yes<br>checking sys/mman.h usability...=
 yes<br>checking sys/mman.h presence... yes<br>checking for sys/mman.h... y=
es<br>checking termios.h usability... yes<br>checking termios.h presence...=
 yes<br>checking for termios.h... yes<br>checking for ANSI C header files..=
. (cached) yes<br>checking map usability... yes<br>checking map presence...=
 yes<br>checking for map... yes<br>----------------------------------------=
--------------------------<br>6. Section: Typedefs and structures<br>------=
------------------------------------------------------------<br>checking wh=
ether byte ordering is bigendian... no<br>checking for size_t... yes<br>---=
---------------------------------------------------------------<br>7. Secti=
on: Functions<br>----------------------------------------------------------=
--------<br>checking for stdlib.h... (cached) yes<br>checking for unistd.h.=
.. (cached) yes<br>checking for sys/param.h... yes<br>checking for getpages=
ize... yes<br>checking for working mmap... yes<br>checking for execvp... ye=
s<br>checking for gettimeofday... yes<br>checking for pthread_mutexattr_ini=
t... yes<br>checking for clock_gettime... yes<br>checking for mlockall... n=
o<br>checking for munlockall... no<br>checking for nanosleep... yes<br>chec=
king for pause... yes<br>checking for posix_memalign... yes<br>checking for=
 pthread_self... yes<br>checking for pthread_getschedparam... yes<br>checki=
ng for pthread_setschedparam... yes<br>checking for pthread_sigmask... yes<=
br>checking for pthread_kill... yes<br>checking for sched_get_priority_max.=
.. yes<br>checking for sched_getparam... yes<br>checking for sched_getsched=
uler... yes<br>checking for sched_setscheduler... yes<br>checking for setlo=
cale... yes<br>checking for sigprocmask... yes<br>checking for sigwait... y=
es<br>checking for usleep... yes<br>---------------------------------------=
---------------------------<br>8. Section: Output<br>----------------------=
--------------------------------------------<br>configure: creating ./confi=
g.status<br>config.status: creating Makefile<br>config.status: creating lib=
ecasound/Makefile<br>config.status: creating libecasound/libecasound-config=
<br>config.status: creating libecasound/plugins/Makefile<br>config.status: =
creating libecasoundc/Makefile<br>config.status: creating libecasoundc/libe=
casoundc-config<br>config.status: creating pyecasound/Makefile<br>config.st=
atus: creating rubyecasound/Makefile<br>config.status: creating ecasound/Ma=
kefile<br>config.status: creating ecatools/Makefile<br>config.status: creat=
ing kvutils/Makefile<br>config.status: creating Documentation/Makefile<br>c=
onfig.status: creating Documentation/users_guide/Makefile<br>config.status:=
 creating Documentation/programmers_guide/Makefile<br>config.status: creati=
ng examples/Makefile<br>config.status: creating config.h<br>config.status: =
config.h is unchanged<br>config.status: executing depfiles commands<br>conf=
ig.status: executing libtool commands<br>----------------------------------=
-------------------------------<br>Following packages are now configured:<b=
r>ecasound: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 yes (ecasound,=
libecasound,libecasoundc)<br>ecatools: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 yes<br>pyecasound: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
yes (as native Python module)<br>rubyecasound: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 no<br>libkvutils: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 yes<br>-=
----------------------------------------------------------------<br>Compile=
r options:<br>CFLAGS: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0-ffast-math -fstrict-aliasing -DNDEBUG -DENABLE_DBC -g -O2<br>CXX=
FLAGS: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-ffast-math -=
fstrict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2<br>CPPFLAGS: =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-D_REENTRANT -D_XOPEN_S=
OURCE=3D600 <br>LDFLAGS: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 <br>----------------------------------------------------------------=
-<br>Following features were selected:<br>Debugging info: =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 no<br>Effects enabled: =C2=A0 =C2=A0 =C2=A0 =C2=A0yes<br>Termcap=
: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0none<br>Use system=
 readline: =C2=A0 =C2=A0no<br>Use curses interface: =C2=A0 no<br>Libaudiofi=
le: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 yes<br>Libsndfile: =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 no<br>ALSA support: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 no<br>OSS support: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0yes<br>a=
Rts support: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no<br>JACK support: =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 no<br>Libsamplerate support =C2=A0 yes<br>LV2 (=
liblilv) support: =C2=A0no<br>Liboil support: =C2=A0 =C2=A0 =C2=A0 =C2=A0 n=
o<br>Liblo (OSC) support: =C2=A0 =C2=A0no<br>------------------------------=
-----------------------------------<br>Following directories are used:<br>D=
irectory prefix: =C2=A0 =C2=A0 =C2=A0 /usr/local<br>Python module dir: =C2=
=A0 =C2=A0 =C2=A0/usr/lib/python2.7/site-packages<br>Ruby module dir: =C2=
=A0 =C2=A0 =C2=A0 =C2=A0<br>Extra headers: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0<br>Extra libs: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -lsamplerate -=
laudiofile<br>-------------------------------------------------------------=
------<br>Type &#39;make&#39; to compile the package and &#39;make install&=
#39; to install.<br>Remember to use GNU Make, often installed as &#39;gmake=
&#39;.<br>-----------------------------------------------------------------=
--<br></div><div><br></div>Sandy@LAPTOP-EF0KJKUO ~/ecasound-2.9.2<br>$ make=
<br>make =C2=A0all-recursive<br>make[1]: Entering directory &#39;/home/Sand=
y/ecasound-2.9.2&#39;<br>Making all in kvutils<br>make[2]: Entering directo=
ry &#39;/home/Sandy/ecasound-2.9.2/kvutils&#39;<br>if /bin/sh ../libtool --=
tag=3DCXX --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-f=
fast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT k=
vu_dbc.lo -MD -MP -MF &quot;.deps/kvu_dbc.Tpo&quot; -c -o kvu_dbc.lo kvu_db=
c.cpp; \<br>then mv -f &quot;.deps/kvu_dbc.Tpo&quot; &quot;.deps/kvu_dbc.Pl=
o&quot;; else rm -f &quot;.deps/kvu_dbc.Tpo&quot;; exit 1; fi<br>libtool: c=
ompile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasin=
g -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_dbc.lo -MD -MP -MF .dep=
s/kvu_dbc.Tpo -c kvu_dbc.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_dbc.o<br=
>libtool: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstr=
ict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_dbc.lo -MD -=
MP -MF .deps/kvu_dbc.Tpo -c kvu_dbc.cpp -o kvu_dbc.o &gt;/dev/null 2&gt;&am=
p;1<br>if /bin/sh ../libtool --tag=3DCXX --mode=3Dcompile g++ -DHAVE_CONFIG=
_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing -std=3Dc++98 -DN=
DEBUG -DENABLE_DBC -g -O2 -MT kvu_debug.lo -MD -MP -MF &quot;.deps/kvu_debu=
g.Tpo&quot; -c -o kvu_debug.lo kvu_debug.cpp; \<br>then mv -f &quot;.deps/k=
vu_debug.Tpo&quot; &quot;.deps/kvu_debug.Plo&quot;; else rm -f &quot;.deps/=
kvu_debug.Tpo&quot;; exit 1; fi<br>libtool: compile: =C2=A0g++ -DHAVE_CONFI=
G_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG -DENAB=
LE_DBC -g -O2 -MT kvu_debug.lo -MD -MP -MF .deps/kvu_debug.Tpo -c kvu_debug=
.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_debug.o<br>libtool: compile: =C2=
=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc+=
+98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_debug.lo -MD -MP -MF .deps/kvu_deb=
ug.Tpo -c kvu_debug.cpp -o kvu_debug.o &gt;/dev/null 2&gt;&amp;1<br>if /bin=
/sh ../libtool --tag=3DCXX --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.=
. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE=
_DBC -g -O2 -MT kvu_com_line.lo -MD -MP -MF &quot;.deps/kvu_com_line.Tpo&qu=
ot; -c -o kvu_com_line.lo kvu_com_line.cpp; \<br>then mv -f &quot;.deps/kvu=
_com_line.Tpo&quot; &quot;.deps/kvu_com_line.Plo&quot;; else rm -f &quot;.d=
eps/kvu_com_line.Tpo&quot;; exit 1; fi<br>libtool: compile: =C2=A0g++ -DHAV=
E_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG=
 -DENABLE_DBC -g -O2 -MT kvu_com_line.lo -MD -MP -MF .deps/kvu_com_line.Tpo=
 -c kvu_com_line.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_com_line.o<br>li=
btool: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict=
-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_com_line.lo -MD=
 -MP -MF .deps/kvu_com_line.Tpo -c kvu_com_line.cpp -o kvu_com_line.o &gt;/=
dev/null 2&gt;&amp;1<br>if /bin/sh ../libtool --tag=3DCXX --mode=3Dcompile =
g++ -DHAVE_CONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing=
 -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_fd_io.lo -MD -MP -MF &qu=
ot;.deps/kvu_fd_io.Tpo&quot; -c -o kvu_fd_io.lo kvu_fd_io.cpp; \<br>then mv=
 -f &quot;.deps/kvu_fd_io.Tpo&quot; &quot;.deps/kvu_fd_io.Plo&quot;; else r=
m -f &quot;.deps/kvu_fd_io.Tpo&quot;; exit 1; fi<br>libtool: compile: =C2=
=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc+=
+98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_fd_io.lo -MD -MP -MF .deps/kvu_fd_=
io.Tpo -c kvu_fd_io.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_fd_io.o<br>li=
btool: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict=
-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_fd_io.lo -MD -M=
P -MF .deps/kvu_fd_io.Tpo -c kvu_fd_io.cpp -o kvu_fd_io.o &gt;/dev/null 2&g=
t;&amp;1<br>if /bin/sh ../libtool --tag=3DCXX --mode=3Dcompile g++ -DHAVE_C=
ONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing -std=3Dc++9=
8 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_locks.lo -MD -MP -MF &quot;.deps/kvu=
_locks.Tpo&quot; -c -o kvu_locks.lo kvu_locks.cpp; \<br>then mv -f &quot;.d=
eps/kvu_locks.Tpo&quot; &quot;.deps/kvu_locks.Plo&quot;; else rm -f &quot;.=
deps/kvu_locks.Tpo&quot;; exit 1; fi<br>libtool: compile: =C2=A0g++ -DHAVE_=
CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG -=
DENABLE_DBC -g -O2 -MT kvu_locks.lo -MD -MP -MF .deps/kvu_locks.Tpo -c kvu_=
locks.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_locks.o<br>libtool: compile=
: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=
=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_locks.lo -MD -MP -MF .deps/kv=
u_locks.Tpo -c kvu_locks.cpp -o kvu_locks.o &gt;/dev/null 2&gt;&amp;1<br>if=
 /bin/sh ../libtool --tag=3DCXX --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I=
. -I.. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG -DE=
NABLE_DBC -g -O2 -MT kvu_message_item.lo -MD -MP -MF &quot;.deps/kvu_messag=
e_item.Tpo&quot; -c -o kvu_message_item.lo kvu_message_item.cpp; \<br>then =
mv -f &quot;.deps/kvu_message_item.Tpo&quot; &quot;.deps/kvu_message_item.P=
lo&quot;; else rm -f &quot;.deps/kvu_message_item.Tpo&quot;; exit 1; fi<br>=
libtool: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstri=
ct-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_message_item.=
lo -MD -MP -MF .deps/kvu_message_item.Tpo -c kvu_message_item.cpp =C2=A0-DD=
LL_EXPORT -DPIC -o .libs/kvu_message_item.o<br>libtool: compile: =C2=A0g++ =
-DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc++98 -DN=
DEBUG -DENABLE_DBC -g -O2 -MT kvu_message_item.lo -MD -MP -MF .deps/kvu_mes=
sage_item.Tpo -c kvu_message_item.cpp -o kvu_message_item.o &gt;/dev/null 2=
&gt;&amp;1<br>if /bin/sh ../libtool --tag=3DCXX --mode=3Dcompile g++ -DHAVE=
_CONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing -std=3Dc+=
+98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_numtostr.lo -MD -MP -MF &quot;.dep=
s/kvu_numtostr.Tpo&quot; -c -o kvu_numtostr.lo kvu_numtostr.cpp; \<br>then =
mv -f &quot;.deps/kvu_numtostr.Tpo&quot; &quot;.deps/kvu_numtostr.Plo&quot;=
; else rm -f &quot;.deps/kvu_numtostr.Tpo&quot;; exit 1; fi<br>libtool: com=
pile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing =
-std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_numtostr.lo -MD -MP -MF .=
deps/kvu_numtostr.Tpo -c kvu_numtostr.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs=
/kvu_numtostr.o<br>libtool: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I..=
 -ffast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -M=
T kvu_numtostr.lo -MD -MP -MF .deps/kvu_numtostr.Tpo -c kvu_numtostr.cpp -o=
 kvu_numtostr.o &gt;/dev/null 2&gt;&amp;1<br>if /bin/sh ../libtool --tag=3D=
CXX --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-m=
ath -fstrict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_pro=
cedure_timer.lo -MD -MP -MF &quot;.deps/kvu_procedure_timer.Tpo&quot; -c -o=
 kvu_procedure_timer.lo kvu_procedure_timer.cpp; \<br>then mv -f &quot;.dep=
s/kvu_procedure_timer.Tpo&quot; &quot;.deps/kvu_procedure_timer.Plo&quot;; =
else rm -f &quot;.deps/kvu_procedure_timer.Tpo&quot;; exit 1; fi<br>libtool=
: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-alia=
sing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_procedure_timer.lo -=
MD -MP -MF .deps/kvu_procedure_timer.Tpo -c kvu_procedure_timer.cpp =C2=A0-=
DDLL_EXPORT -DPIC -o .libs/kvu_procedure_timer.o<br>libtool: compile: =C2=
=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc+=
+98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_procedure_timer.lo -MD -MP -MF .de=
ps/kvu_procedure_timer.Tpo -c kvu_procedure_timer.cpp -o kvu_procedure_time=
r.o &gt;/dev/null 2&gt;&amp;1<br>if /bin/sh ../libtool --tag=3DCXX --mode=
=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstri=
ct-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_rtcaps.lo -MD=
 -MP -MF &quot;.deps/kvu_rtcaps.Tpo&quot; -c -o kvu_rtcaps.lo kvu_rtcaps.cp=
p; \<br>then mv -f &quot;.deps/kvu_rtcaps.Tpo&quot; &quot;.deps/kvu_rtcaps.=
Plo&quot;; else rm -f &quot;.deps/kvu_rtcaps.Tpo&quot;; exit 1; fi<br>libto=
ol: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-al=
iasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_rtcaps.lo -MD -MP =
-MF .deps/kvu_rtcaps.Tpo -c kvu_rtcaps.cpp =C2=A0-DDLL_EXPORT -DPIC -o .lib=
s/kvu_rtcaps.o<br>libtool: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. =
-ffast-math -fstrict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT=
 kvu_rtcaps.lo -MD -MP -MF .deps/kvu_rtcaps.Tpo -c kvu_rtcaps.cpp -o kvu_rt=
caps.o &gt;/dev/null 2&gt;&amp;1<br>if /bin/sh ../libtool --tag=3DCXX --mod=
e=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstr=
ict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_temporary_fi=
le_directory.lo -MD -MP -MF &quot;.deps/kvu_temporary_file_directory.Tpo&qu=
ot; -c -o kvu_temporary_file_directory.lo kvu_temporary_file_directory.cpp;=
 \<br>then mv -f &quot;.deps/kvu_temporary_file_directory.Tpo&quot; &quot;.=
deps/kvu_temporary_file_directory.Plo&quot;; else rm -f &quot;.deps/kvu_tem=
porary_file_directory.Tpo&quot;; exit 1; fi<br>libtool: compile: =C2=A0g++ =
-DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc++98 -DN=
DEBUG -DENABLE_DBC -g -O2 -MT kvu_temporary_file_directory.lo -MD -MP -MF .=
deps/kvu_temporary_file_directory.Tpo -c kvu_temporary_file_directory.cpp =
=C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_temporary_file_directory.o<br>libtool=
: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-alia=
sing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_temporary_file_direc=
tory.lo -MD -MP -MF .deps/kvu_temporary_file_directory.Tpo -c kvu_temporary=
_file_directory.cpp -o kvu_temporary_file_directory.o &gt;/dev/null 2&gt;&a=
mp;1<br>if /bin/sh ../libtool --tag=3DCXX --mode=3Dcompile g++ -DHAVE_CONFI=
G_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing -std=3Dc++98 -D=
NDEBUG -DENABLE_DBC -g -O2 -MT kvu_threads.lo -MD -MP -MF &quot;.deps/kvu_t=
hreads.Tpo&quot; -c -o kvu_threads.lo kvu_threads.cpp; \<br>then mv -f &quo=
t;.deps/kvu_threads.Tpo&quot; &quot;.deps/kvu_threads.Plo&quot;; else rm -f=
 &quot;.deps/kvu_threads.Tpo&quot;; exit 1; fi<br>libtool: compile: =C2=A0g=
++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc++98 =
-DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_threads.lo -MD -MP -MF .deps/kvu_threa=
ds.Tpo -c kvu_threads.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_threads.o<b=
r>libtool: compile: =C2=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fst=
rict-aliasing -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_threads.lo =
-MD -MP -MF .deps/kvu_threads.Tpo -c kvu_threads.cpp -o kvu_threads.o &gt;/=
dev/null 2&gt;&amp;1<br>if /bin/sh ../libtool --tag=3DCXX --mode=3Dcompile =
g++ -DHAVE_CONFIG_H -I. -I. -I.. =C2=A0 =C2=A0-ffast-math -fstrict-aliasing=
 -std=3Dc++98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_utils.lo -MD -MP -MF &qu=
ot;.deps/kvu_utils.Tpo&quot; -c -o kvu_utils.lo kvu_utils.cpp; \<br>then mv=
 -f &quot;.deps/kvu_utils.Tpo&quot; &quot;.deps/kvu_utils.Plo&quot;; else r=
m -f &quot;.deps/kvu_utils.Tpo&quot;; exit 1; fi<br>libtool: compile: =C2=
=A0g++ -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fstrict-aliasing -std=3Dc+=
+98 -DNDEBUG -DENABLE_DBC -g -O2 -MT kvu_utils.lo -MD -MP -MF .deps/kvu_uti=
ls.Tpo -c kvu_utils.cpp =C2=A0-DDLL_EXPORT -DPIC -o .libs/kvu_utils.o<br>kv=
u_utils.cpp: In function &#39;int kvu_sleep(long int, long int)&#39;:<br>kv=
u_utils.cpp:680:9: error: &#39;usleep&#39; was not declared in this scope<b=
r>=C2=A0 =C2=A0ret =3D usleep(seconds * 1000000 + nanoseconds / 1000);<br>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~<br>kvu_utils.cpp:680:9: note: sugg=
ested alternative: &#39;sleep&#39;<br>=C2=A0 =C2=A0ret =3D usleep(seconds *=
 1000000 + nanoseconds / 1000);<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~=
<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0sleep<br>make[2]: *** [Makefile:460: =
kvu_utils.lo] Error 1<br>make[2]: Leaving directory &#39;/home/Sandy/ecasou=
nd-2.9.2/kvutils&#39;<br>make[1]: *** [Makefile:340: all-recursive] Error 1=
<br>make[1]: Leaving directory &#39;/home/Sandy/ecasound-2.9.2&#39;<br>make=
: *** [Makefile:269: all] Error 2<br> ]0;~/ecasound-2.9.2 <br></div>

--00000000000091da410597a1e061--


--===============2617590932091748118==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============2617590932091748118==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Ecasound-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecasound-list

--===============2617590932091748118==--