Alexander Hansen wrote: > Harish Narayanan wrote: >> Martin Costabel wrote: >> >>> Harish Narayanan wrote: >>> >>>> Hello, >>>> >>>> I receive the following error while building gcc 4.4.1 on Mac OS X >>>> 10.6.1 using a 64-bit Fink installation. >>>> >>>> /usr/include/mach/vm_types.h:40: note: previous declaration of >>>> 'pointer_t' was here >>>> >>> The line just before this would have been interesting to see. >>> >> ../../gcc-4.4.1/gcc/fortran/module.c:107: error: conflicting types for >> 'pointer_t' >> /usr/include/mach/vm_types.h:40: note: previous declaration of >> 'pointer_t' was here >> >> >>> [] >>> >>>> Has anyone else run into this problem. Is it stupid to just move >>>> /usr/include/mach/vm_types.h out of the way during the build? >>>> >>> No and yes. If anything needs changing, it is the *other* file that has >>> the conflicting declaration of pointer_t. Changing system files isn't >>> done in Fink. >>> >>> >> Thanks. I guess I will just modify the system file during the build. >> >> Harish >> >> > No, don't do that. That's a really, really, bad idea. > > It looks like you got an error even before what you've already shown, so > how about showing us that? Also, if you've got anything in /usr/local, > that may be causing problems, and you could rename it while you build.
I don't have anything in /usr/local . Harish ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
