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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -