[Commits] (vajda) fixed few remaining debug windows bugs
commits at osafoundation.org
commits at osafoundation.org
Thu Mar 25 14:16:28 PST 2004
Commit by: vajda
Modified files:
external/README 1.1 1.2
external/egenix-mx/patches 1.3 1.4
external/persistence/PyLucene/Makefile 1.9 1.10
external/persistence/libxml2/Makefile 1.6 1.7
external/persistence/libxslt/Makefile 1.7 1.8
Log message:
fixed few remaining debug windows bugs
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/README.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
http://cvs.osafoundation.org/index.cgi/external/egenix-mx/patches.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
http://cvs.osafoundation.org/index.cgi/external/persistence/PyLucene/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.10
http://cvs.osafoundation.org/index.cgi/external/persistence/libxml2/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
http://cvs.osafoundation.org/index.cgi/external/persistence/libxslt/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.8
Index: external/README
diff -u external/README:1.1 external/README:1.2
--- external/README:1.1 Wed Mar 24 09:44:07 2004
+++ external/README Thu Mar 25 14:15:54 2004
@@ -21,7 +21,7 @@
- cvs -d :pserver:<cvslogin>@cvs.osafoundation.org:/usr/local/cvsrep co external
-Set two vital environment variables:
+Setting vital environment variables:
------------------------------------
- cd external
- export BUILD_ROOT=`pwd`
@@ -33,6 +33,8 @@
On windows, the GCJ_HOME path needs to be cygwin style. For example, if the
path to gcj is d:\mingw-3.1\bin\gcj.exe, the GCJ_HOME variable needs to be
set to /cygdrive/d/mingw-3.1
+On windows, the usual MSVC environment variables need to be set. See VC's
+vsvars32.bat file for more information.
Verify that the environment is correct
--------------------------------------
Index: external/persistence/libxslt/Makefile
diff -u external/persistence/libxslt/Makefile:1.7 external/persistence/libxslt/Makefile:1.8
--- external/persistence/libxslt/Makefile:1.7 Thu Mar 18 17:52:31 2004
+++ external/persistence/libxslt/Makefile Thu Mar 25 14:15:57 2004
@@ -37,7 +37,7 @@
py:
cd $(SRC)/python; \
- $(PYTHON) winSetup.py build --build-base=build_$(SNAP) $(DIST_DBG) \
+ $(PYTHON) winSetup.py build --build-base=build_$(SNAP) $(DIST_OPT) \
install --force
build: compile install py
Index: external/egenix-mx/patches
diff -u external/egenix-mx/patches:1.3 external/egenix-mx/patches:1.4
--- external/egenix-mx/patches:1.3 Thu Mar 18 18:54:13 2004
+++ external/egenix-mx/patches Thu Mar 25 14:15:54 2004
@@ -19,7 +19,7 @@
#define STRFTIME_OUTPUT_SIZE 1024
/* Define these to have the module use free lists (saves malloc calls) */
-+#if !defined(Py_DEBUG) || Py_DEBUG == 0
++#ifndef Py_DEBUG
#define MXDATETIME_FREELIST
#define MXDATETIMEDELTA_FREELIST
+#endif
Index: external/persistence/PyLucene/Makefile
diff -u external/persistence/PyLucene/Makefile:1.9 external/persistence/PyLucene/Makefile:1.10
--- external/persistence/PyLucene/Makefile:1.9 Sun Mar 21 00:49:17 2004
+++ external/persistence/PyLucene/Makefile Thu Mar 25 14:15:55 2004
@@ -39,7 +39,7 @@
snap:
cd $(BUILD_ROOT); \
tar -cvzf $(PYLUCENE)/$(SNAP).tar.gz \
- $(SNAP)/$(SITE)/PyLucene$(_SUFFIX).py \
+ $(SNAP)/$(SITE)/PyLucene.py \
$(SNAP)/$(SITE)/_PyLucene$(_SUFFIX).pyd \
$(SNAP)/bin/libdb_java42$(SUFFIX).dll
Index: external/persistence/libxml2/Makefile
diff -u external/persistence/libxml2/Makefile:1.6 external/persistence/libxml2/Makefile:1.7
--- external/persistence/libxml2/Makefile:1.6 Thu Mar 18 17:52:30 2004
+++ external/persistence/libxml2/Makefile Thu Mar 25 14:15:56 2004
@@ -34,7 +34,7 @@
py:
cd $(SRC)/python; \
- $(PYTHON) winSetup.py build --build-base=build_$(SNAP) $(DIST_DBG) \
+ $(PYTHON) winSetup.py build --build-base=build_$(SNAP) $(DIST_OPT) \
install --force
build: compile py
More information about the Commits
mailing list