Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#424 closed task (fixed)

Check threading compilation on OS X

Reported by: Philip Taylor Owned by:
Priority: If Time Permits Milestone: Pre-Alpha 2
Component: Core engine Keywords:
Cc: Patch:

Description

r7193 changed how we link with pthreads. First thing to check (by testing the build): does the -pthread option work on OS X? Second thing: premake.lua defines _REENTRANT explicitly on OS X (because it wasn't defined by the included headers); is that unnecessary now that we use -pthread?

Change History (5)

comment:1 by Philip Taylor, 14 years ago

Milestone: UnclassifiedOS Pre-Alpha 2

comment:2 by philip, 14 years ago

Resolution: fixed
Status: newclosed

(In [7513]) OS X Atlas build fix. Fix wcsdup emulation. Remove seemingly unneeded compile flag (closes #424).

comment:3 by philip, 14 years ago

(In [7538]) Revert deletion of compile flag that apparently is actually needed (see #424).

comment:4 by (none), 14 years ago

Milestone: OS Pre-Alpha 2

Milestone OS Pre-Alpha 2 deleted

comment:5 by historic_bruno, 12 years ago

Milestone: Pre-Alpha 2
Note: See TracTickets for help on using tickets.