Hi Alex,

> On Fri, Nov 02, 2012 at 05:38:40PM +0100, Alexander Burger wrote:
>> For some reason, fcntl() doesn't work. It workes on pil32, I believe.
>
> Perhaps found the reason. I've changed the calling pattern of fcntl().
> Please try once more.
>
> Cheers,
> - Alex

At least something has changed during the make:

MacBook-Air:picoLispEmu jkleiser$ (cd src64; make)
emu.base.c: In function ‘run’:
emu.base.c:42115: warning: format not a string literal and no format
arguments
emu.base.c:42170: warning: format not a string literal and no format
arguments
MacBook-Air:picoLispEmu jkleiser$ ./pil +
[/Users/jkleiser/.pil/history:1] File lock: Invalid argument
?
: (== 64 64)
-> T
: *CPU
-> "emu"
: (load "misc/fibo.l")
[misc/fibo.l:40] !? (here "/**/")
here -- Undefined
?
: (bye)
MacBook-Air:picoLispEmu jkleiser$ ./bin/picolisp
: (load "misc/fibo.l")
[lib/native.l:31] !? (** 2 32)
** -- Undefined
?
: (bye)
MacBook-Air:picoLispEmu jkleiser$ ./bin/picolisp misc/fibo.l
[misc/fibo.l:38] !? (load "@lib/native.l")
"@lib/native.l" -- Open error: No such file or directory
?
: (bye)

/Jon

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to