expected ‘;’ before string constant when in Fl.H

2012-02-15 Thread GM
Hello, when i try to compile my program I get the following message: /usr/local/include/FL/Fl.H:247:28: error: expected unqualified-id before string constant /usr/local/include/FL/Fl.H:247:28: error: expected ‘;’ before string constant I only inludes the fltk header file. There is no code

Re: expected ‘;’ before string constant when in Fl.H

2012-02-15 Thread Duncan Gibson
Hello, when i try to compile my program I get the following message: /usr/local/include/FL/Fl.H:247:28: error: expected unqualified-id before string constant /usr/local/include/FL/Fl.H:247:28: error: expected ‘;’ before string constant I only inludes the fltk header file. There is

Re: expected ‘;’ before string constant when in Fl.H

2012-02-15 Thread GM
Hello, when i try to compile my program I get the following message: /usr/local/include/FL/Fl.H:247:28: error: expected unqualified-id before string constant /usr/local/include/FL/Fl.H:247:28: error: expected ‘;’ before string constant I only inludes the fltk header file.

Re: [fltk.bugs] expected ‘;’ before string constant when in Fl.H

2012-02-15 Thread Greg Ercolano
On 02/15/12 02:36, GM wrote: Hello, when i try to compile my program I get the following message: /usr/local/include/FL/Fl.H:247:28: error: expected unqualified-id before string constant /usr/local/include/FL/Fl.H:247:28: error: expected ‘;’ before string constant I only inludes the

Re: [fltk.general] where can I get fltk2dfb branch

2012-02-15 Thread leowang
BTW=2C I heard from Ian that Only Ben still in fltk2.0's development=2C h= ow can I contact with Ben? Thanks. Ben does still read all the emails on this list=2C but it's somewhat diffic= ult to devote hours to investigating things while I'm doing (paid) work -- = apparently people

Re: [fltk.general] Clickable URLs in text

2012-02-15 Thread MacArthur, Ian (SELEX GALILEO, UK)
I replaced Fl_Text_Display with a specialized Fl_Browser for now. For now i just check for http:// links when i double-click a row and use xdg-open to open that link in browser. For actually opening the link, fl_open_uri() might help - it works on non-xdg platforms too, but essentially does

Re: [fltk.general] Clickable URLs in text

2012-02-15 Thread Greg Ercolano
On 02/14/12 23:34, Johan R wrote: I am very happy with performance now, the performance was horrible when my previous Fl_Text_Display contained lots of text. I'm curious: What specifically was slow in Fl_Text_Display (scrolling, adding text, parsing..) How