search for: range2d

Displaying 3 results from an estimated 3 matches for "range2d".

2009 Sep 02
4
[LLVMdev] link-error: different visibilities
When I use llvm-2.5 to compile gnash which is a GNU flash movie player, some errors appeared as follow: llvm-ld: error: Cannot link in module '../libcore/.libs/libgnashcore.a(movie_root.o)': Linking globals named '_ZNKSt6vectorIN5gnash8geometry7Range2dIfEESaIS3_EE4sizeEv': symbols have different visibilities! Because the name is mangled, I can't find the exact position of this function in the original source code, so I can't give more information about it. Any one will help me? Thanks! Gauss, 09-02 -- View this message in contex...
2009 Sep 02
0
[LLVMdev] link-error: different visibilities
...auss wrote: > When I use llvm-2.5 to compile gnash which is a GNU flash movie player, some > errors appeared as follow: > > llvm-ld: error: Cannot link in module > '../libcore/.libs/libgnashcore.a(movie_root.o)': Linking globals named > '_ZNKSt6vectorIN5gnash8geometry7Range2dIfEESaIS3_EE4sizeEv': symbols have > different visibilities! > > Because the name is mangled, I can't find the exact position of this > function in the original source code, so I can't give more information about > it. You probably have c++filt installed: $ c++filt _ZNK...
2009 Sep 02
0
[LLVMdev] link-error: different visibilities
gauss wrote: > When I use llvm-2.5 to compile gnash which is a GNU flash movie player, some > errors appeared as follow: > > llvm-ld: error: Cannot link in module > '../libcore/.libs/libgnashcore.a(movie_root.o)': Linking globals named > '_ZNKSt6vectorIN5gnash8geometry7Range2dIfEESaIS3_EE4sizeEv': symbols have > different visibilities! > > Because the name is mangled, I can't find the exact position of this > function in the original source code, so I can't give more information about > it. > Use the c++filt program (part of GNU binutils)...