From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 4 00:30:34 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A097106566C for ; Wed, 4 Jan 2012 00:30:34 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7A38FC12 for ; Wed, 4 Jan 2012 00:30:33 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id q040UX0F008247; Tue, 3 Jan 2012 19:30:33 -0500 (EST) Received: from dhcp-64-102-208-164.cisco.com (dhcp-64-102-208-164.cisco.com [64.102.208.164]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id q040UTDS014063; Tue, 3 Jan 2012 19:30:29 -0500 (EST) Message-ID: <4F039DA5.8070107@freebsd.org> Date: Tue, 03 Jan 2012 19:30:29 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: ajtiM References: <201201031614.42015.lumiwa@gmail.com> In-Reply-To: <201201031614.42015.lumiwa@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: FreeBSD Port: graphics/inkscape X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 00:30:34 -0000 On 1/3/12 5:14 PM, ajtiM wrote: > On FreeBSD 9.0-RC3 #p1 I have still problem to update (build) > Inkscape0.48.2_1: I think there is a need to remove your existing libwpg01 port to get this to build. Joe > > Building for inkscape-0.48.2_1 > gmake all-recursive > gmake[1]: Entering directory > `/usr/ports/graphics/inkscape/work/inkscape-0.48.2' > Making all in src > gmake[2]: Entering directory > `/usr/ports/graphics/inkscape/work/inkscape-0.48.2/src' > CXX extension/internal/wpg-input.o > CXX extension/internal/bitmap/adaptiveThreshold.o > extension/internal/wpg-input.cpp:58:44: error: > libwpg/WPGStreamImplementation.h: No such file or directory > extension/internal/wpg-input.cpp: In member function 'virtual SPDocument* > Inkscape::Extension::Internal::WpgInput::open(Inkscape::Extension::Input*, > const gchar*)': > extension/internal/wpg-input.cpp:73: error: expected type-specifier > extension/internal/wpg-input.cpp:73: error: cannot convert 'int*' to > 'WPXInputStream*' in initialization > extension/internal/wpg-input.cpp:73: error: expected ',' or ';' > extension/internal/wpg-input.cpp:77: error: invalid use of incomplete type > 'struct WPXInputStream' > /usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: error: forward > declaration of 'struct WPXInputStream' > extension/internal/wpg-input.cpp:79: error: invalid use of incomplete type > 'struct WPXInputStream' > /usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: error: forward > declaration of 'struct WPXInputStream' > extension/internal/wpg-input.cpp:84: warning: possible problem detected in > invocation of delete operator: > extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type > /usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward > declaration of 'struct WPXInputStream' > extension/internal/wpg-input.cpp:84: note: neither the destructor nor the > class-specific operator delete will be called, even if they are declared when > the class is defined. > extension/internal/wpg-input.cpp:93: warning: possible problem detected in > invocation of delete operator: > extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type > /usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward > declaration of 'struct WPXInputStream' > extension/internal/wpg-input.cpp:93: note: neither the destructor nor the > class-specific operator delete will be called, even if they are declared when > the class is defined. > extension/internal/wpg-input.cpp:98: error: 'WPGString' is not a member of > 'libwpg' > extension/internal/wpg-input.cpp:98: error: expected `;' before 'output' > extension/internal/wpg-input.cpp:102: error: 'output' was not declared in this > scope > extension/internal/wpg-input.cpp:103: warning: possible problem detected in > invocation of delete operator: > extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type > /usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward > declaration of 'struct WPXInputStream' > extension/internal/wpg-input.cpp:103: note: neither the destructor nor the > class-specific operator delete will be called, even if they are declared when > the class is defined. > extension/internal/wpg-input.cpp:109: error: 'output' was not declared in this > scope > extension/internal/wpg-input.cpp:110: warning: possible problem detected in > invocation of delete operator: > extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type > /usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward > declaration of 'struct WPXInputStream' > extension/internal/wpg-input.cpp:110: note: neither the destructor nor the > class-specific operator delete will be called, even if they are declared when > the class is defined. > gmake[2]: *** [extension/internal/wpg-input.o] Error 1 > gmake[2]: *** Waiting for unfinished jobs.... > gmake[2]: Leaving directory > `/usr/ports/graphics/inkscape/work/inkscape-0.48.2/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/graphics/inkscape/work/inkscape-0.48.2' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/graphics/inkscape. > *** Error code 1 > > Stop in /usr/ports/graphics/inkscape. > > Thanks. > > Mitja > -------- > http://jpgmag.com/people/lumiwa > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome