Opened 19 years ago

Closed 19 years ago

#2440 closed defect (fixed)

inkscape 0.40 fails compiling because of -lgc at the end of libtool

Reported by: gui_dos@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Compilation of the new inkscape 0.4 fails (on Xcode 1.5 and Panther 10.3.6) reporting:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/freetype2 -I/opt/local/include -DXTHREADS

-I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -DPOTRACE=\"potrace\" -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk -1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/ X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ libxml2 -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/ gtkmm-2.4 -I/opt/local/lib/gtkmm-2.4/include -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/ glibmm-2.4/include -I/opt/local/include/gdkmm-2.4 -I/opt/local/lib/gdkmm-2.4/include -I/opt/ local/include/pangomm-1.4 -I/opt/local/include/atkmm-1.6 -L/opt/local/lib -I/opt/local/include -no-cpp-precomp -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT extension/plugin/gimpgrad.lo -MD -MP -MF extension/plugin/.deps/gimpgrad.Tpo -c extension/plugin/gimpgrad.cpp -o extension/plugin/ gimpgrad.o >/dev/null 2>&1 /bin/sh ../libtool --mode=link g++ -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -o extension/plugin/libgimpgrad.la -rpath /opt/local/lib/inkscape/plugins extension/plugin/gimpgrad.lo -lgc g++ -dynamiclib -single_module -flat_namespace -undefined suppress -o extension/plugin/.libs/ libgimpgrad.0.0.0.dylib extension/plugin/.libs/gimpgrad.o -lgc -install_name /opt/local/lib/ inkscape/plugins/libgimpgrad.0.dylib -compatibility_version 1 -current_version 1.0 /usr/bin/libtool: can't locate file for: -lgc /usr/bin/libtool: file: -lgc is not an object file (not allowed in a library) make[2]: * [extension/plugin/libgimpgrad.la] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (1)

comment:1 Changed 19 years ago by olegb@…

Resolution: fixed
Status: newclosed

should be fix0red in the just commited portfile - thanks

Note: See TracTickets for help on using tickets.