lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev slang library


From: John Poltorak
Subject: lynx-dev slang library
Date: Fri, 26 Jun 98 19:51:25 +0000

Does anyone know where I can get a copy of the John Davis' slang
library compiled for OS/2?

I have downloaded the sources, created a makefile and run
make. Everything seemed to compile properly apart from minor errors
such as:-

In file included from ./slfile.c:16:
e:/emx/include/sys/types.h:38: warning: empty declaration
e:/emx/include/sys/types.h:48: warning: empty declaration
e:/emx/include/sys/types.h:53: warning: empty declaration
e:/emx/include/sys/types.h:58: warning: empty declaration

In file included from ./slunix.c:17:
e:/emx/include/sys/types.h:38: warning: empty declaration
e:/emx/include/sys/types.h:48: warning: empty declaration
e:/emx/include/sys/types.h:53: warning: empty declaration
e:/emx/include/sys/types.h:58: warning: empty declaration


slang.a (278318bytes) gets created, but when I copy that to e:/emx/lib
and attempt to build anything which requires slang.a such as jed, I
get errors such as:-

e:/emx/lib/slang.a(slvideo.o): Undefined symbol _v_gotoxy referenced
from text segment
e:/emx/lib/slang.a(slvideo.o): Undefined symbol _v_getxy referenced
from text segment
e:/emx/lib/slang.a(slvideo.o): Undefined symbol _v_putline referenced
from text segment
e:/emx/lib/slang.a(slvideo.o): Undefined symbol _v_getline referenced
from text segment

To me, this suggests that either slang.a is incorrectly built.

Any help would be appreciated.

I am using v1.2.2 of slang from space.mit.edu.          


-- 
John

reply via email to

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