#18905: SBCL: Compile errors with variant threads on Leopard 10.5.6 (PPC) ---------------------------------+------------------------------------------ Reporter: nitralime@… | Owner: gwright@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: SBCL, Common Lisp | Port: sbcl ---------------------------------+------------------------------------------ Changes (by macsforever2000@…): * cc: waqar@… (added) * owner: macports-tickets@… => gwright@… Old description:
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!
New description: 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! -- -- Ticket URL: <http://trac.macports.org/ticket/18905#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS