add_system_handler is not a member of Fl???

已查看 12 次
跳至第一个未读帖子

Ian ledford

未读,
2020年10月18日 14:59:202020/10/18
收件人 fltk.general
I was trying to compile eureka doom editor on linux when a error popped up saying

src/main.cc:626:2: error: ‘add_system_handler’ is not a member of ‘Fl’

I have looked everywhere trying to find out how to make add_system_handler a member of Fl but there is nothing at all relating to this problem and i have run out of ideas.
does anyone know how to fix this???eureka compile bug.png

Greg Ercolano

未读,
2020年10月18日 15:48:232020/10/18
收件人 fltkg...@googlegroups.com
On 2020-10-18 11:08, Ian ledford wrote:
> I was trying to compile eureka doom editor on linux when a error popped up saying
>
> src/main.cc:626:2: error: ‘add_system_handler’ is not a member of ‘Fl’

The function add_system_handler() was added in FLTK 1.3.3.

So if you have a version of FLTK older than that, it won't have that function.
In which case download the latest fltk 1.3.5 source code and build the app
with that.

Ian ledford

未读,
2020年10月19日 02:45:592020/10/19
收件人 fltk.general
THANK YOU SO MUCH!!!!! I have been spending all day figuring this out and with google and your help i finally compiled and installed the doom editor! I can't thank you enough!
回复全部
回复作者
转发
0 个新帖子