help-octave
[Top][All Lists]
Advanced

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

Re: Problem using the hanning function in embedded mode


From: Nicanor García
Subject: Re: Problem using the hanning function in embedded mode
Date: Fri, 28 Dec 2012 11:31:45 -0500

Hello,

Apparently the problem was related to the version 3.2 of Octave. Now that I switched to the version 3.6 almost everything works fine, though I had to add the line:

setlocale(LC_ALL, "en_US.UTF-8");

Before calling octave_main to avoid the following error when trying to start Octave:

lex.ll:2420: void handle_number(): Assertion `nread == 1' failed.


I hope this helps to improve Octave.

Greetings from Colombia,

Nicanor.

reply via email to

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