Hi,

I tried `fink build gimp2` on my intel box, and got following error:

gcc -I/sw/lib/fontconfig2/include/ -L/sw/lib/fontconfig2/lib -DHAVE_CONFIG_H 
-I. -I. -I.. -I.. -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
-I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 
-I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include   
-I/sw/include -DGIMP_APP_VERSION=\"2.0\" -I/sw/include -DGDK_MULTIHEAD_SAFE 
-DGTK_MULTIHEAD_SAFE  -g -O2 -Wall -c `test -f 'gimp-remote.c' || echo 
'./'`gimp-remote.c
gimp-remote.c: In function 'gimp_remote_find_window':
gimp-remote.c:128: warning: pointer targets in passing argument 1 of 'strcmp' 
differ in signedness
gimp-remote.c: In function 'source_selection_get':
gimp-remote.c:153: warning: pointer targets in passing argument 4 of 
'gtk_selection_data_set' differ in signedness
/bin/sh ../libtool --mode=link gcc -I/sw/lib/fontconfig2/include/ 
-L/sw/lib/fontconfig2/lib  -g -O2 -Wall  -Wl,-search_paths_first -L/sw/lib -o 
gimp-remote-2.0  gimp-remote.o -L/sw/lib -L/usr/X11R6/lib -lgtk-x11-2.0 
-lgdk-x11-2.0 -lXrandr -lXinerama -lXext -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 
-lpangoxft-1.0 -lXft -lXrender -lpangox-1.0 -lX11 -lpangoft2-1.0 -lfontconfig 
-lfreetype -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl 
-liconv   -L/usr/X11R6/lib  -lSM -lICE -lX11 -lXmu -lXt -liconv -lintl -lexpat
mkdir .libs
libtool: link: cannot find the library `/sw/lib/freetype219/lib/libfreetype.la'

Full log is here:
http://fink.sodan.ecc.u-tokyo.ac.jp/~asari/mito/gimp2.kikyo.log
( sorry for my LANG set to ja_JP.UTF-8.. )

I had installed freetype219-shlibs and no freetype219 installed.
This error seems strange for me, but it disappeared after I simply installed 
freetype219.

The next error I got was about MMX:

gcc -I/sw/lib/fontconfig2/include/ -L/sw/lib/fontconfig2/lib -DHAVE_CONFIG_H 
-I. -I. -I../.. -I../.. -I../../app -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include   -I/sw/include -DG_LOG_DOMAIN=\"Gimp-Composite\" 
-D_REENTRANT -I/sw/include -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -g -O2 
-Wall -c `test -f 'gimp-composite-mmx.c' || echo './'`gimp-composite-mmx.c
gimp-composite-mmx.c: In function 'gimp_composite_burn_rgba8_rgba8_rgba8_mmx':
gimp-composite-mmx.c:149: error: can't find a register in class 'GENERAL_REGS' 
while reloading 'asm'
gimp-composite-mmx.c:203: error: can't find a register in class 'GENERAL_REGS' 
while reloading 'asm'
gimp-composite-mmx.c: In function 'gimp_composite_scale_rgba8_rgba8_rgba8_mmx':
gimp-composite-mmx.c:1015: error: PIC register '%ebx' clobbered in 'asm'
gimp-composite-mmx.c: At top level:
gimp-composite-mmx.c:835: warning: 'mmx_op_overlay' defined but not used

And full log is here:
http://fink.sodan.ecc.u-tokyo.ac.jp/~asari/mito/gimp2.kikyo.1.log

After I append --disable-mmx to ConfigureParams field, this error goes away.

I made an experimental gimp2.info. Please have a look if you are interested!
http://cvs.sourceforge.net/viewcvs.py/fink/experimental/todai/ecc/main/finkinfo/graphics/

.. by the way, 
I finished writing this message, and I found upstream is now 2.3.6 (^_^;

--
ASARI Takashi @ Todai Fink Team
http://fink.sodan.ecc.u-tokyo.ac.jp/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to