Yes indeed, that did the trick.
Thank you. 
Lisa 

-----Original Message-----
From: Stephen Turner [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 11:53 AM
To: '[EMAIL PROTECTED]'
Subject: Re: [analog-help] Buidling Analog 5.22 on S390


On Tue, 30 Apr 2002, Bates, Lisa wrote:

> Hello, 
> 
> I am trying to build analog 5.22 on OS390 2.10. 
> [...]
> 
> Currently I am stuck on the compile of  output2.c   the error messages are
> ERROR CBC3045 ./output2.c:313   Undeclared identifier os_toascii.

Sorry, this is a bug. You can fix it by finding the function htmlputs() at
about line 268 and adding 

#ifdef EBCDIC
  extern unsigned char os_toascii[];
#endif

just above "extern logical cgi;"

-- 
Stephen Turner, Cambridge, UK
http://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC,
2/Jul/01


+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------
+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to