Menu

#543 no posix:uid on windows (required by asdf)

closed-fixed
clisp (524)
5
2010-05-28
2010-02-26
No

asdf package requires uid symbol from posix, but its not exporting on win32 at all.
so, to load asdf on clisp from win32 now u have to do that:

(in-package #:posix)
(export '(uid))
(in-package #:cl-user)
(load "asdf\\asdf.lisp")

to fix it, u can just add #+win32 (export '(uid)) to the syscalls\\posix.lisp

Discussion

<< < 1 2 (Page 2 of 2)
  • Sam Steingold

    Sam Steingold - 2010-05-13
    • status: open --> pending-fixed
     
  • Sam Steingold

    Sam Steingold - 2010-05-13

    we consider the problem fixed since GET-USER-SID is now available.
    if you disagree, reply within 2 weeks.

     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     
<< < 1 2 (Page 2 of 2)

Log in to post a comment.