Hello!
This is my complete output, as you can see, the blank between "of" and "failed" is actually there. I already found the faq you refer to, but I thought it does not apply to my problem.
The real error message is often not where you think it is. In particular, compiler error messages are characterized by the fact that they do *not* contain the word "error". If it doesn't say "warning", it's an error :-)
the output:
Information about 1142 packages read in 1 seconds.
The following package will be installed or updated:
xfig
The following 5 additional packages will be installed:
transfig x-ghostscript-fonts xaw3d xaw3d-shlibs xfontpath
Do you want to continue? [Y/n]
/bin/rm -rf xaw3d-1.5-5
/bin/mkdir -p /sw/src/xaw3d-1.5-5
gzip -dc /sw/src/Xaw3d-1.5.tar.gz | /sw/bin/tar -xf -
patch -p1 </sw/fink/dists/stable/main/finkinfo/x11/xaw3d-1.5-5.patch
patching file Imakefile
xmkmf
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
ln -s .. X11
make USRLIBDIR=/sw/lib INCDIR=/sw/include SHLIBDIR=/sw/lib
+ mkdir unshared
rm -f AllWidgets.o unshared/AllWidgets.o
/usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common -I.
-I/usr/X11R6/include -D__DARWIN__ -DNO_ALLOCA -DX_LOCALE -DCSRG_BASED -DUSE_XWCHAR_STRING -g -Os AllWidgets.c -o unshared/AllWidgets.o
AllWidgets.c:30:28: X11/IntrinsicP.h: No such file or directory
AllWidgets.c:31:32: X11/Xmu/WidgetNode.h: No such file or directory
These are the real error messages. Everything else are just follow-up errors.
If you don't have the file /usr/X11R6/include/X11/IntrinsicP.h, your X11 installation is incomplete. If it's Apple's X11, reinstall the X11SDK.pkg. The Apple installer has the bad habitude to sometimes install only some of the files it pretends to install.
I have written a little shell script "bomcheck" to check this. It is available here
http://cvs.sourceforge.net/viewcvs.py/*checkout*/fink/experimental/costabel/bomcheck?rev=1.1
If you run it as "sh bomcheck X11SDK", it tells you whether the installation of that package is complete.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
