home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / openloo / 3610 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  2.2 KB

  1. Path: sparky!uunet!gatech!europa.asd.contel.com!emory!athena.cs.uga.edu!curt
  2. From: curt@athena.cs.uga.edu (Curt Kersey)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Problem with XView and X11R5
  5. Message-ID: <1992Aug26.201703.26731@athena.cs.uga.edu>
  6. Date: 26 Aug 92 20:17:03 GMT
  7. Sender: curt@athena.cs.uga.edu (Curt Kersey)
  8. Organization: University of Georgia, Athens
  9. Lines: 51
  10.  
  11.  
  12.  hello-
  13.  
  14.  i am currently installing the xview3 package from the user contributed
  15.  software for X11R5.  i got it all to compile (finally), but now the
  16.  cmdtool and textedit programs do not work.  i have several compilation
  17.  errors while building the package that i suspect may be causing some
  18.  problems. the problems i encountered were:
  19.  
  20.     (1) in the file xview3/lib/libxview/panel/p_view.c
  21.  
  22.         in line 3 there were to " next to each other in the
  23.         sccs id line.  i just took one of them out, and it
  24.         compiled fine.  
  25.  
  26.         no big deal.
  27.  
  28.     (2) in the file xview3/lib/libxview/scrollbar/sb_compat.c
  29.  
  30.         in line 69 there was a type conflict with the attr
  31.         variable.  the function prototype had it as type
  32.         Scrollbar_attr and the function itself had it as
  33.         Attr_attr.  so i changed it to Scrollbar_attr, and
  34.         it compiled with no more errors.
  35.  
  36.         i am not real sure about this part.
  37.  
  38.     (3) in the file xview3/lib/libxview/textsw/txt_edit.c
  39.  
  40.         in line 524 there was a type conflict with the
  41.         variable buf_len.  the function prototype had it
  42.         as an int and the function header had it as a 
  43.           long int.  so i changed it to int, and it seemed 
  44.         to compile with no problems.
  45.  
  46.         i am not too worried about this either.
  47.  
  48.   for more background info:
  49.     o using X11R5 with the Xkernel package from ctr.columbia.edu to make
  50.       sun 3/50s X terminals.
  51.     o using the contributed xview3 software from export.lcs.mit.edu for
  52.       X11R5
  53.     o using the gcc compiler version 1.39 to build xview3
  54.  
  55.   the problem is that when i try to start up a cmdtool or textedit it gives
  56.   me a 'Bus error (core dumped)', and i dont know why.  any help is greatly
  57.   appreciated.
  58.  
  59.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  60.   Curt Kersey      email: curt@pollux.cs.uga.edu       phone: (706) 542-3445
  61.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  62.