Bug#382616: Workaround and patch
    Mikael Magnusson 
    mikma264 at gmail.com
       
    Mon Aug 21 10:39:00 UTC 2006
    
    
  
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
    
    
More information about the Pkg-voip-maintainers
mailing list