From owner-freebsd-questions@FreeBSD.ORG Mon Jan 8 12:06:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D5E616A40F for ; Mon, 8 Jan 2007 12:06:18 +0000 (UTC) (envelope-from bob@tamara-b.org) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 4C49C13C45B for ; Mon, 8 Jan 2007 12:06:18 +0000 (UTC) (envelope-from bob@tamara-b.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id 96307CACF6 for ; Mon, 8 Jan 2007 07:06:13 -0500 (EST) Received: from tania.servebbs.org (pool-71-247-37-145.nycmny.east.verizon.net [71.247.37.145]) by mailspool3.panix.com (Postfix) with ESMTP id 89B1A10594A5 for ; Mon, 8 Jan 2007 07:06:13 -0500 (EST) Date: Mon, 8 Jan 2007 07:06:57 -0500 From: Bob To: freebsd-questions@freebsd.org Message-ID: <20070108070657.3fde2ede@tania.servebbs.org> In-Reply-To: <20070105134858.65f3e082@tania.servebbs.org> References: <20070105134858.65f3e082@tania.servebbs.org> Organization: Tamara B X-Mailer: Claws Mail 2.6.1 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Koffice Compile Error fixed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2007 12:06:18 -0000 Greetings: Let me preface this by saying that I am not C programmer. I am running on FreeBSD 6.1-RELEASE-p10, and my ports and source trees are up to date. While attempting to compile koffice-1.6.1 I ran into this error: In file included from /usr/local/include/wv2/olestream.h:22, from graphicshandler.cpp:23: The offending code is in the file /usr/local/include/wv2/olestorage.h and reads: #include I have libgsf-1.14.1 installed and it installs gsf.h at: /usr/local/include/libgsf-1/gsf/gsf.h I also have wv2-0.2.3 Installed To fix this error, I edited the file /usr/local/include/wv2/olestorage.h and changed: #include to #include This fixed the error. There seems to be a discrepancy between WV2 and LIBGSF as to the proper location of gsf.h Either that, or my installation is not correct. Can someone either tell me who to report this to, or go ahead and report this to the proper maintainer? Perhaps the maintainer of koffice should add a patch? What is strange, and bothers me is that koffice 1.6.1 has been released for a while now, and nobody has run into this? Surely I am not the first to build koffice from sources. Best Regards Bob