How do I fix gcc errors about “PAtomicInteger” when compiling OpenH323 or OPAL?
This error is usually indicates the presence of two incompatible versions of the pwlib headers, and that the openh323 build process is detecting the wrong set which is probably located in in /usr/local/include or /usr/include (check the configure output to be sure) The easiest way to solve the problem is to set the PWLIBDIR environment to point to the correct version of PWLib. Alternatively, deinstall the incorrect version so that the auto-detection find the correct version.