From owner-freebsd-current Sun Jul 21 5: 5:26 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1942837B400 for ; Sun, 21 Jul 2002 05:05:23 -0700 (PDT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DAC843E42 for ; Sun, 21 Jul 2002 05:05:22 -0700 (PDT) (envelope-from Jan.Stocker@t-online.de) Received: from fwd00.sul.t-online.de by mailout02.sul.t-online.com with smtp id 17WFSg-0003vg-0M; Sun, 21 Jul 2002 14:05:18 +0200 Received: from twoflower.liebende.de (320072111332-0001@[217.80.127.89]) by fwd00.sul.t-online.com with esmtp id 17WFSe-1fVXOqC; Sun, 21 Jul 2002 14:05:16 +0200 Subject: rpcsvc/mount.h C++ bug From: Jan.Stocker@t-online.de (Jan Stocker) Reply-To: Jan.Stocker@t-online.de To: current@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 21 Jul 2002 12:03:31 +0200 Message-Id: <1027245811.19762.8.camel@twoflower> Mime-Version: 1.0 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG While trying to compile devel/fam ... i found out that rpcsvc/mount.h cant be compiled in C++ code. Try this: --- conftest.C --- #include int main() { return 0; } ---- $ g++ conftest.C conftest.C:7: syntax error at end of input Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message