package linphone
tags 382616 +patch
thanks
Try to define HAVE_CONFIG_H (or maybe HAVE_GLIB) as a workaround, it
worked for me when I compiled emptylinphone.c.
I'm also including a patch that can be used instead of the workaround.
Mikael
--- /usr/include/linphone/sndcard.h.orig 2006-05-15
19:26:25.000000000 +0200
+++ /usr/include/linphone/sndcard.h 2006-08-21 12:37:11.000000000 +0200
@@ -25,9 +25,7 @@
#undef PACKAGE
#undef VERSION
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#undef PACKAGE
#undef VERSION
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]