[Csnd] FLTK widgets
| Date | 2010-09-20 17:53 |
| From | COCHEDELAFERTE |
| Subject | [Csnd] FLTK widgets |
|
Hi all, hi team,
Now updating (Solaris) my Csound installation to 5.12.1, i get as well the three FLTK (1.1.9) related plugin libs, but at the run :
"Graphics not supported - ASCII substituted"
I readed that this message is relatively frequent, but what means it exactly ? I doesn't found it in the whole Csound source code. Or it comes from FLTK ? Is there a know workaround ? On my previous Sparc installation the FLTK widgets worked fine. Now on x86 Nehalem this problem. Of course it's not critical, but if there is a solution...
Cheers,
Sergio
View this message in context: FLTK widgets Sent from the Csound - General mailing list archive at Nabble.com. |
| Date | 2010-09-23 17:46 |
| From | Andres Cabrera |
| Subject | [Csnd] Re: FLTK widgets |
Hi, I think the message is a Csound message, but it means it might not be loading the FLTK libraries properly. Do you get any error messages related to plugin libraries when Csound runs? Cheers, Andrés On Mon, Sep 20, 2010 at 5:53 PM, COCHEDELAFERTE |
| Date | 2010-09-23 18:48 |
| From | COCHEDELAFERTE |
| Subject | [Csnd] Re: FLTK widgets |
Hi Andrés,
Unfortunately no any error message, except, this "graphics not supported on
this terminal - ASCII substituted". I didn't found this kind or text in the
FLTK source code. I tried both 1.1.7 and 1.1.9, but some result. On course
on my console itself i see in ASCII format the curves corresponding to the
several used tabs, e.g. in Xanadu.
I also think that somewhere my widget libs aren't loaded. I verified with
the Solaris patch i posted here a time (i was on Sparc at this moment) that
i didn't forgot any usual adaptation for Solaris (normally i make all like
Linux, add some headers and that's all). I particularly investigated in
InOut, where the problem maybe is. Csmodule ? But the FLTK widgets are only
libs, not complete modules like e.g. the rt, right ?
Cheers,
Sergio
--
View this message in context: http://csound.1045644.n5.nabble.com/FLTK-widgets-tp2846854p2851638.html
Sent from the Csound - General mailing list archive at Nabble.com.
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-09-23 19:11 |
| From | Andres Cabrera |
| Subject | [Csnd] Re: Re: FLTK widgets |
Hi, I'm not really sure... Most of the FLTK stuff goes into libwidgets.dll, but I'm not sure if things like ftable graphs goes there as well. Cheers, Andres On Thu, Sep 23, 2010 at 6:48 PM, COCHEDELAFERTE |
| Date | 2010-10-06 07:54 |
| From | COCHEDELAFERTE |
| Subject | [Csnd] Re: Re: FLTK widgets |
Hi Andrès,
Sorry, i forgot to reply but readed your post. Now i'll try with gcc instead
SunCC and report if something new happens on Solaris x86.
Cheers,
Sergio
--
View this message in context: http://csound.1045644.n5.nabble.com/FLTK-widgets-tp2846854p3200897.html
Sent from the Csound - General mailing list archive at Nabble.com.
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-10-08 19:09 |
| From | COCHEDELAFERTE |
| Subject | [Csnd] Re: Re: FLTK widgets |
OK, full working with gcc (4.1.2). Cheers, Sergio |