jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

jed-0.99-18 + slang-2.1.2 = Run-Time Error


Hi all!

I successfully built above sources using latest DJGPP, but when loading
a file and pressing cursor-up several times, JED shows "Run-Time Error"
instead of "Top Of Buffer." Same of cursor-down and "End Of Buffer."

Is this a known incompatibility?

What I tried so far:
1) jed-0.99.19-102 (from SVN) + slang-2.1.2 = OK
2) jed-0.99-18 + slang-2.1.1 = OK

By the way (regarding SVN version):
1) Why does `pcmouse.c' still have `jed_insert_chars'? I always have to
   change it to `jed_insert_nbytes'.
   $ sed -i 's/jed_insert_chars/jed_insert_nbytes/g' pcmouse.c
2) DJGPP makefile produced by mkmake misses `-lm'. Otherwise we get
   "undefined reference to `_finite'".
   $ sed -i '/-lslang/s/$/ -lm/' makefile
3) `INSTALL.pc' mentions `jed386.exe' several times, but DJGPP produces
   `jed.exe'. One of those should be fixed to avoid confusion. ;-)

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]