[ecasound] prototype?

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

Subject: [ecasound] prototype?
From: raoul.megelas (raoul.megelas_AT_libertysurf.fr)
Date: Sun May 12 2002 - 10:07:16 EEST


On Sat, May 11, 2002 at 06:09:56PM +0300, Kai Vehmanen wrote:

> Oops, compiling failed on platforms that don't have sched_getparam().
> This is now fixed in the CVS-tree.

thanks its correct, but there is another little error, perhaps due to FreBSD
header file mman.h. You will find next the error report and the mman.h
concerned lines.
Best regards.
        raoul
        raoul.megelas_AT_libertysurf.fr
==========================

/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../kvutils -D_THREAD_SAFE -g -O2 -D_REENTRANT -D_REENTRANT -ffast-math -fstrict-aliasing -funroll-loops -pthread -Wall -Wstrict-prototypes -O0 -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c eca-chainsetup.cpp
rm -f .libs/eca-chainsetup.lo
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../kvutils -D_THREAD_SAFE -g -O2 -D_REENTRANT -D_REENTRANT -ffast-math -fstrict-aliasing -funroll-loops -pthread -Wall -Wstrict-prototypes -O0 -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wp,-MD,.deps/eca-chainsetup.pp -c eca-chainsetup.cpp -fPIC -DPIC -o .libs/eca-chainsetup.lo
In file included from eca-chainsetup.cpp:33:
/usr/include/sys/mman.h:141: type specifier omitted for parameter
/usr/include/sys/mman.h:147: type specifier omitted for parameter
gmake[3]: *** [eca-chainsetup.lo] Erreur 1

==============================
        /usr/include/sys/mman.h
#ifdef _P1003_1B_VISIBLE
int mlockall __P((int));
int munlockall __P((void));
int shm_open __P((const char *, int, mode_t));
int shm_unlink __P((const char *));
#endif /* _P1003_1B_VISIBLE */
int mlock __P((const void *, size_t));
#ifndef _MMAP_DECLARED
#define _MMAP_DECLARED
void * mmap __P((void *, size_t, int, int, int, off_t));
#endif
endif
   *** *** ***
*** *** *** *** *** ***

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


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

This archive was generated by hypermail 2b28 : Sun May 12 2002 - 09:54:16 EEST