Re: Problems making Rdf makefile when setting up the annotea server in windows.
Matthew Wilson <[email protected]> Tue, 14 Feb 2006 18:09:48 +0000
| Newsgroups | gmane.org.w3c.annotation |
|---|---|
| Message-ID | <[email protected]> |
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