Benjamin Reed wrote:

M.Brooks Clark wrote:

Any ideas on this error?


if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include -I/usr/X11R6/include -DOSMAJORVERSION=7 -DOSMINORVERSION=5 -DBSD44SOCKETS -DIPv6 -DHAS_GETIFADDRS -DARC4_RANDOM -DXBINDIR=\"/usr/X11R6/bin\" -DXLIBDIR=\"/usr/X11R6/lib/X11\" -DXDMCP -DHAVE_PW_EXPIRE -DHAVE_GETUSERSHELL -DUSE_SYSLOG -DUSE_PAM -I../kfrontend -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DTCPCONN -DUNIXCONN -Os -Os -fPIC -MT access.o -MD -MP -MF ".deps/access.Tpo" -c -o access.o access.c; \
then mv -f ".deps/access.Tpo" ".deps/access.Po"; else rm -f ".deps/access.Tpo"; exit 1; fi
access.c: In function `ScanAccessDatabase':
access.c:205: error: `FamilyInternet6' undeclared (first use in this function)


this is supposed to be defined in your X11 headers, what X11 do you have installed?

It is only in X11 versions >=4.4.0. But with the earlier ones there should not be a -DIPv6 flag on the compiler line. For me it compiled OK with Apple's X11 on 10.3.5. There was no -DIPv6 flag on the gcc line.


OTOH, I see in the kdebase3-ssl build log:

checking for freetype-config... /usr/X11R6/bin/freetype-config
configure: WARNING: You need at least FreeType 2.1.3
configure: WARNING: Missing FreeType2 - disabling kfontinst!

and later on

KFontInstall control module got disabled from compilation
because of missing FreeType 2.x libraries/headers.
You can download the freetype library from http://www.freetype.org/.

So it seems that for xfree versions <=4.3.0, this should have a dependency on Fink's freetype2. Or, to strictly follow policies, it would need different variants for different X11 versions.

--
Martin






------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to