Hi Everyone,
Just a couple of points:
I've detected a regression error: cvs doesn't build any more (at least not for me).
See http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php
and
http://www.astro.gla.ac.uk/users/paulm/WRT/buildinfo.php?id=29
for details.
Also, this build fail illustrated a couple of problems with the current setup, so any updates to wine wont cause WRT to update for a little while.
Should be back in action again soon, though.
HTH,
Paul.
I've detected a regression error: cvs doesn't build any more (at least not
for me).
same here this should fix it (it seems all ld don't behave the same):
Index: Makefile.in =================================================================== RCS file: /home/cvs/cvsroot/wine/wine/Makefile.in,v retrieving revision 1.109 diff -u -r1.109 Makefile.in --- Makefile.in 20 Mar 2002 22:19:06 -0000 1.109 +++ Makefile.in 21 Mar 2002 19:13:48 -0000 @@ -86,7 +86,7 @@ @exit 1
wine: $(EMUOBJS) $(LIBSYMLINKS) $(IMPORTS:%=lib%.$(LIBEXT)) library/libwine.$(LIBEXT) - $(CC) -o wine $(EMUOBJS) -L. $(IMPORTS:%=-l%) $(LIBWINE) $(LIBS) $(LDFLAGS) + $(CC) -o wine $(EMUOBJS) -L. -Wl,-rpath . $(IMPORTS:%=-l%) $(LIBWINE) $(LIBS) $(LDFLAGS)
install_wine: dummy [ -d $(bindir) ] || $(MKDIR) $(bindir)