spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: External poll still failing to build.


From: Dan Nelson
Subject: Re: External poll still failing to build.
Date: Tue, 11 Mar 2003 15:40:41 -0600
User-agent: Mutt/1.5.3i

In the last episode (Mar 11), Tony Shadwick said:
> Weirdness.  That did it.  So I can't have any comments in the headers...?
> 
> First time I've ever seen comments cause issues. :P

Ah.  I took another look at what you pasted in the first time, and see
the problem:

  Here's what the top of my poll.c file looks like right now:

  [erwin:local/src/spamass-milter-0.1.3a] numbski# less poll.c
  #include <stdlib.h>

  /* Included because MacOS X apparently chokes without them.
  #include <unistd.h>
  #include <sys/types.h>
  #include <sys/time.h>

Your comment isn't closed, so the comment actually ends on this line:

  /* This function pulled from Markus Gutschke's "wy60" package */

(comments don't nest), neatly ignoring all the headers you added :)

-- 
        Dan Nelson
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]