![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#142: Problem compiing LOGAND -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 0.26 Component: compiler | Version: 0.24 Resolution: | Keywords: -----------------------+---------------------------------------------------- Changes (by mevenson): * version: => 0.24 * milestone: => 0.26 Comment: This snippet {{{ (in-package :snmp) (lambda () (LOGAND (PORTABLE-THREADS:ATOMIC-INCF SNMP::REQUEST-ID-COUNTER) 4294967295)) }}} has the same error message which is a bit weird as I would have thought that the undefined "REQUEST-ID-COUNTER" variable would get detected first, but that seems to not be the case. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/142#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear