Harish Narayanan wrote: [] > /sw/src/fink.build/gcc44-4.4.1-1000/darwin_objdir/./prev-gcc/xgcc > -B/sw/src/fink.build/gcc44-4.4.1-1000/darwin_objdir/./prev-gcc/ > -B/sw/lib/gcc4.4/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W > -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wcast-qual -Wold-style-definition -Wc++-compat > -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros > -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ifortran > -I../../gcc-4.4.1/gcc -I../../gcc-4.4.1/gcc/fortran > -I../../gcc-4.4.1/gcc/../include -I../../gcc-4.4.1/gcc/../libcpp/include > -I/sw/include -I../../gcc-4.4.1/gcc/../libdecnumber > -I../../gcc-4.4.1/gcc/../libdecnumber/dpd -I../libdecnumber > -I/sw/include -I/sw/include -DCLOOG_PPL_BACKEND -I/sw/include > ../../gcc-4.4.1/gcc/fortran/module.c -o fortran/module.o > ../../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
In fact, the two files in question do have conflicting declarations of pointer_t. But this is not new in 10.6, they always had this, and this has never led to a compiler error. So there must be something else going on in your case. One would have to find out why <mach/vm_types.h> is #included at all. -- 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
