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/veillardReceived 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