Re: [xml] prerelease of 2.2.5

Date view Thread view Subject view Author view

From: Timothee Besset (timo@qeradiant.com)
Date: Fri Oct 06 2000 - 16:03:57 EDT


This gets complicated .. can you upload the resulting archive somewhere?

TTimo

Wayne Davison wrote:

> On Fri, 6 Oct 2000, Wayne Davison wrote:
>
>> + The LIBXML_VERSION defines in win32include.h.in are duplicates of
>> defines in xmlversion.h, so I removed them. This makes the file
>> have no @...@ expansions, so I just renamed the *.in version to be
>> the .h version and removed it from the configure.in file.
>
> This change was missing from my patch. Also, my Makefile.mingw was
> missing one tweak (that made the strip commands work right).
>
> Here's a patch that should be applied after you applied my last patch, and
> after you moved the include/libxml/win32configure.h.in file to its new
> location -- include/win32configure.h.
>
> ...wayne..
>
> ------------------------------------------------------------------------
>
> Index: include/win32config.h
> @@ -4,10 +4,6 @@
> #define HAVE_TIME_H
> #define HAVE_FCNTL_H
>
> -#define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
> -#define LIBXML_VERSION_STRING "@LIBXML_VERSION@"
> -
> -
> #include <io.h>
>
> #ifdef INCLUDE_WINSOCK
> Index: win32/Makefile.mingw
> @@ -75,15 +75,15 @@
>
>
> $(EXE1): $(OBJ1) $(LIBOBJS) $(DLL)
>
> $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) -l$(IMPBASE) $(LIBS)
>
> - strip $@.exe
>
> + strip $@
>
>
>
> $(EXE2): $(OBJ2) $(LIBOBJS) $(DLL)
>
> $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) -l$(IMPBASE) $(LIBS)
>
> - strip $@.exe
>
> + strip $@
>
>
>
> $(EXE3): $(OBJ3) $(LIBOBJS) $(LIB)
>
> $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) -l$(LIBBASE) $(LIBS)
>
> - strip $@.exe
>
> + strip $@
>
>
>
> .c.o:
>
> $(CC) $(CFLAGS) -c $< -o $@
>
> oops.patch
>
> Content-Description:
>
> More changes to prerelease 2.2.5
> Content-Type:
>
> TEXT/PLAIN
> Content-Encoding:
>
> BASE64
>
>

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Fri Oct 06 2000 - 16:43:16 EDT