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

Re: Error making mkdep on Ultrix 4.5

From: Daniel Veillard <Daniel.Veillard@imag.fr>
Date: Wed, 25 Jun 1997 12:21:18 +0200
Message-Id: <199706251021.MAA16757@praslin.inrialpes.fr>
To: Peter Pudney <pjp@scg.levels.unisa.edu.au>
Cc: www-amaya@w3.org

  Ok, will be corrected in next release.

add the following to Thot/tools/mkdep/mkdep.c if not already
done after the line :

#define MAX_SUB_INCLUDE 30

----------------------------------------------

#ifndef HAVE_STRDUP
char *strdup(const char *s)
{
    char *str;

    if (s == NULL) return(NULL);
    str = malloc(strlen(s) + 1);
    if (str == NULL) return(NULL);
    strcpy(str, s);
    return(str);
}
#endif

------------------------------------------------

Daniel

-- 
Daniel Veillard@w3.org      | W3C / INRIA Rhone-Alpes | Today's Bookmarks :
Daniel.Veillard@inrialpes.fr| 655 av de l'Europe      | Linux, WWW, Java,
Tel : +33 (0)4 76 61 53 85  | 38330 Montbonnot        | badminton, Kaffe,
Fax : +33 (0)4 76 61 52 07  | France                  | Amaya and CSS.
Home: +33 (0)4 76 63 05 86  | http://opera.inrialpes.fr/veillard
Received on Wednesday, 25 June 1997 12:21:47 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:24 UTC