Am Sonntag, 8. Oktober 2006 10:49 schrieb Abdelrazak Younes: > > FYI, function in the anonymous namespace in a C file are supposedly > > hidden to the rest of the world.
Indeed. Some compilers/linkers seem to have a problem here. So far we have seen to fail some versions of gcc 4.1 if pch is used. > I have committed a fix: > > Fix linking issue with MacOSX. > > * insetcollapsable: new floatName method. > > * insetfloat.C: floatname function deleted. > > * insetwrap.C: floatname function deleted. Please do something else, since floatname does not have anything to do with insetcollapsable. If you want to invest time, merge insetfloat and insetwrap, since more code is identical. If you just want a short term fix, rename one of the anon methods. Georg
