Hi When compiling dillo 3.0.5 on Mac OS 10.11, I get : /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H" It seems that dillo is trying to use X but on Mac, but fltk is using quartz. The problem has been reported on many systems. Dillo 3.0.4 was working fine. Thanks yves
Mmm I tried to build 3.0.4 and got the same error, but I?m sure it did work (a while ago) yves
Le 23 f?vr. 2016 ? 15:10, Yves de Champlain <yesyves at gmail.com> a ?crit :
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc <http://xembed.cc/> mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc <http://xembed.cc/>:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
I tried to send email about this very issue to this mailing list, but the mail failed for some obscure reason. Thanks for bringing this up. Cheers - Martin - On 23 Feb 2016 23:12, "Yves de Champlain" <yesyves at gmail.com> wrote:
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
interesting. could you please try again if dillo-3.0.4 still works with your current setup? Cheers, Johannes On Fri, Feb 26, 2016 at 01:29:43PM +0300, Martin Atukunda wrote:
I tried to send email about this very issue to this mailing list, but the mail failed for some obscure reason.
Thanks for bringing this up.
Cheers
- Martin - On 23 Feb 2016 23:12, "Yves de Champlain" <yesyves at gmail.com> wrote:
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
Hi As I said in a subsequent mail, 3.0.4 does not work either anymore yves
Le 26 f?vr. 2016 ? 06:00, Johannes Hofmann <Johannes.Hofmann at gmx.de> a ?crit :
interesting. could you please try again if dillo-3.0.4 still works with your current setup?
Cheers, Johannes
On Fri, Feb 26, 2016 at 01:29:43PM +0300, Martin Atukunda wrote:
I tried to send email about this very issue to this mailing list, but the mail failed for some obscure reason.
Thanks for bringing this up.
Cheers
- Martin - On 23 Feb 2016 23:12, "Yves de Champlain" <yesyves at gmail.com> wrote:
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
could you please try with attached patch applied? Cheers, Johannes On Fri, Feb 26, 2016 at 08:58:36PM -0500, Yves de Champlain wrote:
Hi
As I said in a subsequent mail, 3.0.4 does not work either anymore
yves
Le 26 f?vr. 2016 ? 06:00, Johannes Hofmann <Johannes.Hofmann at gmx.de> a ?crit :
interesting. could you please try again if dillo-3.0.4 still works with your current setup?
Cheers, Johannes
On Fri, Feb 26, 2016 at 01:29:43PM +0300, Martin Atukunda wrote:
I tried to send email about this very issue to this mailing list, but the mail failed for some obscure reason.
Thanks for bringing this up.
Cheers
- Martin - On 23 Feb 2016 23:12, "Yves de Champlain" <yesyves at gmail.com> wrote:
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
Hi It does the trick indeed. I do get this message repeated many many times : Mar 1 17:55:52 dillo[4169] <Error>: CGContextSetShouldAntialias: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. Thanks yves
Le 28 f?vr. 2016 ? 04:17, Johannes Hofmann <Johannes.Hofmann at gmx.de> a ?crit :
could you please try with attached patch applied?
Cheers, Johannes
On Fri, Feb 26, 2016 at 08:58:36PM -0500, Yves de Champlain wrote:
Hi
As I said in a subsequent mail, 3.0.4 does not work either anymore
yves
Le 26 f?vr. 2016 ? 06:00, Johannes Hofmann <Johannes.Hofmann at gmx.de> a ?crit :
interesting. could you please try again if dillo-3.0.4 still works with your current setup?
Cheers, Johannes
On Fri, Feb 26, 2016 at 01:29:43PM +0300, Martin Atukunda wrote:
I tried to send email about this very issue to this mailing list, but the mail failed for some obscure reason.
Thanks for bringing this up.
Cheers
- Martin - On 23 Feb 2016 23:12, "Yves de Champlain" <yesyves at gmail.com> wrote:
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
<xembed_mac.diff>_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
On Tue, Mar 01, 2016 at 05:57:41PM -0500, Yves de Champlain wrote:
Hi
It does the trick indeed.
good, I'll commit this change
I do get this message repeated many many times :
Mar 1 17:55:52 dillo[4169] <Error>: CGContextSetShouldAntialias: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
what Mac OS and FLTK version are you running and how did you install FLTK. Also please set the environmental variable as suggested and post the output. Johannes
Thanks
yves
Le 28 f?vr. 2016 ? 04:17, Johannes Hofmann <Johannes.Hofmann at gmx.de> a ?crit :
could you please try with attached patch applied?
Cheers, Johannes
On Fri, Feb 26, 2016 at 08:58:36PM -0500, Yves de Champlain wrote:
Hi
As I said in a subsequent mail, 3.0.4 does not work either anymore
yves
Le 26 f?vr. 2016 ? 06:00, Johannes Hofmann <Johannes.Hofmann at gmx.de> a ?crit :
interesting. could you please try again if dillo-3.0.4 still works with your current setup?
Cheers, Johannes
On Fri, Feb 26, 2016 at 01:29:43PM +0300, Martin Atukunda wrote:
I tried to send email about this very issue to this mailing list, but the mail failed for some obscure reason.
Thanks for bringing this up.
Cheers
- Martin - On 23 Feb 2016 23:12, "Yves de Champlain" <yesyves at gmail.com> wrote:
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po mv -f .deps/image.Tpo .deps/image.Po mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po mv -f .deps/form.Tpo .deps/form.Po mv -f .deps/findbar.Tpo .deps/findbar.Po mv -f .deps/menu.Tpo .deps/menu.Po In file included from xembed.cc:18: In file included from /opt/local/include/FL/x.H:43: /opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found # include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
<xembed_mac.diff>_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
I do get this message repeated many many times :
Mar 1 17:55:52 dillo[4169] <Error>: CGContextSetShouldAntialias: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
what Mac OS and FLTK version are you running and how did you install FLTK. Also please set the environmental variable as suggested and post the output.
The you go. Mac OS 10.11.3 FLTK 1.1.3 installed through Macports Gandalf:.xinitrc.d yves$ export CG_CONTEXT_SHOW_BACKTRACE=yes Gandalf:.xinitrc.d yves$ dillo paths: Cannot open file '/Users/yves/.dillo/dillorc': No such file or directory paths: Using /opt/local/etc/dillo/dillorc paths: Cannot open file '/Users/yves/.dillo/keysrc': No such file or directory paths: Using /opt/local/etc/dillo/keysrc paths: Cannot open file '/Users/yves/.dillo/domainrc': No such file or directory paths: Using /opt/local/etc/dillo/domainrc Domain: Default accept. dillo_dns_init: Here we go! (threaded) Disabling cookies. ** WARNING **: preferred sans-serif font "DejaVu Sans" not found. ** WARNING **: preferred serif font "DejaVu Serif" not found. ** WARNING **: preferred monospace font "DejaVu Sans Mono" not found. ** WARNING **: preferred cursive font "URW Chancery L" not found. ** WARNING **: preferred fantasy font "DejaVu Sans" not found. Nav_open_url: new url='about:splash' Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetTextPosition: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+11934> <_ZN8CustTabsC2EiiiPKc+33863> <_ZN8CustTabsC2EiiiPKc+42753> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+11934> <_ZN8CustTabsC2EiiiPKc+33863> <_ZN8CustTabsC2EiiiPKc+42753> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+11934> <_ZN8CustTabsC2EiiiPKc+33863> <_ZN8CustTabsC2EiiiPKc+42753> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetTextPosition: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetTextPosition: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetTextPosition: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> Mar 2 18:36:30 dillo[23010] <Error>: CGContextSetShouldAntialias: invalid context 0x0. Backtrace: <_Z15fl_text_extentsPKcRiS1_S1_S1_+80> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+1634> <_ZN2dw4fltk10FltkImgbuf11scaleBufferEPKhiiPhiiid+2707> <_ZN13CssStyleSheetC2Ev+16841> <_ZN13CssStyleSheetC2Ev+21235> <_ZN11DoctreeNodeD2Ev+13496> <_ZN11DoctreeNodeD2Ev+6209> <_ZN8CustTabsC2EiiiPKc+42885> <_ZN8CustTabsC2EiiiPKc+45551> <_ZL8do_timerP16__CFRunLoopTimerPv+42> <__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__+20> <__CFRunLoopDoTimer+1075> <__CFRunLoopDoTimers+298> <__CFRunLoopRun+1841> <CFRunLoopRunSpecific+296> <RunCurrentEventLoopInMode+235> <ReceiveNextEventCommon+184> <_BlockUntilNextEventMatchingListInModeWithFilter+71> <_DPSNextEvent+1067> <-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+454> <_Z7fl_waitd+150> <_Z21fl_mac_flush_and_waitd+155> <_ZN2Fl3runEv+19> <(null)+4361965094> <start+1> a_Dicache_cleanup: length = 0 Thanks yves
participants (3)
-
Johannes.Hofmann@gmx.de
-
matlads@gmail.com
-
yesyves@gmail.com