#11331: PolyBoRi won't build on OS X 10.4 PPC G4
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: AlexanderDreyer
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.1
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by AlexanderDreyer):
Replying to [comment:3 kcrisman]:
> Another thing is that if you can give me a VERY easy way to try to build
this from scratch, without Sage (though perhaps using Sage Python etc.) on
this machine, I could see if that works.
First of all enter the Sage environment (This does not start Sage, just a
shell with all environment variables and paths defined):
{{{./sage -sh}}}
Then extract the package
{{{tar -xvjf polybori-0.7.0.p6.spkg}}}
Enter the directory the newly generated directory and start the package
building manually
{{{cd polybori-0.7.0.p6; ./spkg-install}}}
Alternatively, use !PolyBoRi's build system directly:
{{{cd polybori-0.7.0.p6/src/polybori-0.7; scons .}}}
(The {{{.}}} is mandatory to build everything.)
Maybe the problem is causes by the nested header inclusions. Perhaps the
compiler is running out of stack.
You may try the following out: In the beginning of the headers in the
{{{polybori-0.7.0.p6/src/polybori-0.7/*/include}}} directories you'll
find something like the following:
{{{
#ifndef FileName_h_
#define FileName_h_
}}}
Sometimes there are {{{#include <header>}}} statement above this lines. It
could save stack, if you move the {{{#include}}}s below the
{{{#define}}}s.
Perhaps you can just try out those headers which are mentioned in the
error message above
Best regards,
Alexander
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11331#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.