Page 1 of 1

build 5396 OSX 10.8.2 Compile problem - Undefined symbols

Posted: Sat Nov 10, 2012 6:31 pm
by Computer.Pers
Hi!

I'm trying to build svn version on my mac.
Xcode 4.5.2

Latest FreeOrionSDK for OSX

i get error messages:

Code: Select all

Undefined symbols for architecture i386:
  "parse::detail::effect_parser_3()", referenced from:
      parse::effect_parser()      in EffectParser.o
  "parse::detail::effect_parser_4()", referenced from:
      parse::effect_parser()      in EffectParser.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
EffectParser.cpp i've added, but this doesn't helps me...

Re: build 5396 OSX 10.8.2 Compile problem - Undefined symbol

Posted: Sat Nov 10, 2012 6:51 pm
by Geoff the Medio
Did you update while XCode was open? It might have blocked the SVN client from updating the project file to include the files for EffectParser3 and 4...

Re: build 5396 OSX 10.8.2 Compile problem - Undefined symbol

Posted: Sat Nov 10, 2012 7:15 pm
by Computer.Pers
Geoff the Medio wrote:Did you update while XCode was open? It might have blocked the SVN client from updating the project file to include the files for EffectParser3 and 4...
Yes i was tryed different ways and always Xcode was opened. I've closed it re-downloaded project.
Now compiling, will see helps this or not. Last time there wasn't such files in project, now they're there.

Re: build 5396 OSX 10.8.2 Compile problem - Undefined symbol

Posted: Sat Nov 10, 2012 7:34 pm
by Computer.Pers
Geoff the Medio wrote:Did you update while XCode was open? It might have blocked the SVN client from updating the project file to include the files for EffectParser3 and 4...
Thank you, this helpes me.