- From: Leddy, Aine <leddy@hp.com>
- Date: Wed, 15 Feb 2006 12:15:40 +0000
- To: "Matthew Wilson" <matthew@mjwilson.demon.co.uk>, "Eric Prud'hommeaux" <eric@w3.org>
- Cc: <www-annotation@w3.org>
Ok I downloaded cywin with tools devel/make and devel/gcc-core On trying to make the RDF file again I got the following error Makefile:408: *** multiple target patterns. Stop. Which corresponds to the following line of code in the make file. config :: $(FIRST_MAKEFILE) $(INST_LIBDIR)$(DIRFILESEP).exists $(NOECHO) $(NOOP) Any idea what I should do next. Thanks Aine. -----Original Message----- From: Matthew Wilson [mailto:matthew@mjwilson.demon.co.uk] Sent: 14 February 2006 18:10 To: Eric Prud'hommeaux Cc: Leddy, Aine; www-annotation@w3.org Subject: Re: Problems making Rdf makefile when setting up the annotea server in windows. Eric Prud'hommeaux wrote: > On Tue, Feb 14, 2006 at 11:00:57AM -0000, Leddy, Aine wrote: >> >> I am getting the following error when trying to make the makefile in >> the RDF module. >> >> makefile(953) : fatal error U1033: syntax error : '=' unexpected Stop. > > What make program were you using? > >> This corresponds to the following line in the make file >> >> YAPPS := $(patsubst %.pm,%.yp,$(PARSERS)) > > I would not be surprised if nmake does not support this. Though maybe > you were running cygwin? > Some folks have done this on windows. Could someone say what perl > executable (and package) they used, and whether they ran it under > cygwin? I don't think I ran "make" at all. I just checked out the source, and then pointed perl at the appropriate place. That's just from memory though. If I had run make, it would have been cygwin. Matthew
Received on Tuesday, 21 February 2006 23:14:34 UTC