Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Jeroen Demeyer
On 04/05/2013 12:11 AM, Jean-Pierre Flori wrote: On Thursday, April 4, 2013 11:55:26 PM UTC+2, Jeroen Demeyer wrote: OK, so the solution is easy: add #include No need to look further, I'd say... What I find disturbing is that I never encountered it anwhere else. It seems that s

Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Jean-Pierre Flori
On Thursday, April 4, 2013 11:55:26 PM UTC+2, Jeroen Demeyer wrote: > > OK, so the solution is easy: add > #include > > No need to look further, I'd say... > What I find disturbing is that I never encountered it anwhere else. -- You received this message because you are subscribed to the G

Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Jeroen Demeyer
OK, so the solution is easy: add #include No need to look further, I'd say... -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups

Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Jean-Pierre Flori
On Thursday, April 4, 2013 10:41:04 PM UTC+2, Jean-Pierre Flori wrote: > > > > On Thursday, April 4, 2013 6:43:13 PM UTC+2, Volker Braun wrote: >> >> Maybe something like -D__C99FEATURES__ works? See #14265 >> >> Good idea I'll give it a shot. > And nope, its not working. -- You received this

Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Jean-Pierre Flori
On Thursday, April 4, 2013 6:43:13 PM UTC+2, Volker Braun wrote: > > Maybe something like -D__C99FEATURES__ works? See #14265 > > Good idea I'll give it a shot. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and

Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Volker Braun
Maybe something like -D__C99FEATURES__ works? See #14265 On Thursday, April 4, 2013 5:35:58 PM UTC+1, Jean-Pierre Flori wrote: > > Indeed, including inttypes.h solves the issue because it itself includes > stdint.h where this is defined. > Maybe some C99 hell on FreeBSD or with the GCC Sage buil

Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Jean-Pierre Flori
On Thursday, April 4, 2013 6:22:43 PM UTC+2, Snark wrote: > > Le 04/04/2013 17:52, Jean-Pierre Flori a �crit : > > I'm currently trying to build Sage on FreeBSD and the eclib spkg failed > > because it uses int64_t in eclib/xmod.h. > > Including there solves the problem. > > I think int64_

Re: [sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Julien Puydt
Le 04/04/2013 17:52, Jean-Pierre Flori a écrit : I'm currently trying to build Sage on FreeBSD and the eclib spkg failed because it uses int64_t in eclib/xmod.h. Including there solves the problem. I think int64_t is supposed to come from stdint.h, and it's standard: http://en.wikibooks.org/wi

[sage-devel] Problem building Sage on FreeBSD

2013-04-04 Thread Jean-Pierre Flori
Dear all, I'm currently trying to build Sage on FreeBSD and the eclib spkg failed because it uses int64_t in eclib/xmod.h. Including there solves the problem. I guess it's using the Sage's GCC. Is this a known issue? Looking at http://www.freebsd.org/cgi/cvsweb.cgi/ports/math/sage/ and with my