On Thu, Aug 16, 2012 at 09:29:05PM +0200, Juan Jose Garcia-Ripoll wrote:
> On Sun, Aug 5, 2012 at 3:55 PM, Dima Pasechnik <dimpase+...@gmail.com>wrote:
> 
> > This was mentioned last Dec on sage-devel, that on Cygwin ECL call
> > > (directory "")
> > sometimes can return NIL. This breaks ASDF scripts, etc.
> > (this is a symptom of a bigger problem, certainly).
> >
> 
> I am unable to reproduce your problem with (directory "") I have created an
> account and even created a home directory with lowercase letters and this
> does not happen. Indeed "" does not have to do with

to be able to build
 12.7.1 (git:52ca46e054d72cb0b0802e376890fcfbdfc96e5a)
I needed the following change

diff --git a/src/h/ecl-cmp.h b/src/h/ecl-cmp.h
index 7c36697..ac66dc1 100755
--- a/src/h/ecl-cmp.h
+++ b/src/h/ecl-cmp.h
@@ -14,7 +14,7 @@
     See file '../Copyright' for full details.
 */

-#define _WINSOCKAPI_
+// #define _WINSOCKAPI_
 #include <ecl/ecl.h>
 #include <math.h> /* for inline mathematics */
 #include <ecl/ecl-inl.h>

(I guess you also have something like this, but didn't push it to
master...)
Otherwise, the problem is indeed no longer reproducible.

Sorry for noise,
Dima

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to