[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'backend' not found
From: |
Martin Helm |
Subject: |
Re: 'backend' not found |
Date: |
Thu, 06 Sep 2012 22:21:25 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 |
Am 06.09.2012 22:15, schrieb vatko:
> Hello,
>
> I have some codes that use the fltk backend. But now when I run them it
> tells me that it doesn't know the 'backend' function. I don't remember what
> I have done since the programs were working. I probably upgraded to octave
> 3.6.1.
> Is it impossible to change the backend in octave 3.6.1, or did have I missed
> something during the installation ?
>
> thanks
>
The syntax changed at some point, instead of "backend fltk" you now
write "graphics_toolkit fltk".