From ingvar at hexapodia.net Mon Aug 11 06:22:14 2008 From: ingvar at hexapodia.net (Ingvar) Date: Mon, 11 Aug 2008 07:22:14 +0100 Subject: [noctool-devel] Playing around with SNMP, again... Message-ID: Unfortunately, I have hot two snags in the last 20-odd minutes. Snag primo: It doesn't work to simply asdf-install:install the package. It relies on the *load-pathname* of the .asd file being the same as the file residing in the source directory (simple fix, wrap it in a truename call to resolve symlinks). Snag secundo: There's a peppering of calls to USOCKET:MAKE-DATAGRAM-SOCKET and that is a call that my latest USocket version has No Seen (0.3.7, freshly asdf-installed, specially). That's as far as I've managed to make it. //Ingvar From binghe.lisp at gmail.com Mon Aug 11 06:36:28 2008 From: binghe.lisp at gmail.com (Chun Tian (binghe)) Date: Mon, 11 Aug 2008 14:36:28 +0800 Subject: [noctool-devel] Playing around with SNMP, again... In-Reply-To: References: Message-ID: ? 2008-8-11???2:22? Ingvar ??? > Unfortunately, I have hot two snags in the last 20-odd minutes. > > Snag primo: It doesn't work to simply asdf-install:install the > package. It > relies on the *load-pathname* of the .asd file being the same as the > file > residing in the source directory (simple fix, wrap it in a truename > call to > resolve symlinks). OK, so I have to use (truename *load-pathname*), thanks. > > > Snag secundo: There's a peppering of calls to USOCKET:MAKE-DATAGRAM- > SOCKET and > that is a call that my latest USocket version has No Seen > (0.3.7, freshly > asdf-installed, specially). This is also an known issue, but I forgot to say in my release note. Please use usocket-0.4.x branch or usocket trunk. I have been working with usocekt author for several months and his said the first 0.4.x release will be out soon. > > > That's as far as I've managed to make it. > > //Ingvar > > _______________________________________________ > noctool-devel mailing list > noctool-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/noctool-devel