Hello,
I checked out a fresh copy from the cvs. This does not compile with mingw because a used define is commented out in the makefile. See below.
I also compiled a win32 installer for the 0.42pre0. This is 18meg, where should I put this? My webspace on geocities is only 10meg.
Ciao,
Adib. ---
cvs diff -u3 -- Makefile.mingw.common (in directory D:\projekte\inkscape) Index: Makefile.mingw.common =================================================================== RCS file: /cvsroot/inkscape/inkscape/Makefile.mingw.common,v retrieving revision 1.52 diff -u -3 -r1.52 Makefile.mingw.common --- Makefile.mingw.common 29 Jun 2005 07:07:29 -0000 1.52 +++ Makefile.mingw.common 30 Jun 2005 16:31:54 -0000 @@ -111,7 +111,7 @@ MSGFMT = $(GTKDOS)$(S)bin$(S)msgfmt
####### change me!! -DTG := 20050626 +DTG := 20050630
endif ########################################################################## @@ -120,10 +120,10 @@
###### VERSION NUMBER -VERSION_NR = 0.41+devel +VERSION_NR = 0.42pre0
# VERSION_NR = 0.42+cvs -# VERSION = "$(VERSION_NR)-${DTG}" +VERSION = "$(VERSION_NR)-${DTG}"
####### the XP_WIN def is necessary for libjs.a CFLAGS = -O3 -Wall -mms-bitfields -DVERSION=$(VERSION) \
***** CVS exited normally with code 1 *****