Received: from jimi.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa22556;
          1 Jun 94 22:29 PDT
To: jay@JIMI.CS.UNLV.EDU
Subject: bug-chimera dec 93
Date: Wed, 01 Jun 1994 22:29:04 -0700
From: Jay Nietling <jay@JIMI.CS.UNLV.EDU>


------- Forwarded Messages

Received: from magic-sam.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa24113;
          14 Dec 93 23:42 PST
To: bug-chimera@magic-sam.CS.UNLV.EDU
Subject: test
Date: Tue, 14 Dec 1993 23:42:59 -0800
From: Jay Nietling <jay@magic-sam.CS.UNLV.EDU>

grr.

------- Message 2

Received: from magic-sam.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa24317;
          14 Dec 93 23:51 PST
To: Allen Condit <condit@katie.isri.unlv.edu>
cc: bug-chimera@magic-sam.CS.UNLV.EDU
Subject: Re: reminder 
In-reply-to: Your message of "Tue, 14 Dec 1993 17:09:10 PST."
Date: Tue, 14 Dec 1993 23:51:44 -0800
From: Jay Nietling <jay@magic-sam.CS.UNLV.EDU>


  
  to create the chimera bugs mailing list.
  
  allen
  
ok.  the thing exists.  it is called "bug-chimera".  all messages sent
there will be sent  to everyone on the  list  and will be archived  in
/var/mmdf currently.  requests to be added  to the list  need to go to
bug-chimera-request of course.  i'll handle adds and deletes for now.

current members are:

john
condit
jay
greg

- -jay

------- Message 3

Received: from char.vnet.net by JIMI.CS.UNLV.EDU id aa26517; 16 Dec 93 9:24 PST
Received: from shale.vnet.net.vnet.net (shale.vnet.net) by char.vnet.net with SMTP id AA10613
  (5.65c/IDA-1.4.4 for <bug-chimera@cs.unlv.edu>); Thu, 16 Dec 1993 12:23:56 -0500
Received: by shale.vnet.net.vnet.net (4.1/SMI-4.1)
	id AA05350; Thu, 16 Dec 93 12:23:51 EST
Message-Id: <9312161723.AA05350@shale.vnet.net.vnet.net>
To: bug-chimera@cs.unlv.edu
Subject: Can't compile.. Help?
Date: Thu, 16 Dec 1993 12:23:49 -0500
From: "That Whispering Wolf..." <elfchief@shale.vnet.net>

I get the following trying to compile Chimera under SunOS 4.1.1, OpenWin 3.0
and gcc 2.4.5:

gcc -O   -I/usr/include -I../libhtmlw       -target sun4 -c  main.c
In file included from main.c:46:
image.h:37: parse error before `*'
image.h:37: warning: data definition has no type or storage class
main.c:69: parse error before `*'
main.c:69: warning: data definition has no type or storage class
main.c: In function `main':
main.c:220: `htmlWidgetClass' undeclared (first use this function)
main.c:220: (Each undeclared identifier is reported only once
main.c:220: for each function it appears in.)
main.c:222: `WbNanchorCallback' undeclared (first use this function)
main.c:227: `WbNresolveImageFunction' undeclared (first use this function)
[The rest deleted for brevity]

Now, best I can tell the error is because image.h is doing something like:
ImageInfo *MakeImageInfo(Document *);

.. and ImageInfo isn't a defined structure anywhere. I looked through the
source files, and can't figure out where ImageInfo is (or should be)
defined, so the compile is failing miserably and I can find no way to
fix it. 

Help?

								-WW

------- Message 4

Received: from brownie.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa01759;
          16 Dec 93 11:46 PST
To: "That Whispering Wolf..." <elfchief@shale.vnet.net>
cc: bug-chimera@cs.unlv.edu
Subject: Re: Can't compile.. Help? 
In-reply-to: Your message of "Thu, 16 Dec 1993 12:23:49 EST."
             <9312161723.AA05350@shale.vnet.net.vnet.net> 
Date: Thu, 16 Dec 1993 11:46:01 -0800
From: John Kilburg <john@brownie.CS.UNLV.EDU>

>I get the following trying to compile Chimera under SunOS 4.1.1, OpenWin 3.0
>and gcc 2.4.5:
>
>gcc -O   -I/usr/include -I../libhtmlw       -target sun4 -c  main.c
>In file included from main.c:46:
>image.h:37: parse error before `*'

The toplevel directory of the distribution should look something like:

COPYRIGHT
README
README.NCSA
libhtmlw
src
lib
pbmplus

The header file which defines ImageInfo (HTML.h) is in libhtmlw.  The
- -I../libhtmlw flag should have told the compiler where to locate
HTML.h.  As long as you typed:

xmkmf
make Makefiles clean all

in the toplevel directory everything should be OK.  It could be
that OpenWin 3.0 is X11R4 (I'm not sure I've never used OpenWin).
In that case you will need to modify src/Imakefile.  There is a
line which has something like:

DEFINES = #-DNOR5 #-Wall -g

change this to

DEFINES = -DNOR5 # -Wall -g

Send me email if you are still having problems after this or if you can
provide me with more info.

						-john

------- Message 5

Received: from duke.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa12688;
          17 Dec 93 13:47 PST
To: bug-chimera@duke.CS.UNLV.EDU
Subject: chimera
Date: Fri, 17 Dec 1993 13:47:42 -0800
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>

It would be nice if when I click on ``back'' I was returned to the same
spot in the document where I clicked to go to the other page.

					--Greg

------- Message 6

Received: from duke.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa14008;
          17 Dec 93 14:24 PST
To: bug-chimera@duke.CS.UNLV.EDU
Subject: default image
Date: Fri, 17 Dec 1993 14:24:46 -0800
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>

Make it something other than the
NSCA thingy.

		--Greg

------- Message 7

Received: from duke.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa16239;
          17 Dec 93 15:30 PST
To: bug-chimera@duke.CS.UNLV.EDU
Subject: file: notation
Date: Fri, 17 Dec 1993 15:30:53 -0800
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>

chimera file://dggis.rtpnc.epa.gov/epa_ceam/wwwhtml/ceam_home.html

fails

Mosaic file://dggis.rtpnc.epa.gov/epa_ceam/wwwhtml/ceam_home.html


works.

				--Greg

------- Message 8

Received: from duke.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa20464;
          17 Dec 93 17:17 PST
To: bug-chimera@duke.CS.UNLV.EDU
Subject: meta library
Date: Fri, 17 Dec 1993 17:17:12 -0800
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>

Attempting to use the meta library has interesting results...

					--Greg
ps
I just love chimera, it is so wonderfull, john is a net.god

------- Message 9

Received: from duke.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa20799;
          17 Dec 93 17:27 PST
To: bug-chimera@duke.CS.UNLV.EDU
Subject: caching bug
Date: Fri, 17 Dec 1993 17:27:22 -0800
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>

The caching of pages really messes up on searchable index types of things.

Might want to have some way of turning it off...

				--Greg

------- Message 10

Received: from mayall.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa21201;
          17 Dec 93 17:40 PST
To: Greg Wohletz <greg@duke.cs.unlv.edu>
cc: bug-chimera@mayall.CS.UNLV.EDU
Subject: Re: caching bug 
In-reply-to: Your message of "Fri, 17 Dec 1993 17:27:22 PST."
Date: Fri, 17 Dec 1993 17:40:29 -0800
From: John Kilburg <john@mayall.CS.UNLV.EDU>

>The caching of pages really messes up on searchable index types of things.
>
>Might want to have some way of turning it off...
>
>				--Greg

This should be fixed in the latest release (0.9g) which is not
yet available.

						-john

------- Message 11

Received: from magic-sam.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa04756;
          19 Dec 93 1:42 PST
To: bug-chimera@magic-sam.CS.UNLV.EDU
Subject: printing
Date: Sun, 19 Dec 1993 01:42:23 -0800
From: Jay Nietling <jay@magic-sam.CS.UNLV.EDU>


how can i print pages?

- -jay

------- Message 12

Received: from snooky.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa29890;
          19 Dec 93 21:01 PST
To: Jay Nietling <jay@magic-sam.cs.unlv.edu>
cc: bug-chimera@magic-sam.cs.unlv.edu
Subject: Re: printing 
In-reply-to: Your message of "Sun, 19 Dec 1993 01:42:23 PST."
Date: Sun, 19 Dec 1993 21:01:25 -0800
From: John Kilburg <john@snooky.CS.UNLV.EDU>

>how can i print pages?
>
>-jay

You can't.  I have been waiting for this request for a while...
you are the first.

						-john

------- Message 13

Received: from magic-sam.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa22898;
          28 Dec 93 22:48 PST
To: bug-chimera@magic-sam.CS.UNLV.EDU
Subject: x cut buffer stuff
Date: Tue, 28 Dec 1993 22:48:41 -0800
From: Jay Nietling <jay@magic-sam.CS.UNLV.EDU>


i can't select  text in an xterm  window and  copy  it into the  "open
document" dialog box.  should i be able to?

- -jay
jay@cs.unlv.edu

------- Message 14

Received: from hammond.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa08045;
          29 Dec 93 11:14 PST
To: bug-chimera@hammond.CS.UNLV.EDU
Subject: Re: x cut buffer stuff 
In-reply-to: Your message of "Tue, 28 Dec 1993 22:48:41 PST."
Date: Wed, 29 Dec 1993 11:14:49 -0800
From: John Kilburg <john@hammond.CS.UNLV.EDU>

>i can't select  text in an xterm  window and  copy  it into the  "open
>document" dialog box.  should i be able to?
>
>-jay
>jay@cs.unlv.edu

You should be able to.  I made the text widgets insensitive so that
they wouldn't beep when a key was pressed because they are read
only (the beep is amazingly loud).  There is probably another
way to prevent the beep but I've been too lazy to find it.

I will fix it in 1.0.

						-john

------- End of Forwarded Messages

