Subject: [ecasound] trying to port things to ultralinux etc.
From: Junichi Uekawa (dancer@netfort.gr.jp)
Date: Sun Jan 28 2001 - 16:55:43 EET
This is my attempt to make the compile go.
It might be better not to use asm/atomic.h
--- ecasound-1.8.5d15.orig/kvutils/locks.h
+++ ecasound-1.8.5d15/kvutils/locks.h
@@ -6,7 +6,10 @@
#endif
#ifdef HAVE_ASM_ATOMIC_H
+/* trying defining __KERNEL__ for compilation (Junichi Uekawa) */
+#define __KERNEL__ 1
#include <asm/atomic.h>
+#undef __KERNEL__
#endif
#include <pthread.h>
regards,
junichi
--
University: ti0113@mail4.doshisha.ac.jp Netfort: dancer@netfort.gr.jp
Debian: dancer@debian.org
dancer, a.k.a. Junichi Uekawa http://www.netfort.gr.jp/~dancer
Dept. of Knowledge Engineering and Computer Science, Doshisha University.
--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.
This archive was generated by hypermail 2b28 : Sun Jan 28 2001 - 17:24:40 EET