From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 21:39:57 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C987416A4CE for ; Tue, 23 Dec 2003 21:39:57 -0800 (PST) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B11B43D2F for ; Tue, 23 Dec 2003 21:39:55 -0800 (PST) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq65-148.dial.allstream.net [216.123.141.244]) by outbox.allstream.net (Postfix) with SMTP id 58D034205A for ; Wed, 24 Dec 2003 00:39:52 -0500 (EST) Date: Wed, 24 Dec 2003 00:39:00 -0500 From: epilogue@allstream.net To: freebsd-questions@freebsd.org Message-Id: <20031224003900.239f16b4.epilogue@allstream.net> X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: compile error in cinepaint X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 05:39:57 -0000 hello all, i am eager to give the recently added cinepaint port a try but ran into a little problem making. # uname -a FreeBSD 4.9-RELEASE-p1 /usr/ports/graphics/cinepaint# make install ===> Building for cinepaint-0.18 [SNIP] Making all in guash gmake[2]: Entering directory `/usr/ports/graphics/cinepaint/work/cinepaint-0.18-1/plug-ins/guash'/bin/sh ../../libtool --mode=link cc -O -pipe -march=pentiumpro -o guash guash.o icons.o ../../lib/libcinepaint.la -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm -lc cc -O -pipe -march=pentiumpro -o .libs/guash guash.o icons.o ../../lib/.libs/libcinepaint.so -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm -lc -Wl,--rpath -Wl,/usr/X11R6/lib guash.o: In function `run': guash.o(.text+0x236): undefined reference to `gimp_procedural_db_get_data' guash.o(.text+0x3b0): undefined reference to `gimp_procedural_db_set_data' guash.o: In function `guash_build_thumbnail_from_gimage': guash.o(.text+0xb6a): undefined reference to `gimp_layer_is_floating_sel' guash.o(.text+0xfd2): undefined reference to `gimp_image_parasite_find' guash.o(.text+0x107a): undefined reference to `gimp_parasite_free' guash.o: In function `guash_get_image_from_file': guash.o(.text+0x116d): undefined reference to `gimp_image_undo_disable' guash.o: In function `guash_open_image_file': guash.o(.text+0x1c4e): undefined reference to `gimp_image_undo_enable' guash.o: In function `thumbnail_save_as_jpeg_thumbnail': guash.o(.text+0x7caf): undefined reference to `gimp_image_undo_disable' guash.o: In function `timer_start_guash': guash.o(.text+0x9d7c): undefined reference to `gimp_procedural_db_set_data' gmake[2]: *** [guash] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/cinepaint/work/cinepaint-0.18-1/plug-ins/guash' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/cinepaint/work/cinepaint-0.18-1/plug-ins' gmake: *** [all-recursive] Error 1*** Error code 2 i fiddle with things where i can, but i am, alas, no hacker. i would really appreciate any assistance that could be provided to help me get this program properly built. please take your time in replying. this is not urgent. thank you, epi