Hello, I have just upload QtOctave-0.10.1 to:
http://forja.rediris.es/frs/download.php/2054/qtoctave-0.10.1.tar.gz
Enjoy it.
Hello, I have just upload QtOctave-0.10.1 to:
http://forja.rediris.es/frs/download.php/2054/qtoctave-0.10.1.tar.gz
Enjoy it.
enero 6, 2011 a las 11:39 pm |
Thanks for the new version!
I built 0.10.0 on OS X 10.5.8 and the menu bar icons are still missing, as they were for 0.9.0.
When I run QtOctave, I see in my terminal several references to things in /opt I do not have /opt on my system. For example:
/opt/qtoctave/share/qtoctave/config.rc no encontrado
Thanks for any help.
Jerry
enero 11, 2011 a las 8:55 pm |
Lo mismo que al compañero de arriba al intentar empaquetarlo para Mandriva, no encuentra el lenguaje español, no se ven los iconos. He aplicado los parches de versiones anteriores y siguen los mismos problemas. Ya no se qué hacer más. Sospecho que hay problemas con el config.rc y que no encuentra el fichero menus en la carpeta local de cada usuario.
enero 14, 2011 a las 5:51 am |
I am not able to build this because of c++ syntax errors. Much of the code is using words like ‘and’ as if they were a logical operator and using a variable value for fixed-size arrays which require a compile-time constant. I’m curious, did this ever compile and which compiler are you using? Thanks.
enero 29, 2011 a las 2:55 pm |
Hi,
I made a build for Windows. It’s available in my blog. http://www.outsch.org/2011/01/29/qtoctave-0-10-1-for-windows/
abril 13, 2011 a las 8:55 am |
We made Russian translate of QtOctave, plz add it to official build and we noticed that in menu, “equation” couldn`t be translated
And what about extract untranslatable phrases?
What command could add it to ru.ts and translate it, because we don`t want to extract ourselves and copy by hands values?
translate attach:
http://src.lgg.ru/wp-content/uploads/2011/04/attachments_08-04-2011_00-35-10.zip
abril 27, 2011 a las 4:06 pm |
I have been using QtOctave for a while now, and I’ve noticed that the run button in the editor mode doesn’t always work properly. Even after I save the script I’m working on multiple times, the run button will run an older version of the script.
mayo 10, 2011 a las 4:03 am |
No me funciona. Me da lo mismo que menciona Jerry arriba. Saludos.
agosto 17, 2011 a las 7:30 pm |
I had the same problem.
Qtoctave otput: Error: /opt/qtoctave/share/qtoctave/menus not found
In my system I had menus file in /usr/share/qtoctave instead of /opt/qtoctave/share/qtoctave.
I solved it by making a symlink to /usr/share/qtoctave in /opt/qtoctave/share/qtoctave
noviembre 16, 2011 a las 2:39 am |
Sigma,
Thanks for your help.
I first try to seek any configuration file that I can change the “/opt/…” to “/usr/…” but I don’t found any.
I compiled the qoctave in Lubuntu Oneiric 64bit (11.10) and get no icons and other bad behaviors like “clc” doing nothing (just nothing! no errors, no output, just a newline).
Your tip to symlink works fine but anyone knows if there some config file?
Just to contrib with something:
* my install path:
/usr/local/share/qtoctave
* wrong path
/opt/qtoctave/share/qtoctave
* solution:
sudo mkdir /opt/qtoctave/share/ -p
sudo ln -s /usr/local/share/qtoctave qtoctave
David
noviembre 17, 2011 a las 9:00 am
if you want a specific install-path (for example your $HOME directory, if you are not root), you can do :
cmake .. “-DCMAKE_INSTALL_PREFIX:PATH=/some/path”
make
make install