c++ - Duplicate symbols for architecture armv7- -
i'm working on game engine using c++ language , i'm trying solve strange linker errors.
duplicate symbol __z11splitspringrknst3__112basic_stringicns_11char_traitsiceens_9allocatoriceeeecrns_6vectoris5_ns3_is5_eeee in: .../debug-iphoneos/maze.build/objects-normal/armv7/objectcomplex.o
and in other modules. totally have 25 duplicate symbols in different modules. have checked far:
- including code file instead of header
- having same interface name in different headers
- having static variables in header file
- having duplicate source code files in compile sources
- also tried rebuilding of entire solution
i'm using third-party libraries statically linked doubt source of problem. advice appreciated.
Comments
Post a Comment