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. [] > 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. -- Martin ------------------------------------------------------------------------------ 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
