Date: Sat, 27 Dec 2003 02:41:36 -0500 From: epilogue@allstream.net To: freebsd-questions@freebsd.org Subject: compile errors / cinepaint Message-ID: <20031227024136.1fc9c35f.epilogue@allstream.net>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031227024136.1fc9c35f.epilogue>