Re: Core-dump pasting from one form field into another
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi James, On Sun, Feb 01, 2015 at 04:06:01PM +1300, James C wrote: > 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 thanks that you brought up the topic on the FLTK list! > > I vote for leaving DND disabled until the FLTK people are ready to > make that release. sure. Regards, Johannes > > 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 > >> > > > > _______________________________________________ > Dillo-dev mailing list > [email protected] > http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev