Пытаюсь собрать центос с поддержкой h323.
Ранее делал на центос 5 все отлично . Сейчас пробую на 7. Что-то не получается. В гугле не банили, но или искать не умею или действительно нет ответов.
И так
centos 7
Код: Выделить всё
Linux 3.10.0-327.36.2.el7.i686 #1 SMP Mon Oct 10 21:58:24 UTC 2016 i686 i686 i386 GNU/Linux
Код: Выделить всё
cd pwlib
./configure
make clean opt
В консоли
Код: Выделить всё
usr/src/pwlib_v1_11_0/include/ptlib/array.h: In instantiation of ‘void PScalarArray<T>::ReadElementFrom(std::istream&, PINDEX) [with T = short unsigned int; std::istream = std::basic_istream<char>; PINDEX = int]’:
../../ptclib/pils.cxx:160:1: required from here
/usr/src/pwlib_v1_11_0/include/ptlib/array.h:635:23: error: ‘SetAt’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
SetAt(index, t);
^
/usr/src/pwlib_v1_11_0/include/ptlib/array.h:635:23: note: declarations in dependent base ‘PBaseArray<short unsigned int>’ are not found by unqualified lookup
/usr/src/pwlib_v1_11_0/include/ptlib/array.h:635:23: note: use ‘this->SetAt’ instead
make[1]: *** [/usr/src/pwlib_v1_11_0/lib/obj_linux_x86_r/pils.o] Error 1
make[1]: Leaving directory `/usr/src/pwlib_v1_11_0/src/ptlib/unix'
make: *** [opt] Error 2