Re: [Openpbx-dev] autoconf stuff in openpbx ?

2006-01-09 Thread Chris Albertson
> even after spending a few hours wading through info(1) pages, I'm > still not getting it. My observations about GNU Autotools (1) WHat's the problem? Is it getting the "correct" version of autoconf to run? If so the best "fix" is to put a line in configure.ac that reads "AC_PREREQ(X.YY)" w

Re: [Openpbx-dev] autoconf stuff in openpbx ?

2006-01-09 Thread Jonathan Towne
Luigi, There are a few hacks I've done in the past to get OpenPBX to build on FreeBSD. To be honest, it involves a lot of symlinks due to the way the ports collection manages multiple versions of the auto* and libtool bits. This is all from memory, so correct where necessary; it'll give you a p

Re: [Openpbx-dev] Generator thread race condition

2006-01-09 Thread Armin Schindler
I would like to confirm Daniels description and repeat the debugged race condition: Some of the openpbx code, which call the deactivate function of the generator, expects all 'deactivated' to be done when the function returns. But with the new generator thread model, this is not true. Example: i