From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 8 12:11:39 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9854F16A40F for ; Mon, 8 Jan 2007 12:11:39 +0000 (UTC) (envelope-from bob@tamara-b.org) Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) by mx1.freebsd.org (Postfix) with ESMTP id 44E6D13C44C for ; Mon, 8 Jan 2007 12:11:37 +0000 (UTC) (envelope-from bob@tamara-b.org) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by l2mail1.panix.com (Postfix) with ESMTP id 0D1B75FA7F for ; Mon, 8 Jan 2007 06:54:15 -0500 (EST) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id 8D4BECACE6 for ; Mon, 8 Jan 2007 06:54:14 -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 CC65F10594A5 for ; Mon, 8 Jan 2007 06:54:14 -0500 (EST) Date: Mon, 8 Jan 2007 06:54:58 -0500 From: Bob To: freebsd-hackers@freebsd.org Message-ID: <20070108065458.558b98d2@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: discrepancy between WV2 and LIBGSF Header files? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2007 12:11:39 -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