From: SourceForge.net <no...@so...> - 2011-09-10 17:41:42
|
Bugs item #3407260, was opened at 2011-09-10 13:41 Message generated for change (Tracker Item Submitted) made by jbparker1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3407260&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: lisp error Status: Open Resolution: None Priority: 5 Private: No Submitted By: Brad Parker (jbparker1) Assigned to: Bruno Haible (haible) Summary: linux:tcsetattr fails - ffi problem Initial Comment: I'm using the stock clisp on ubuntu 9.1 (which is admitted, old). The linux:tcsettattr call fails with an ffi problem. sorry if this has been fixed. Welcome to GNU CLISP 2.44.1 (2008-02-23) <http://clisp.cons.org/> (let* ((descriptor (linux:open "/dev/ttyS0" ;;(device port) (logior linux:O_RDWR linux:O_NDELAY) (logior linux:S_IRUSR linux:S_IWUSR))) (attributes (get-attributes descriptor))) (linux:tcsetattr descriptor linux:TCSANOW (linux:tcgetattr descriptor))) *** - FFI::FOREIGN-CALL-OUT: Illegal foreign data type "tcflag_t" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3407260&group_id=1355 |