I'm trying to build h323plus on Fedora 10, gcc-4.3.2, to use in
asterisk. I got today's cvs, but it dies:
g++ -DPTRACING=1 -D_REENTRANT -I/usr/kerberos/include
-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -fno-exceptions
-Wall -O2 -m32 -march=native -fasynchronous-unwind-tables -fPIC -DPIC
-DNDEBUG -Os -DPTRACING
-I/home/asterisk/rpmbuild/BUILD/h323plus/include
-I/usr/share/ptlib/include -O2 -m32 -march=native
-fasynchronous-unwind-tables -felide-constructors -Wreorder -c
h323pluginmgr.cxx -o
/home/asterisk/rpmbuild/BUILD/h323plus/lib/obj/h323pluginmgr.o
h323pluginmgr.cxx: In member function 'virtual void
H323PluginCodecManager::OnLoadPlugin(PDynaLink&, INT)':
h323pluginmgr.cxx:2417: warning: dereferencing type-punned pointer
will break strict-aliasing rules
h323pluginmgr.cxx: At global scope:
h323pluginmgr.cxx:3529: error: conversion from 'int' to non-scalar
type 'PAtomicInteger' requested
..................................
Any help appreciated.
sean