I just changed the offending variable name to something nonconflicting and the compilation seemed to work fine.
/afb On 9/24/06, Adam Block <[EMAIL PROTECTED]> wrote:
Grepping 'gw-config.h' for 'wait' generates no results. I've tried this on a second machine now and gotten the same results. Compiling test_ppg.c generates an error on line 84 where int 'wait' is initialized. It's conflicting with line 241 of /usr/include/sys/wait.h which is wait.h version 8.2 (7/10/94) from Berkeley UNIX. Any suggestions as to how to get around this? Can I comment out the test_ppg.c compilation and not worry? Thanks! /afb On 9/23/06, Stipe Tolj <[EMAIL PROTECTED]> wrote: > Alberto Devesa wrote: > > > This is probably a gcc 4.X issue. > > > > If you have a previous gcc version forgive this message. If not, the most > > probably is that because of an error in the configure script a 'wait' symbol > > is being defined in config.h (gw-config.h). If that is the case just delete > > or comment that line. > > ??? > > this should be transparent to gcc 4.x and gcc 3.x versions. > > Can you describe this in more detail, so we may apply a patch to fix this? > > Stipe > > ------------------------------------------------------------------- > Kölner Landstrasse 419 > 40589 Düsseldorf, NRW, Germany > > tolj.org system architecture Kannel Software Foundation (KSF) > http://www.tolj.org/ http://www.kannel.org/ > > mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org > ------------------------------------------------------------------- > >
