Lorenzo Faccioli wrote: > gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I.. -I./.. > -DXMBINDDIR_FALLBACK=\"/sw/lib/X11/bindings\" > -DINCDIR=\"/sw/include/X11\" -DLIBDIR=\"/sw/lib/X11\" > -I/usr/X11R6/include -I/sw/include -DXNO_MTSAFE_STRINGAPI > -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused > -Wno-comment -MT Xmos.lo -MD -MP -MF .deps/Xmos.Tpo -c Xmos.c > -fno-common -DPIC -o .libs/Xmos.o > Xmos.c: In function 'GetQualifiedDir': > Xmos.c:284: error: 'struct passwd' has no member named 'pw_age' [] > Failed: phase compiling: openmotif3-2.2.4-4 failed
It could be useful to see the generated dependency file Xmos.Tpo (or perhaps named Xmos.Plo). This sits in the directory /sw/src/fink.build/openmotif3-2.2.4-4/openmotif-2.2.4/lib/Xm/.deps/. This would show, in particular, if instead of /usr/X11R6/include/X11/Xos_r.h some other file of the same name was found. Also, the output of the following commands would be interesting touch dummy.h gcc -arch i386 -E -dM dummy.h | grep -i apple -- Martin ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
