From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 8 12:35:34 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 2474916A492 for ; Mon, 8 Jan 2007 12:35:34 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id EA4A513C45A for ; Mon, 8 Jan 2007 12:35:32 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1H3tis-000ICq-JJ; Mon, 08 Jan 2007 15:35:30 +0300 Date: Mon, 8 Jan 2007 15:35:25 +0300 From: Eygene Ryabinkin To: Bob Message-ID: <20070108123525.GM37482@codelabs.ru> References: <20070108065458.558b98d2@tania.servebbs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070108065458.558b98d2@tania.servebbs.org> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-3.4 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 Cc: freebsd-hackers@freebsd.org Subject: Re: 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:35:34 -0000 Bob, good day! I doubt that this posting should go into the freebsd-hackers, but nevertheless ;)) > 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 Please, undo these changes and try to build your port with command 'CFLAGS=-I/usr/local/include/libgsf-1 make clean install clean'. This should clean your build, point the preprocessor to the right location of the gsf/gsf.h, build your port once again, install it and clean the build area. > 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? PRs are welcome: they are made through send-pr utility. The maintainer for the port can be looked up using the following command: $ grep MAINTAINER /usr/ports/editors/koffice-kde3/Makefile MAINTAINER= kde@FreeBSD.org You can Cc your problem report to him. And if 'CFLAGS' trick will do the work, you can mention it in the report. But previous to sending the PR, look into the PR database: maybe your bug is already reported, but was not handled yet. See http://www.freebsd.org/send-pr.html for the long explanation and links. -- Eygene