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
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
* 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
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.