public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RE: OpenBSD PPP Stack is here
@ 2003-10-20  7:54 Retallack, Mark (Siemens)
  2003-10-20 11:41 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Retallack, Mark (Siemens) @ 2003-10-20  7:54 UTC (permalink / raw)
  To: 'Transferencia de Archivos'
  Cc: 'ecos-discuss@sources.redhat.com'

I have had a look at the output and I think the problem is that it is
including the FreeBSD time.h file instead of the OpenBSD time.h. I have not
tested my PPP stack with FreeBSD and I don't think I will have any time (at
least this week) to solve it. 

I think that by default the net package in CVS is now the FreeBSD stack. I
am not sure how to pull in the OpenBSD stack. Perhaps someone can help?


-----Original Message-----
From: Transferencia de Archivos [mailto:transfers@phaber.com]
Sent: Friday 17 October 2003 03:46 PM
To: Retallack, Mark (Siemens)
Subject: Re: OpenBSD PPP Stack is here


Retallack, Mark (Siemens) writes: 

> yes, please could you send me the output. 
> 
> Thanks 
> 

Here is it: 

In file included from 
/home/deepspawn/ecos/ecoscvs/packages/net/ppp/current/src/chap.c:48:
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.

h:233: parse error before "__P"
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.

h:234: parse error before "__P"
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.

h:235: parse error before "__P"
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.

h:236: parse error before "__P"
In file included from 
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/ppp/pppd.

h:36,
                from 
/home/deepspawn/ecos/ecoscvs/packages/net/ppp/current/src/chap.c:53:
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/ppp/if_pp

p.h:361: conflicting types for `cyg_hostname'
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/param

.h:957: previous declaration of `cyg_hostname'
In file included from 
/home/deepspawn/ecos/ecoscvs/packages/net/ppp/current/src/chap.c:53:
/home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/ppp/pppd.

h:63: parse error before numeric constant
make[1]: *** [src/chap.o.d] Error 1
make: *** [build] Error 2 


Siemens Traffic Controls is a division of Siemens plc. Registered No.
727817, England. 
Registered office: Siemens House, Oldbury, Bracknell, Berkshire, RG12 8FZ. 

This communication contains information which is confidential and 
may also be privileged. It is for the exclusive use of the addressee. 
If you are not the addressee please note that any distribution, 
reproduction, copying, publication or use of this communication 
or the information in it is prohibited.  If you have received this 
communication in error, please contact us immediately and also 
delete the communication from your computer. 



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] RE: OpenBSD PPP Stack is here
  2003-10-20  7:54 [ECOS] RE: OpenBSD PPP Stack is here Retallack, Mark (Siemens)
@ 2003-10-20 11:41 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2003-10-20 11:41 UTC (permalink / raw)
  To: Retallack, Mark   (Siemens)
  Cc: 'Transferencia de Archivos',
	'ecos-discuss@sources.redhat.com'

On Mon, 2003-10-20 at 01:53, Retallack, Mark (Siemens) wrote:
> I have had a look at the output and I think the problem is that it is
> including the FreeBSD time.h file instead of the OpenBSD time.h. I have not
> tested my PPP stack with FreeBSD and I don't think I will have any time (at
> least this week) to solve it. 
> 
> I think that by default the net package in CVS is now the FreeBSD stack. I
> am not sure how to pull in the OpenBSD stack. Perhaps someone can help?
> 

The easiest way is to use the "old_net" template instead of "net"

> 
> -----Original Message-----
> From: Transferencia de Archivos [mailto:transfers@phaber.com]
> Sent: Friday 17 October 2003 03:46 PM
> To: Retallack, Mark (Siemens)
> Subject: Re: OpenBSD PPP Stack is here
> 
> 
> Retallack, Mark (Siemens) writes: 
> 
> > yes, please could you send me the output. 
> > 
> > Thanks 
> > 
> 
> Here is it: 
> 
> In file included from 
> /home/deepspawn/ecos/ecoscvs/packages/net/ppp/current/src/chap.c:48:
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.
> 
> h:233: parse error before "__P"
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.
> 
> h:234: parse error before "__P"
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.
> 
> h:235: parse error before "__P"
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/time.
> 
> h:236: parse error before "__P"
> In file included from 
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/ppp/pppd.
> 
> h:36,
>                 from 
> /home/deepspawn/ecos/ecoscvs/packages/net/ppp/current/src/chap.c:53:
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/ppp/if_pp
> 
> p.h:361: conflicting types for `cyg_hostname'
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/sys/param
> 
> .h:957: previous declaration of `cyg_hostname'
> In file included from 
> /home/deepspawn/ecos/ecoscvs/packages/net/ppp/current/src/chap.c:53:
> /home/deepspawn/ecos/i386_test/i386_kernel_net_ppp/install/include/ppp/pppd.
> 
> h:63: parse error before numeric constant
> make[1]: *** [src/chap.o.d] Error 1
> make: *** [build] Error 2 
> 
> 
> Siemens Traffic Controls is a division of Siemens plc. Registered No.
> 727817, England. 
> Registered office: Siemens House, Oldbury, Bracknell, Berkshire, RG12 8FZ. 
> 
> This communication contains information which is confidential and 
> may also be privileged. It is for the exclusive use of the addressee. 
> If you are not the addressee please note that any distribution, 
> reproduction, copying, publication or use of this communication 
> or the information in it is prohibited.  If you have received this 
> communication in error, please contact us immediately and also 
> delete the communication from your computer. 
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-20 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-20  7:54 [ECOS] RE: OpenBSD PPP Stack is here Retallack, Mark (Siemens)
2003-10-20 11:41 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).