Re: [sage-devel] Re: SageMath for Windows installer

2016-04-08 Thread Sebastien Gouezel
Le jeudi 7 avril 2016 21:14:24 UTC+2, Emil Widmann a écrit : > > < I don't really wee why it could not be user-friendly, can you elaborate > on this? > > I think cygwin is a lot slower than virtualisation - or has this changed? > I did once a pretty big Sage computation on the same computer (i

Re: [sage-devel] Re: SageMath for Windows installer

2016-04-04 Thread Sebastien Gouezel
Le lundi 4 avril 2016 11:48:34 UTC+2, Erik Bray a écrit : > > > Yes, I think this approach is mainly useful for newcomers. The > majority of the problems you mentioned came in due to already having > various bits of this installed. I'm not quite sure I understand the point about latex. >

[sage-devel] Re: SageMath for Windows installer

2016-04-04 Thread Sebastien Gouezel
Just tried it (on Windows 10 Pro 64 bits). In the end, it works, but I had to work a little bit for this: - when installing docker, it removed my git and installed its own git instead, without asking for anything. A little bit rude, as I liked my version better... - more serious, the sagemath

[sage-devel] Re: Build error for sage 6.4 beta 5 under cygwin64

2015-01-12 Thread Sebastien Gouezel
Le 09/01/2015 12:30, Jean-Pierre Flori a écrit : That is easy to fix. Just add gmp to the linked libraries in module_list.py for these files. Indeed, this is very easy, and works like a charm. After this, everything compiles, and a lot of things are working! (well, a lot of things are also

[sage-devel] Build error for sage 6.4 beta 5 under cygwin64

2015-01-09 Thread Sebastien Gouezel
The webpage http://trac.sagemath.org/wiki/Cygwin64Port indicates that sage can now be built under cygwin64 almost out of the box. So, I tried, but I failed... Here are the problems I encountered, maybe someone with better computer skills can see what is going on. My sage version is sage 6.4bet

[sage-devel] Re: Building Sage with Cygwin 32 bit

2014-04-08 Thread Sebastien Gouezel
Le 08/04/2014 20:52, Evan Oman a écrit : I tried adding | ||defined(_CYGWIN_) There should be two underscores on each side of CYGWIN, i.e., __CYGWIN__ instead of _CYGWIN_ -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from

[sage-devel] Re: Building Sage with Cygwin 32 bit

2014-04-06 Thread Sebastien Gouezel
Le 06/04/2014 13:45, Sebastien Gouezel a écrit : I am also trying to compile sage (6.2 beta 4) under Cygwin. I got a working copy of sage, but the doc does not build (so, I can not try "make test"). Here is the beginning of the log: Building reference manual, first pass.

[sage-devel] Re: Building Sage with Cygwin 32 bit

2014-04-06 Thread Sebastien Gouezel
I am also trying to compile sage (6.2 beta 4) under Cygwin. I got a working copy of sage, but the doc does not build (so, I can not try "make test"). Here is the beginning of the log: Building reference manual, first pass. [combinat ] Configuration error: [combinat ] There is a syntax error in

[sage-devel] type of sin(0)

2012-10-20 Thread Sebastien Gouezel
When trying to latex-print symbolic functions, I have seen the following weird behavior: sage: P=function('P',x) sage: latex(P(x=sin(0))) Traceback (click to the left of this block for traceback) ... AttributeError: 'int' object has no attribute '_latex_' The superficial reason for this behavio