Re: [ecasound] EcaSound under Solaris

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] EcaSound under Solaris
From: Kai Vehmanen (k_AT_eca.cx)
Date: Thu Aug 21 2003 - 21:35:10 EEST


On Mon, 18 Aug 2003, Jens Collin wrote:

>> midiio-raw.cpp -fPIC -DPIC -o .libs/midiio-raw.lo
>> midiio-raw.cpp: In method `void MIDI_IO_RAW::open()':
>> midiio-raw.cpp:55: implicit declaration of function `int open(...)'
> It seems as if it is trying to use the file open(...) but the parameter
> count does not match the open() found in fcntl.h

Try replaceing '::open()' with 'open()'. If that doesn't help,
add:

       #include <sys/types.h>
       #include <sys/stat.h>
       #include <fcntl.h>

to the start of the file.

-- 
 http://www.eca.cx
 Audio software for Linux!


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Aug 21 2003 - 21:32:57 EEST