[ecasound] reports

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

Subject: [ecasound] reports
From: raoul.megelas (raoul.megelas_AT_libertysurf.fr)
Date: Fri Jun 28 2002 - 15:31:51 EEST


        Hello ecasound-list

        The configure test file has been enforced.
But, if the system does not have a suitable libdl.so,
of course the config fails.
i say suitable because the compat/linux/libdl-2.2.2.so compiles quite well
but produces a segmentation fault with a core dump at running time.
FreeBSD have its own dlopen function in <dlfcn.h> wth the following syntax:
        void *
        dlopen (const char *path, int mode);
which is well detected by libtool with the --enable-dlopen option.
        The hack solution is easy:
#ifndef FreeBSD
LIBS=" -ldl $LIBS"
#endif
        and then if defined leaving libtool providing the true dlopen function
for our system.
        In the other hand, perhaps a better solution:
        first test with -ldl flags
        and
        second test without this flag,
        test result.
Please what do you feel about implementing this?

        2. Here is two report errors displayed when running
ecasound (cvs) version (.10).
Any idea will be welcome.

(libkvutils) kvu_rtcaps: warning! POSIX_MEMLOCK not supported

---
ecasound: ERROR: [ECA-SESSION] : "(eca-chainsetup-parser) Output device or file type /dev/dsp not recognized."

Best regards raoul raoul.megelas_AT_libertysurf.fr -- 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 : Fri Jun 28 2002 - 15:33:24 EEST