Timothy Reaves wrote:
Bennett Helm wrote:
What I've needed to do to get Qt to work is not simply to compile Qt,
but actually install it. Then, with pkgconfig installed (from fink), it picks up the Qt installation properly.

Once I get it to compile completely, I'll work on revising compile/install instructions for OS X.


insets/.libs/libinsets.a(insetfloat.o) definition of (anonymous namespace)::floatname(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, BufferParams const&)in section (__TEXT,__text) insets/.libs/libinsets.a(insetwrap.o) definition of (anonymous namespace)::floatname(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, BufferParams const&)in section (__TEXT,__text)

Ha! The anonymous namespace trick does not work very well with your compiler apparently. What version of gcc do you have?

FYI, function in the anonymous namespace in a C file are supposedly hidden to the rest of the world.

Abdel.

Reply via email to