From owner-freebsd-questions Mon Jul 26 11: 5:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with ESMTP id B721B14EB1 for ; Mon, 26 Jul 1999 11:05:50 -0700 (PDT) (envelope-from jpr@vcnet.com) Received: from [209.239.239.22] by mail.vcnet.com (Post.Office MTA v3.1.2 release (PO203-101c) ID# 0-39954U2500L250S0) with ESMTP id AAA2724 for ; Mon, 26 Jul 1999 11:03:22 -0700 Mime-Version: 1.0 Message-Id: Date: Mon, 26 Jul 1999 11:03:20 -0700 To: freebsd-questions@freebsd.org From: Jon Rust Subject: Maildrop on 3.2R Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The /usr/ports/mail/maildrop port is broken (cvsup'd yesterday). I'd really like to get maildrop running, but I'm hardly a worthy enuff coder to find the problem in the build. Here's snippet of the build attempt: ... recipenode.C: In method `void RecipeNode::rfc822getaddr(class Buffer &)': recipenode.C:1412: warning: implicit declaration of function `int rfc822t_alloc(...)' recipenode.C:1412: warning: cannot pass objects of type `Buffer' through `...' recipenode.C:1412: warning: initialization to `rfc822t *' from `int' lacks a cast recipenode.C:1416: warning: implicit declaration of function `int rfc822a_alloc(...)' recipenode.C:1416: warning: initialization to `rfc822a *' from `int' lacks a cast recipenode.C:1425: warning: implicit declaration of function `int rfc822_addrlist(...)' recipenode.C:1430: warning: implicit declaration of function `int rfc822a_free(...)' recipenode.C:1431: warning: implicit declaration of function `int rfc822t_free(...)' recipenode.C: In method `int RecipeNode::rfc822hasaddr(const char *, class Buffer &)': recipenode.C:1508: warning: cannot pass objects of type `Buffer' through `...' recipenode.C:1508: warning: initialization to `rfc822t *' from `int' lacks a cast recipenode.C:1512: warning: initialization to `rfc822a *' from `int' lacks a cast recipenode.C:1520: invalid use of undefined type `struct rfc822a' recipenode.C:1524: warning: implicit declaration of function `int rfc822_praddr(...)' *** Error code 1 Stop. thanks, jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message