Update of bug #11167 (project wesnoth):

             Assigned to:                 boucman => ivanovic               

    _______________________________________________________

Follow-up Comment #10:

Since ullisessorc is not a member of the project I'm reasigning to you
Ivanovic (it will be a huge problem for 1.4 if it keeps like this for much
longer)

>From what I know Ulises uses XCode. That IDE is based on gcc, but since I do
not know which exact version, and I'm not really sure what can be the issue
on Mac I can only offer you guesses. Depending on gcc version and wether or
not his gcc supports dw2 exceptions he should consider these things :
-explicitly forcing exception use by -fexceptions flag won't hurt him
-wesnoth stack is often to large and to complex to allow proper unwinding of
threads using SJLJ exceptions (at least on windows). This issue can be worked
around (again at least on windows) by forcing asynchronous unwind tables in
gcc 3.x. This is not possible in gcc4, he might actualy have to find gcc with
dw2 exceptions or build such toolchain himself since the two models are
mutualy exclusive.
-if there is a way of forcing usage of threadsafe libs in XCode he should
force it. 
-It might be worth to try building the app and all dependencies with posix
threads
 

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?11167>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to