|
| From: | Peter Rosin |
| Subject: | Re: Make compile wrapper eat win32 paths |
| Date: | Mon, 09 Mar 2009 16:53:11 +0100 |
| User-agent: | Thunderbird 2.0.0.19 (Windows/20081209) |
Den 2009-03-03 22:07 skrev Ralf Wildenhues:
Hi Peter, * Peter Rosin wrote on Mon, Mar 02, 2009 at 02:16:51PM CET:Den 2009-03-01 19:10 skrev Ralf Wildenhues:* Peter Rosin wrote on Sun, Feb 01, 2009 at 08:30:20PM CET:Constant name 'HASH(0xa2a1ea8)' has invalid characters at ./automake.tmp line 293 BEGIN failed--compilation aborted at ./automake.tmp line 293. I have no clue as to how to debug that.Please try this patch, report results and the perl version you have, and which email address you want in THANKS. :-)Excellent, I can now bootstrap, and I want the email address im using here in THANKS.Cool. Pushed to master.$ perl -V Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:Regarding the change itself, I haven't found any tests that feeds win32 paths to compile. Are there any?No, not yet. But now there are. I've pushed this to both branches; would be nice if you could test it (but wait until I've got your other pending patch). Cheers, and thanks again, Ralf
Here's a tiny fix for a typo in the new compile2.test. With this fix I get
exitcode 77 between the two subtests.
Haven't yet had a chance to test the depmode changes, will get to it later.
Cheers,
Peter
commit 3f63a77c0647199d4121c54ea29d28d509539369
Author: Peter Rosin <address@hidden>
Date: Mon Mar 9 16:48:56 2009 +0100
* tests/compile2.test: Fix typo.
diff --git a/ChangeLog b/ChangeLog
index bc8ad4d..6f53021 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-09 Peter Rosin <address@hidden>
+
+ * tests/compile2.test: Fix typo.
+
2009-03-07 Ralf Wildenhues <address@hidden>
Improve NetBSD 'make -n' output for many standard targets.
diff --git a/tests/compile2.test b/tests/compile2.test
index 9fe3354..fdc583f 100755
--- a/tests/compile2.test
+++ b/tests/compile2.test
@@ -53,7 +53,7 @@ mkdir libltdl libltdl/libltdl
# Since this test might run on non-w32 systems, we need to be careful not
# to use any backslash sequences which might be interpreted by `echo'.
amtest_source='libltdl\libltdl\slist.c'
-amtest_object='libtldl\libltdl\libltdl_libltdl_la-slist.obj'
+amtest_object='libltdl\libltdl\libltdl_libltdl_la-slist.obj'
amtest_obj='slist.o'
amtest_lock='slist_o.d'
export amtest_source amtest_object amtest_obj amtest_lock
@@ -73,7 +73,7 @@ test -d "C:\\" && Exit 77
}
amtest_source='C:\libltdl\libltdl\slist.c'
-amtest_object='C:\libtldl\libltdl\libltdl_libltdl_la-slist.obj'
+amtest_object='C:\libltdl\libltdl\libltdl_libltdl_la-slist.obj'
amtest_obj='slist.o'
amtest_lock='slist_o.d'
export amtest_source amtest_object amtest_obj amtest_lock
| [Prev in Thread] | Current Thread | [Next in Thread] |