W3C home > Mailing lists > Public > www-amaya@w3.org > April to June 1997

Re: Amaya doesn't use TCP/IP on IRIX

From: Amancio Hasty <hasty@rah.star-gate.com>
Date: Mon, 16 Jun 1997 09:19:13 -0700
Message-Id: <199706161619.JAA17231@rah.star-gate.com>
To: www-amaya@w3.org


Try this :
mkdir ~/.amaya/1
mkdir ~/.amaya/2
mkdir ~/.amaya/3


Now try to lookup any remote url http://.....

If amaya loads the page , the problem then is in init.c :

{hasty} diff -c init.c~ init.c
*** init.c~     Wed May 21 04:54:42 1997
--- init.c      Sun Jun 15 14:02:01 1997
***************
*** 882,888 ****
  #            endif /* _WINDOWS */
             strcpy (tempdocument, tempdir);
             strcat (tempdocument, documentname);
!            if (doc != newdoc)
               {
  #                 ifndef _WINDOWS
                  tmp_fp = fopen (tempdir, "r");
--- 882,888 ----
  #            endif /* _WINDOWS */
             strcpy (tempdocument, tempdir);
             strcat (tempdocument, documentname);
!            if (doc == newdoc)
               {
  #                 ifndef _WINDOWS
                  tmp_fp = fopen (tempdir, "r");

----

	Enjoy,
	Amancio
Received on Monday, 16 June 1997 18:18:42 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:21 GMT