Hugo Vanwoerkom wrote:
Hi,

In pursuit of a dialog like replacement that uses the mouse I came across Ndialog:
http://gehenna.pell.portland.or.us/~orc/Code/ndialog/

But it needs a libnd to compile its examples:
cc -o fancyhello fancyhello.c -lnd -lpanel -lncurses -lgpm


In fact I just tried it: after building it a file has been built, named libndialog.a
if you rename it to libnd.a (or create a symlink), this works:

[00:59:[EMAIL PROTECTED]:/tmp/ndialog-1.0/src/example$ gcc -I../ -L.. -o fancyhello fancyhello.c -lnd -lpanel -lncurses -lgpm

(yes I had the file in a seperate subfolder named example)

regards,

Joris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to