Hi Georg, On Wed, Feb 3, 2010 at 4:10 AM, ggrafendorfer <[email protected]> wrote:
<SNIP> > ../src/graph/plotfltk.c:193: error: 'class Plotter' has no member > named 'show' > ../src/graph/plotfltk.c:194: error: 'Fl' has not been declared > make[3]: *** [plotfltk.o] Error 1 > make[3]: Leaving directory `/scratch/bin/sage-4.3.1/spkg/build/ The pari spkg specifically uses the option --graphic=none to configure pari 2.3.3. However, that option is ignored in this case. The upshot is that pari should not be configured to use graphics libraries. The library fltk is one of them. > I'm not experienced with fedora, can anybody tell me which package is > missing and should be installed, or whatever is going on here. Ticket #7979 [1] is tracking the issue. The ticket has an updated spkg. A workaround is to delete the following pari package on your system SAGE_ROOT/spkg/standard/pari-2.3.3.p7.spkg Then download the updated spkg at #7979 and put the updated spkg under SAGE_ROOT/spkg/standard/ This should replace the previous version .p7 of the pari spkg. Then from SAGE_ROOT, run make again to resume the compilation of Sage. Hope that helps. [1] http://trac.sagemath.org/sage_trac/ticket/7979 -- Regards Minh Van Nguyen -- 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-support URL: http://www.sagemath.org
