Has anyone successfuly implemented the h.323 channels on asterisk? I'm trying to compile pwlib after doing flex and bison. I get stuck after ./configure when trying make:
[root@brio pwlib]# make
make[1]: Entering directory /root/pwlib'
set -e; for i in /root/pwlib; do make -C $i debugdepend debug; done
make[2]: Entering directory /root/pwlib'
Created dependencies.
set -e; make -C src/ptlib/unix debugdepend; make -C tools/asnparser debugdepend;
make[3]: Entering directory /root/pwlib/src/ptlib/unix'
g++ -DP_LINUX=2.4.20-18.7 -ffunction-sections -fdata-sections -D_REENTRANT -Wall -fPIC -DP_USE_PRAGMA -g -D_DEBUG -DPMEMORY_CHECK=1 -DPHAS_TEMPLATES -I/root/pwlib/include/ptlib/unix -I/usr/include/pwlib -I/root/pwlib/include -M ../../ptclib/asner.cxx >> /root/pwlib/lib/obj_linux_x86_d/asner.dep
In file included from /root/pwlib/include/ptlib/contain.h:222,
from /root/pwlib/include/ptlib/unix/ptlib/contain.h:120,
from /root/pwlib/include/ptlib.h:139,
from ../../ptclib/asner.cxx:290:
/root/pwlib/include/ptlib/object.h:334:22: iostream.h: No such file or directory
/root/pwlib/include/ptlib/object.h:336:21: iomanip.h: No such file or directory
make[3]: *** [/root/pwlib/lib/obj_linux_x86_d/asner.dep] Error 1
make[3]: *** Deleting file /root/pwlib/lib/obj_linux_x86_d/asner.dep'
make[3]: Leaving directory /root/pwlib/src/ptlib/unix'
make[2]: *** [debugdepend] Error 2
make[2]: Leaving directory /root/pwlib'
make[1]: *** [libs] Error 2
make[1]: Leaving directory /root/pwlib'
make: *** [debuglibs] Error 2