octave-maintainers
[Top][All Lists]
Advanced

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

Re: OpenGL object selection


From: pantxo diribarne
Subject: Re: OpenGL object selection
Date: Sat, 21 Jul 2012 02:11:00 +0200



2012/7/5 Michael Goffioul <address@hidden>
On Thu, Jul 5, 2012 at 1:13 PM, Pantxo <address@hidden> wrote:
Hello,

I tried to compile this last version of QtHandles on mac os X 10.7.4, with
Qt4.7.3 and octave 3.6.2 installed from fink package manager. The
compilation crashes on this error :

I forgot to mention that you need current octave dev branch in order to compile QtHandles.
See http://hg.savannah.gnu.org/hgweb/octave/rev/1abb7c083171

Michael.


I finally installed QtHandles with octave-3.7.0+ and Qt-4.8.1, on linux mint 13.
My locale is fr_FR, thus coma as decimal separator. Running octave-qt leads to weird behavior with floating points numbers e.g :

octave-qt:1> 0.1
ans = 0

octave-qt:2> 1:2 * 0.1
ans = [](1x0)

octave-qt:3> a = 1:.1:2;
octave-qt: lex.ll:2440: void handle_number(): Assertion `nread == 1' failed.
panic: Aborted -- stopping myself...

or

octave-qt:1> plot ([])

gnuplot> set grid linewidth 0,500000, linewidth 0,500000;
                                                    ^
         line 0: ';' expected
...

gnuplot is sent a coma as decimal separator. This does not happen if I change default locale to en_US, (and test1 runs like a charm).

Pantxo

reply via email to

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