Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (727 - 729 of 1030)

Ticket Resolution Summary Owner Reporter
#1074 notabug Foreign function not found: WIN64::|gethostname| Gerald Radack
Description

When I try to load usocket, an error "Foreign function not found: WIN64::|gethostname|" is displayed.

I am running CCL 64-bit on Windows 7 64-bit.

wx86cl64.exe -I ccl.save Welcome to Clozure Common Lisp Version 1.9-r15765 (WindowsX8664)! ? (ql:quickload "usocket") To load "usocket":

Load 1 ASDF system:

usocket

; Loading "usocket" Read error between positions 220 and 317 in C:/Users/Gerry/quicklisp/dists/quicklisp/software/usocket-0.6.0.1/backend/openmcl.lisp.

Error: Foreign function not found: WIN64::|gethostname| While executing: CCL::LOAD-EXTERNAL-FUNCTION, in process listener(1). Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

The error seems to be in the following code:

(defun get-host-name ()

(ccl::%stack-block ((resultbuf 256))

(when (zerop (#_gethostname resultbuf 256))

(ccl::%get-cstring resultbuf))))

#113 fixed Preferences:Paths:CCL Directory truncates selected directory R. Matthew Emerson Raffael Cavallaro
Description

The preference for setting the ccl directory truncates the selected directory so that the last path element is lost.

Workaround: select a directory within the ccl directory and the resulting pathname will be the correct ccl directory.

#172 wontfix open and save dialogs show no directory contents Gary Byers Raffael Cavallaro
Description

in the ide ("Version 1.1-r7538 (DarwinX8664)") when opening a file or saving a file, if the user selects a sidebar item in the open/save dialog the directory contents are not shown until the *second* time that sidebar item is selected.

Future visits to that sidebar directory show directory contents for that run of the ide. Upon quitting and restarting the ide, the problem returns - each sidebar directory must be visited twice for the directory contents to be seen.

Exceptions appear to be ~/, ~/Desktop, and /Applications.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.