From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 14 06:59:50 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 EE38F16A4CE for ; Sat, 14 Feb 2004 06:59:50 -0800 (PST) Received: from gate.lianet.ru (Gate.LiaNet.ru [212.45.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40CEC43D1F for ; Sat, 14 Feb 2004 06:59:50 -0800 (PST) (envelope-from long@lianet.ru) Received: from lianet.ru ([10.40.7.24]) by gate.lianet.ru (8.12.9/8.12.6) with ESMTP id i1EEwnQi029130 for ; Sat, 14 Feb 2004 17:59:49 +0300 (MSK) (envelope-from long@lianet.ru) Message-ID: <402E4AA8.9060006@lianet.ru> Date: Sat, 14 Feb 2004 19:19:52 +0300 From: "Alenin D.V." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: Inkscape build problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: long@lianet.ru 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 14:59:51 -0000 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?