On 25/02/2018 01:57, Bruce Dubbs wrote: > There was a problem with ptlib and glibc-2.27. I came up with a sed in > addition to the other patches and seds: > > sed -e '/WCHAR;/s:^://:' \ > -e '/UINT;/ s:^://:' \ > -e '/limits.h/a #include <sqltypes.h>' \ > -i include/ptlib/unix/ptlib/contain.h</userinput></screen> > > I would like to get someone to test it to confirm the it does allow the build > to complete. > > -- Bruce
I used a different solution: pass --disable-odbc to configure: the type conflict is with the unix-odbc headers. I do not think it comes from glibc, but it only shows up when unix-odbc is installed... Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
