Bill Allombert on Thu, 27 Sep 2012 13:57:59 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Please test pari-2.5.3 prerelease 1


On Wed, Sep 26, 2012 at 01:30:03PM +0200, Xavier-Francois Roblot wrote:
> 
> > On Wed, Sep 26, 2012 at 01:14:22PM +0200, Xavier-Francois Roblot wrote:
> >> 
> >> On 26 sept. 2012, at 12:51, Bill Allombert wrote:
> >> 
> >>> On Wed, Sep 26, 2012 at 10:38:37AM +0200, Xavier-Francois Roblot wrote:
> >>>> Hi Bill,
> >>>> 
> >>>> I installed it on OS X Lion with gcc-4.7.1 (MacPorts):  compilation and full
> >>>> test suite, everything is fine.
> >>> 
> >>> Could you install fltk on OS X and see whether ploth work when compiled with
> >>> ./Configure --graphic=fltk
> >> 
> >> It compiled fine. I tried to run the ploth script in the src/test/in directory.  I got the following error btw
> >> 
> >> (13:07) gp > ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],2,100)
> >>  ***   at top-level: ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],
> >>  ***                                ^--------------------
> >>  ***   multi-curves cannot be plot recursively.
> > 
> > Yes, this is an expected error.
> > What version of fltk did you use ?
> 
> It is version 1.3.0. (The default one in MacPorts).
> 
> > Did it open new windows for each ploth ?
> 
> Yes, plenty of windows opened with nice looking graphs.

Excellent!
Could you tell us what output the following commands:
fltk-config --cflags
fltk-config --cxxflags
fltk-config --ldflags

Also could you check if PARI 2.6 GIT rev 28fcd5e1df38 or above still work ?

Cheers,
Bill.