From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 14 08:31:47 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B75A16A4CE for ; Sat, 14 Feb 2004 08:31:47 -0800 (PST) Received: from bbnest.net (t119054.ap.plala.or.jp [220.220.119.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AB543D1F for ; Sat, 14 Feb 2004 08:31:46 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.net (8.12.10/8.12.10) with ESMTP id i1EGVj7C034040; Sun, 15 Feb 2004 01:31:45 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <402E4D70.4050507@FreeBSD.org> Date: Sun, 15 Feb 2004 01:31:44 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: long@lianet.ru References: <402E4AA8.9060006@lianet.ru> In-Reply-To: <402E4AA8.9060006@lianet.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: Inkscape build problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 16:31:47 -0000 Alenin D.V. wrote: > Hi friends! > I can not buld Inkscape (http://www.inkscape.org/) from sources. > make (or gmake) do error: > > g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../../src > -I/usr/local/include/gtk-2.0 > -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 > -I/usr/local/inclu > de/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 > -I/usr/X11R6/inc > lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local > /include/libart-2.0 -I/usr/local/include/libxml2 > -I/usr/local/lib/sigc++-1.2/incl > ude -I/usr/local/include/sigc++-1.2 -Wall -W -Wpointer-arith > -Wcast-align -W > sign-compare -Woverloaded-virtual -Wswitch -Wstrict-prototypes > -Wno-unused-parame > ter -g -O2 -c -o PathConversion.o `test -f 'PathConversion.cpp' || > echo './'`Path > Conversion.cpp > In file included from PathConversion.cpp:10: > Shape.h: In static member function `static double Shape::Round(double)': > Shape.h:362: `round' undeclared (first use this function) > Shape.h:362: (Each undeclared identifier is reported only once for each > function it appears in.) > PathConversion.cpp: In function `static void Path::CubicTangent(double, > NR::Point&, const NR::Point&, const NR::Point&, const NR::Point&, > const > NR::Point&)': > PathConversion.cpp:775: warning: unused variable `NR::Point dx' > PathConversion.cpp: In member function `void Path::RecBezierTo(const > NR::Point&, const NR::Point&, const NR::Point&, double, int, > double, double, > int)': > PathConversion.cpp:1052: warning: unused variable `NR::Point se' > PathConversion.cpp: In member function `void Path::RecBezierTo(const > NR::Point&, const NR::Point&, const NR::Point&, double, int, > double, double, > int, Path::offset_orig&)': > PathConversion.cpp:1175: warning: unused variable `const NR::Point se' > make[3]: *** [PathConversion.o] Error 1 > make[3]: Leaving directory > `/usr/home/long/unixcdrom/Inkscape/inkscape-20040212/s > rc/livarot' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/usr/home/long/unixcdrom/Inkscape/inkscape-20040212/s > rc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/usr/home/long/unixcdrom/Inkscape/inkscape-20040212' > make: *** [all] Error 2 > > Can anybody help? You may replace all round() instances with rint() and finally face gcc builtins bug. Port will be updated as soon as last problem will be solved. All the best, Alexander. > > _______________________________________________ > 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"