Re: compiler errors on freebsd; compiles fine on linux

2003-11-28 Thread Kris Kennaway
On Fri, Nov 28, 2003 at 08:54:08AM -0500, Aaron Walker wrote: > I am attempting to write a http server (mainly just to learn), and I > installed FreeBSD on my other box (I have Gentoo linux on my main box) > to test the code to make sure its compatible with both BSD and Linux. > The code compile

Re: compiler errors on freebsd; compiles fine on linux

2003-11-28 Thread Dofri Jonsson
On Fri, 28 Nov 2003 08:54:08 -0500 Aaron Walker <[EMAIL PROTECTED]> wrote: > I am attempting to write a http server (mainly just to learn), and I > installed FreeBSD on my other box (I have Gentoo linux on my main box) > to test the code to make sure its compatible with both BSD and Linux. > Th

Re: compiler errors on freebsd; compiles fine on linux

2003-11-28 Thread Jean-Baptiste Quenot
* Aaron Walker: > The code compiles fine on linux, but I am getting weird compiler > errors under FBSD. > [...] > #include "lwhttpd.h" > #include "server.h" Check that the local headers do not include other system headers. This could be a source of conflict. What do they contain? Cheers

compiler errors on freebsd; compiles fine on linux

2003-11-28 Thread Aaron Walker
I am attempting to write a http server (mainly just to learn), and I installed FreeBSD on my other box (I have Gentoo linux on my main box) to test the code to make sure its compatible with both BSD and Linux. The code compiles fine on linux, but I am getting weird compiler errors under FBSD.