libnice

AS_IF and AC_MSG_ERROR: error: possibly undefined macro

折月煮酒 提交于 2019-12-22 05:50:16
问题 I encounter such errors when trying to build libnice-0.1.10. For solution, I am following possibly undefined macro: AC_MSG_ERROR, but still not getting there. some program version uname: 3.5.0-23-generic m4: 1.4.16 automake: 1.14.1 autoconf: 2.69 libtoolize: 2.4.2 I also add ACLOCAL_FLAGS="-I /.../share/aclocal" in bashrc. Here is what is reported from autogen. $ ./autogen.sh configure.ac:331: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd m4/gtk-doc.m4:7: GTK_DOC_CHECK is

Compiling libnice for Android

大憨熊 提交于 2019-12-06 06:20:26
问题 I'm trying to compile libnice (v0.18 to be specific) for Android, but have run into some troubles. How can I compile libnice for Android? I have listed my attempts so far below. 1st Attempt My first try was using a custom Android.mk makefile but I got an error stating AI_NUMERICHOST undeclared (adding #include <netdb.h> did not resolve this and I'm out of ideas here). See my Android.mk below LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := glib LOCAL_SRC_FILES := lib/libglib

AS_IF and AC_MSG_ERROR: error: possibly undefined macro

醉酒当歌 提交于 2019-12-05 08:12:34
I encounter such errors when trying to build libnice-0.1.10. For solution, I am following possibly undefined macro: AC_MSG_ERROR , but still not getting there. some program version uname: 3.5.0-23-generic m4: 1.4.16 automake: 1.14.1 autoconf: 2.69 libtoolize: 2.4.2 I also add ACLOCAL_FLAGS="-I /.../share/aclocal" in bashrc. Here is what is reported from autogen. $ ./autogen.sh configure.ac:331: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from... configure.ac:331: the top level configure.ac:331: warning: PKG_PROG_PKG_CONFIG is m4

Compiling libnice for Android

自作多情 提交于 2019-12-04 13:28:23
I'm trying to compile libnice (v0.18 to be specific) for Android, but have run into some troubles. How can I compile libnice for Android? I have listed my attempts so far below. 1st Attempt My first try was using a custom Android.mk makefile but I got an error stating AI_NUMERICHOST undeclared (adding #include <netdb.h> did not resolve this and I'm out of ideas here). See my Android.mk below LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := glib LOCAL_SRC_FILES := lib/libglib-2.0.a include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := gobject LOCAL_SRC_FILES

Events not reaching kurento java server

吃可爱长大的小学妹 提交于 2019-12-01 05:29:40
问题 I'm new to Kurento media server, I am trying to send an event from kurento media server to the java application which I have. I have created an event using the following steps: edited the interface json file: "events": [{ "properties": [{ "name": "Total", "doc": "Total", "type": "float" }], "extends": "Media", "name": "TotalDetected", "doc": "Total Detected." }] then in my .hpp file: sigc::signal<void, TotalDetected> signalTotalDetected; and in my .cpp file: try { GST_WARNING ("Sending Event: