Hi all,
I am trying to figure out how to build iaxclient-2.0rc2 on
Debian.
The only difference with a default Debian system is that I
built my own
speex library which is located in my home directory
(/home/dennis/IAXComm/speex).
Build process:
make distclean
SPEEX_LIBS="-lspeex"
SPEEX_CFLAGS="-I/home/dennis/IAXComm/speex/include/
-L/home/dennis/IAXComm/speex/lib/"
CPPFLAGS="-I/usr/include/gtk-2.0/
-I/usr/lib/gtk-2.0/include/ -I/usr/include/pango-1.0
-I/usr/include/cairo -I/usr/include/glib-2.0/
-I/usr/lib/glib-2.0/include/" ./configure
--prefix=/home/dennis/IAXComm/
--enable-clients="testcall wx iaxcomm tkphone"
The --enable-clients is there to prevent iaxphone from being
built,
which is what it per default also wants to build
make
The make ends with:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0/
-I/usr/lib/gtk-2.0/include/ -I/usr/include/pango-1.0
-I/usr/include/cairo -I/usr/include/glib-2.0/
-I/usr/lib/glib-2.0/include/ -I./portmixer/px_common
-pthread
-I/home/dennis/IAXComm/speex/include/
-L/home/dennis/IAXComm/speex/lib/
-I../lib/libiax2/src -DLIBIAX -pthread -Wall -Wextra
-Wno-unused-parameter -Wpointer-arith
-DLIBVER="2.0rc2" -g -O2 -MT
audio_encode.lo -MD -MP -MF .deps/audio_encode.Tpo -c
audio_encode.c
-fPIC -DPIC -o .libs/audio_encode.o
audio_encode.c: In function 'input_postprocess':
audio_encode.c:159: error: dereferencing pointer to
incomplete type
audio_encode.c:167: error: dereferencing pointer to
incomplete type
make[2]: *** [audio_encode.lo] Error 1
Any idea what the problem might be, and how to fix this?
Thanks in advance,
Dennis Leeuw
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|