- From: Petter Gustad <pegu@computer.org>
- Date: Fri, 15 Jan 1999 18:08:51 -0800
- To: www-lib@w3.org
I'm sorry if this is a faq, I checked the archive but could not find any similar questions. I just checked out the sources, but I can't build it: cvs -d :pserver:anonymous@dev.w3.org:/sources/public -z3 checkout -r Release-5-2 libwww cd libwww perl config/winConfigure.pl #¹ aclocal; autoheader; automake; autoconf ./configure #² make #³ I'm running Linux kernel 2.0.36, perl 5.004_03, autoconf 2.12, automake 1.4, libtool 1.2, make 3.76.1. Is tag Release-5-2 a stable release? Am I doing something completely wrong? Thanks Petter #¹ The INSTALL.html said to ignore the error messages, the message I got was "no CPU found", just kidding, I got: zener:libwww $perl config/winConfigure.pl # assuming global: PUBLIC const SGML_dtd HTMLP_dtd = { Can't open ./Library/src/windows/../HTMulpar.: No such file or directory assuming global: PUBLIC FILE *WWWTrace = NULL; assuming global: PUBLIC unsigned int WWW_TraceFlag = 0; /* Global trace flag for ALL W3 code */ what is ./Library/src/vms/Makefile.am:26:" sys_dirent.h "? assuming global: PUBLIC int ParseDebug = 0; /* For use with LablPars and RatPars */ what is ./LineMode/src/vms/Makefile.am:8:" setup.com "? can't open "./WinCom/Makefile.am": No such file or directory at config/winConfigure.pl line 21. #² I got some errors like: ... Makefile.am:34: required directory ./WinCom does not exist Makefile.am:34: required directory ./Icons does not exist ... creating WinCom/Makefile sed: can't read ./WinCom/Makefile.in: No such file or directory creating WinCom/hlp/Makefile sed: can't read ./WinCom/hlp/Makefile.in: No such file or directory creating WinCom/res/Makefile sed: can't read ./WinCom/res/Makefile.in: No such file or directory creating Icons/Makefile sed: can't read ./Icons/Makefile.in: No such file or directory creating Icons/WWW/Makefile sed: can't read ./Icons/WWW/Makefile.in: No such file or directory creating Icons/32x32/Makefile sed: can't read ./Icons/32x32/Makefile.in: No such file or directory creating Icons/internal/Makefile sed: can't read ./Icons/internal/Makefile.in: No such file or directory creating wwwconf.h #³ zener:libwww $make # cd . && aclocal make: @SHELL@: Command not found make: *** [aclocal.m4] Error 127 -- ________________________________________________________________________ Petter Gustad 8'h2B | (~8'h2B) - Hamlet http://home.sol.no/~pegu #include <stdio.h>/* compile/run this program to get my email address */ int main(void) {printf ("pegu\100computer\056org\nmy opinions only\n");}
Received on Friday, 15 January 1999 21:09:35 UTC