Opened 15 years ago

Last modified 11 months ago

#18905 closed defect

SBCL: Compile errors with variant threads on Leopard 10.5.6 (PPC) — at Version 1

Reported by: nitralime@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: SBCL, Common Lisp Cc: waqar@…
Port: sbcl

Description (last modified by mf2k (Frank Schima))

While compiling SBCL with variant threads I got the following error:

....
dynbind.c: In function 'bind_variable':
dynbind.c:46: error: 'TLS_INDEX_LOCK' undeclared (first use in this function)
dynbind.c:46: error: (Each undeclared identifier is reported only once
dynbind.c:46: error: for each function it appears in.)
dynbind.c:51: error: 'FREE_TLS_INDEX' undeclared (first use in this function)
dynbind.c:55: warning: implicit declaration of function 'lose'
make: *** [dynbind.o] Error 1
...

Without variant threads it works fine!

Change History (1)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: waqar@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to gwright@…
Note: See TracTickets for help on using tickets.