help-octave
[Top][All Lists]
Advanced

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

Re: 3.0.4 call for patches


From: Kai Habel
Subject: Re: 3.0.4 call for patches
Date: Fri, 12 Dec 2008 20:00:16 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081112)

Jordi Gutiérrez Hermoso schrieb:
> 2008/12/12 Kai Habel <address@hidden>:
>   
>> Jordi Gutiérrez Hermoso schrieb:
>>     
>>> 2008/12/12 Jaroslav Hajek <address@hidden>:
>>>
>>>       
>>>> In any case, the error message I get looks like an error from gnuplot,
>>>> so I'll try gnuplot 4.3 and report back.
>>>>
>>>>         
>>> Uh, you get an error message? I don't. I just get a solid blue plot.
>>>
>>> - Jordi G. H.
>>>
>>>       
>> Blue or cyan? We had an error like this mid-October [1]. Are you using
>> an octave version older than two month? What is your gnuplot version?
>>     
>
> Like this:
>
>      http://platinum.linux.pl/~jordi/piccies/Screenshot.png
>
> Using the latest tip and gnuplot 4.2
>
> Btw, I had to completely recompile Octave starting from autogen.sh,
> because I was experiencing several problems. I thought that doing "hg
> pull -u && make && make install" should be enough for me to get the
> latest running version of Octave. Is that incorrect?
>
> - Jordi G. H.
>   
This is cyan ;-) I think 4.2 is too old. You should upgrade to 4.2.4
When in doubt, I am using the following sequence to compile octave:


hg pull
hg update
cd octave
./autogen.sh
./configure
make
make install
make check

Kai


reply via email to

[Prev in Thread] Current Thread [Next in Thread]