From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34703 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL) Date: 10 Feb 2001 05:54:15 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87hf25yhc9.fsf@inanna.rimspace.net> <2n3ddn8hex.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170579 31704 80.91.224.250 (21 Oct 2002 03:22:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:22:59 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 2F2C2D049D for ; Sat, 10 Feb 2001 08:55:06 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id HAC07477; Sat, 10 Feb 2001 07:54:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 10 Feb 2001 07:54:03 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA04547 for ; Sat, 10 Feb 2001 07:53:52 -0600 (CST) Original-Received: from freedom.labridge.com (home.LABridge.com [206.117.169.5]) by mailhost.sclp.com (Postfix) with ESMTP id DD1E8D049D for ; Sat, 10 Feb 2001 08:54:20 -0500 (EST) Original-Received: from reader.local.lan (DSL02-049.LABridge.com [206.117.4.49]) by freedom.labridge.com (8.8.8/8.8.8) with ESMTP id FAA09729 for ; Sat, 10 Feb 2001 05:57:55 -0800 Original-Received: (from reader@localhost) by reader.local.lan (8.11.0/8.11.0) id f1ADsGw25863; Sat, 10 Feb 2001 05:54:16 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: <2n3ddn8hex.fsf@tiger.jia.vnet> (ShengHuo ZHU's message of "09 Feb 2001 20:18:14 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 49 Xref: main.gmane.org gmane.emacs.gnus.general:34703 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34703 ShengHuo ZHU writes: > palmieri@math.washington.edu (John H. Palmieri) writes: > > > > I don't know how serious this error is, because the compilation > > process continues from here. I know the reason for the error: > > mule-sysdp is in url/lisp, not w3/lisp, in the cvs versions, and > > configure doesn't have a '--with-url' option so I can specify the > > appropriate directory. Someone who knows something about configure > > scripts (i.e., not me) want to fix this? > > Added. Still doesn't work for me. Entered w3/w3 cvs update Entered w3/url cvs update Then in w3/w3 ./configure --with-url=/usr/local/w3/url [...] Sucessfully configured Emacs/W3 Using custom package installed in: Emacs/W3 will be compiled with: emacs To finish building Emacs/W3 type 'make' now. To install Emacs/W3 type 'make install'. To create autoloads in '/home/reader/.emacs' type 'make dotemacs' $ make cd lisp && make w3 make[1]: Entering directory `/usr/local/w3/w3/lisp' GNUSDIR=/usr/local/gnus/lisp/ URLDIR=/usr/local/w3/url W3SRCDIR=. emacs -batch -q -no-site-file -l ./docomp.el -f emacs-batch-build-autoloads . auto-autoloads.el Cannot open load file: mule-sysdp make[1]: *** [auto-autoloads.el] Error 255 make[1]: Leaving directory `/usr/local/w3/w3/lisp' make: *** [w3] Error 2 [209 reader]/usr/local/w3/w3 $