help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Problem when using NCurses


From: olivier auverlot
Subject: [Help-smalltalk] Problem when using NCurses
Date: Mon, 28 Mar 2016 11:49:42 +0200

Hi,

I try to use NCurses with GNU Smalltalk but I have some difficulties.

I have downloaded the version 3.2.5 of GNU Smalltalk and compiled it on a
Debian server (8.3 - 64 bits).

Gst works fine but if I try to use NCurses with the code:

PackageLoader fileInPackage: 'NCurses'.
NCWindow clock

I got the following error message:

Object: CFunctionDescriptor new: 1 "<0x7f23abdbb2c0>" error: Invalid C
call-out initscr
SystemExceptions.CInterfaceError(Exception)>>signal (ExcHandling.st:254)
SystemExceptions.CInterfaceError class(Exception class)>>signal:
(ExcHandling.st:161)
CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165)
NCWindow class>>primInitScr (NCurses.star#VFS.ZipFile/ncurses.st:1)
NCWindow class>>initscr (NCurses.star#VFS.ZipFile/ncurses.st:1360)
NCWindow class>>clock (NCurses.star#VFS.ZipFile/ncurses.st:2712)
UndefinedObject>>executeStatements (a String:1)
nil


libncurses is already installed in my system and I have no error at
compile time.

Someone has an idea ?

Best regards

Olivier


reply via email to

[Prev in Thread] Current Thread [Next in Thread]