From owner-freebsd-questions@FreeBSD.ORG Fri Dec 26 23:42:12 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 64F2316A4CE for ; Fri, 26 Dec 2003 23:42:12 -0800 (PST) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF87D43D31 for ; Fri, 26 Dec 2003 23:42:09 -0800 (PST) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq58-161.dial.allstream.net [216.123.143.65]) by outbox.allstream.net (Postfix) with SMTP id 9312D1F5CFF for ; Sat, 27 Dec 2003 02:41:41 -0500 (EST) Date: Sat, 27 Dec 2003 02:41:36 -0500 From: epilogue@allstream.net To: freebsd-questions@freebsd.org Message-Id: <20031227024136.1fc9c35f.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 errors / 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: Sat, 27 Dec 2003 07:42:12 -0000 hello all, i am running FBSD4.9 and am wondering if any other 4.* users have had luck building the/usr/ports/graphics/cinepaint port? when i try, i get several error messages (see below). i've hacked away at this to the end of my very limited ability (suspect correct change in guash-config.h may yield solution) and have searched both google and the fbsd mailing list archives without any luck. i would appreciate it if someone could point me in the right direction. thanks! epi ------- gcc -g -O2 -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/local/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 Stop in /usr/ports/graphics/cinepaint.