Hi Martin,

Thanks.... I *had* Apple's X11, but thought that might be the source of my dia font problem so I (for the third time) did:

rm -rf /etc/X11
rm -rf /usr/X11R6
rm -rf /sw

and re-installed Fink (binary 0.70) then I did only

fink -y install dia

It looks like I got xfree86 4.4.0

[vh10-10:~] steve% fink list xfree
Information about 3002 packages read in 2 seconds.
i xfree86 4.4.0-1 Free X11 implementation for Darwin and Mac OS X
xfree86-base-threaded [virtual package]
xfree86-base-threade... [virtual package]
xfree86-rootless-thr... [virtual package]
xfree86-rootless-thr... [virtual package]
i xfree86-shlibs 4.4.0-1 Free X11 implementation for Darwin and Mac OS X


Anyway.. here is the invocation of cc that dies.. and you're right, there are several differences in the defined names on the command line. What version of X11 do you have?

/usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common -I. -I/usr/X11R6/include -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H -Os MultiSrc.c -o unshared/MultiSrc.o
In file included from MultiSrc.c:71:
XawI18n.h:32:19: widec.h: No such file or directory
make: *** [MultiSrc.o] Error 1
### execution of make failed, exit code 2
Failed: compiling xaw3d-1.5-5 failed


thanks!
-steve


On Apr 11, 2004, at 3:44 AM, Martin Costabel wrote:


Steve Spicklemire wrote:

[]
In file included from MultiSrc.c:71:
XawI18n.h:32:19: widec.h: No such file or directory
make: *** [MultiSrc.o] Error 1
### execution of make failed, exit code 2
Failed: compiling xaw3d-1.5-5 failed
Does this build for other folks? It looks like it's trying to find widec.h, but there is no such beast on Panther...

You should show the complete compiler command line that led to this error. Also, what version of X11 are you using? And yes, it builds for me. The compiler command line at that place is


/usr/bin/cc -c -g -Os -Wall -Wpointer-arith -no-cpp-precomp -fno-common -I. -I/usr/X11R6/include -D__DARWIN__ -DNO_ALLOCA -DX_LOCALE -DCSRG_BASED -DUSE_XWCHAR_STRING -dynamic MultiSrc.c

I suppose in your case there must be an additional "-DHAS_WCTYPE_H"? If this is so, this is coming directly from xmkmf/imake hell, and it must have somthing to do with your installation of X11.

--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to