Re: Core-dump pasting from one form field into another
James C <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <CACZ9Q6iPGCGi9ierH8AC0S7P49k7NqqBDMPb1ZiQOJS4tyM6Gg@mail.gmail.com> |
Hello Johannes et al, Unless circumstances intervene, a future release of FLTK will support DND on OSX without RTTI:: https://groups.google.com/forum/#!searchin/fltkgeneral/rtti/fltkgeneral/yxjv33KY6DY/8EY75YHAoGcJ I vote for leaving DND disabled until the FLTK people are ready to make that release. Regards, James. On 23/01/2015, James C <[email protected]> wrote: > Hello Johannes et al, > > I've logged this with the FLTK people. > http://www.fltk.org/str.php?L3178 > > Regards, > James. > > On 20/01/2015, Johannes Hofmann <[email protected]> wrote: >> Hi James, >> >> On Tue, Jan 20, 2015 at 08:50:22PM +1300, James C wrote: >>> Hi All, >>> >>> I think I've worked out what's going on with drag-and-drop. >>> >>> We're compiling with -fno-rtti and (some parts of) fltk do >>> dynamic_cast, which needs rtti. The run-time handling for detecting >>> the conflict is nonexistent/unforgiving. >>> >>> When I make the change below and rebuild, drag-and-drop starts working >>> for >>> me. >> >> Cool that you found the reason! >> From http://en.wikipedia.org/wiki/FLTK fltk is supposed to work >> without rtti, but things might have changed of course. >> It would be cool if you could bring up the topic on an fltk list to >> see if it's intended like this. >> >> Cheers, >> Johannes >> >> _______________________________________________ >> Dillo-dev mailing list >> [email protected] >> http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev >> >