QtOctave 0.10.1 released

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.

:)

10 comentarios para “QtOctave 0.10.1 released”

  1. Jerry Dice:

    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

  2. Cristobal Dice:

    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.

  3. John Dice:

    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.

  4. mfn Dice:

    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/

  5. Lws Dice:

    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

  6. Geoffrey Pleiss Dice:

    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.

  7. Freddy López Dice:

    No me funciona. Me da lo mismo que menciona Jerry arriba. Saludos.

  8. Sigma Dice:

    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

    • David Dice:

      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

      • selairi Dice:

        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

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s


Seguir

Get every new post delivered to your Inbox.