ptlib и h323plus - нельзя поставить из портов, в них слишком много изменений. Почему-то на всех форумах где спрашивал никак не поймут, что не могу поставить те версии что в портах, надеюсь тут не скажут...
ptlib собирается нормально
Код: Выделить всё
./configure --enable-shared
gmake opt
gmake install
устанавливаю ffmpeg-devel - все нормально...
пытаюсь установить h323plus
./configure --enable-shared
Код: Выделить всё
[root@videoserver:~/src/h323plus] $gmake opt
gmake -C src opt
gmake[1]: Entering directory `/root/src/h323plus/src'
g++ -D_REENTRANT -fno-exceptions -Wall -DNDEBUG -DPTRACING -I/root/src/h323plus/include -I/usr/local/share/ptlib//include -M channels.cxx >> /root/src/h323plus/lib/obj_FreeBSD_x86_r/*.dep
channels.cxx:515:19: error: ptlib.h: No such file or directory
In file included from /root/src/h323plus/include/h323pdu.h:302,
from channels.cxx:523:
/root/src/h323plus/include/h225.h:16:26: error: ptclib/asner.h: No such file or directory
In file included from /root/src/h323plus/include/h323ep.h:432,
from channels.cxx:524:
/root/src/h323plus/include/h460/h4601.h:63:24: error: ptclib/url.h: No such file or directory
gmake[1]: *** Удаляется файл `/root/src/h323plus/lib/obj_FreeBSD_x86_r/*.dep'
g++ -D_REENTRANT -fno-exceptions -Wall -DNDEBUG -DPTRACING -I/root/src/h323plus/include -I/usr/local/share/ptlib//include -Os -felide-constructors -Wreorder -c h225_1.cxx -o /root/src/h323plus/lib/obj_FreeBSD_x86_r/h225_1.o
h225_1.cxx:11:19: error: ptlib.h: No such file or directory
In file included from h225_1.cxx:12:
/root/src/h323plus/include/h225.h:16:26: error: ptclib/asner.h: No such file or directory
^Z
[1]+ Stopped gmake opt
пробовал ./configure --includedir=/usr/local/include/ --enable-shared
тоже самое выдает
пробовал копировать вручную в другие папки - безрезультатно