Re: issue with net/if_ppp.h

2007-05-15 Thread Jeremy Chadwick
On Tue, May 15, 2007 at 09:55:40AM -0400, Manolo Valdes wrote: > Hi guys > > doing a test just like the way cmake do it to find includes on the system > > ##test.c## > > #include > int main(){return 0;} > > What exactly are you trying to do here? This is not how you

Re: issue with net/if_ppp.h

2007-05-15 Thread Daniel Molina Wegener
El Mar, 15 de Mayo de 2007, 9:55, Manolo Valdes escribió: > Hi guys Hello... > > doing a test just like the way cmake do it to find includes on the system Grat tool, I use cmake too... > > ##test.c## > > #include > int main(){return 0;} > > > > i got the following

Re: issue with net/if_ppp.h

2007-05-15 Thread Manolo Valdes
El Tuesday 15 May 2007 10:05:35 am Daniel Molina Wegener escribió: > El Mar, 15 de Mayo de 2007, 9:55, Manolo Valdes escribió: > > Hi guys > > Hello... > > > doing a test just like the way cmake do it to find includes on the system > > Grat tool, I use cmake too... > > > > > does anybody knows

Re: issue with net/if_ppp.h

2007-05-15 Thread Ed Schouten
* Manolo Valdes <[EMAIL PROTECTED]> wrote: > In file included from /usr/include/net/if_ppp.h:28, > from test.c:1: > /usr/include/net/ppp_defs.h:86: error: syntax error before "ext_accm" > /usr/include/net/ppp_defs.h:146: error: syntax error before "time_t" > In file included from /

issue with net/if_ppp.h

2007-05-15 Thread Manolo Valdes
Hi guys doing a test just like the way cmake do it to find includes on the system ##test.c## #include int main(){return 0;} i got the following output: gcc test.c In file included from /usr/include/net/if_ppp.h:28, from test.c:1: /usr/include/net/ppp