[sage-support] Re: libgap package failed to build

2013-05-31 Thread Sancho McCann
It still did not work when I compiled with export SAGE_INSTALL_GCC="yes" On Friday, May 31, 2013 4:05:06 AM UTC-7, Volker Braun wrote: > > Thats a normal #define in object.h. It seems like your toolchain is > broken. > > Does it work if you compile sage with "SAGE_INSTALL_GCC=yes make" > > >

[sage-support] Re: libgap package failed to build

2013-05-31 Thread Sancho McCann
I have gcc (SUSE Linux) 4.7.2 20130108. pkg/build/libgap-4.5.7.p2/src/src/string.h doesn't include anything other than for memcpy. It doesn't include pkg/build/libgap-4.5.7.p2/src/src/objects.h, where libGAP_LAST_REAL_TNUM is defined. On Friday, May 31, 2013 4:05:06 AM UTC-7, Volker Braun wro

Re: [sage-support] libgap package failed to build

2013-05-31 Thread Sancho McCann
It fails if I just try again by typing "make". It also fails if I try again with SAGE_KEEP_BUILT_SPKGS set to yes. On Friday, May 31, 2013 4:43:46 AM UTC-7, Jeroen Demeyer wrote: > > Does it work if you try again (just type "make" a second time)? > -- You received this message because you are

[sage-support] Displaying plots in inline mode for IPython notebook

2013-05-31 Thread Jose Guzman
Hi everyboydy! Is there any way to display Sage plots in inline mode? I've tried sage ipython notebook -pylab=inline but It did not work. Declaring %pylab inline does not help, for example: >>> from sage.all import* >>> t = var('t') >>> plot(sin(t), 0, 2*pi) n _plot_args(self, tup, kwargs)

[sage-support] Re: Submodules of QQ['x,y,z'] as module over itself

2013-05-31 Thread Johhannes
On Friday, May 31, 2013 2:39:43 PM UTC+2, Simon King wrote: > > Hi Johannes, > > On 2013-05-31, Johhannes > wrote: > > yea, that helped a lot. I just started to figure out where the > FreeModule > > implementation violates the categories model. > > Do you mean the code in > sage.combinat.f

[sage-support] Re: Submodules of QQ['x,y,z'] as module over itself

2013-05-31 Thread Simon King
Hi Johannes, On 2013-05-31, Johhannes wrote: > yea, that helped a lot. I just started to figure out where the FreeModule > implementation violates the categories model. Do you mean the code in sage.combinat.free_module.CombinatorialFreeModule? Sure, this complies with the category and coercion

[sage-support] Re: Submodules of QQ['x,y,z'] as module over itself

2013-05-31 Thread Johhannes
Hi Simon, yea, that helped a lot. I just started to figure out where the FreeModule implementation violates the categories model. If I have some ideas how to fix it, I'll post them here. Do you have a reference for the group action implementation too? bg, Johannes Am Freitag, 24. Mai 2013 22:

Re: [sage-support] libgap package failed to build

2013-05-31 Thread Jeroen Demeyer
Does it work if you try again (just type "make" a second time)? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To pos

[sage-support] Re: libgap package failed to build

2013-05-31 Thread Volker Braun
Thats a normal #define in object.h. It seems like your toolchain is broken. Does it work if you compile sage with "SAGE_INSTALL_GCC=yes make" On Friday, May 31, 2013 8:18:12 AM UTC+1, Sancho McCann wrote: > > I'm building sage 5.9 on OpenSuSE 12.3 (x86_64). > > I get: > > Error building Sage. >

[sage-support] libgap package failed to build

2013-05-31 Thread Sancho McCann
I'm building sage 5.9 on OpenSuSE 12.3 (x86_64). I get: Error building Sage. The following package(s) may have failed to build: package: libgap-4.5.7.p2 log file: /tmp/sage-5.9/logs/pkgs/libgap-4.5.7.p2.log build directory: /tmp/sage-5.9/spkg/build/libgap-4.5.7.p2 The only error displayed in t