About LTPLUS

Hi all,
I am trying to use LTPLUS4.1.4a that I downloaded from
http://www.geog.uni-hannover.de/grass/main_projects.html
I am still stuck with the "click on acquire/create then it dies"
problem.

When I click create on the LTPLUS window I get the message
on the terminal which says

graphics_on():calling XMapWindow
graphics_on():leaving the function

I checked if ltplus is running using the UNIX ps command
and found that I have a zombie process running.

Can anyone tell me what might be going wrong. Do I have to
do some additional in the LTPLUS config and header files to
get it working.

Thanks in advance

Raghavan
Osaka City University

Venkatesh Raghavan wrote:

Hi all,
I am trying to use LTPLUS4.1.4a that I downloaded from
http://www.geog.uni-hannover.de/grass/main_projects.html
I am still stuck with the "click on acquire/create then it dies"
problem.

When I click create on the LTPLUS window I get the message
on the terminal which says

graphics_on():calling XMapWindow
graphics_on():leaving the function

Thanks in advance

Raghavan
Osaka City University

Hi,

Yes I had the same problem, and the same questions

Antonio

LTPlus4.14a

A versioning problem caused an update error in
src.related/LTPlus_4.14a/source/in/put_diary.c

remove put_diary.c, put_diary.c.rej, and put_diary.c.orig

use the the attached file instead.

Please post you success or failure with LTP to me candrsn@mindspring.com
I will summarize.

Of Note
The demo macros demop, democ, demo_ploy, and demo_contour
have all run successfully on my Redhat5.1/i486/gcc2.7.2.3 system.
(I don't know if that means the package is completely working)

for a Sun SS5 (sparc) Solaris 2.5.1, gcc2.7.2 system
  use REDHAT CFLAGS and add -DBIG_ENDIAN
  the Redhat defines are necessary for supppressing ioctl defines
  the headers <sys/dir.h> and <dirent.h> were missing from /usr/include
   I grabbed them from my Redhat system (not the best idea)
  the bigendian define was required

after all that (on a Sun SS5)
LTP started ok, all demo macros start ok but none completed.
The menuset_get function is not working correctly.
  (looks like a bigendian problem)

General notes

LTP is not stable and is being updated.
Specifically the color handling is in transition.
8bit color works (not so good)
24bit color has problems
use -DDEBUGCOLOR to see what I mean

LTP will compile and run in either, but the 24bit display is sub optimal.
LTP arch specific defines should probably go into an arch file and
be referenced by source/incl/globals.h

LTP only works with ascii vector files
LTP needs to work with GRASS library calls

Help is needed on this project!!!!!!!!!!

----------------------------------
E-Mail: Carl Anderson <candrsn@mindspring.com>
Date: Sat, 06-Dec-98 12:00:00 +0000 (GMT)
Time: 10:22:25

This message was sent by XFMail
----------------------------------

(attachments)

put_diary.c (3.1 KB)