Re: [fltk.general] fltk 1.3.x + cairo -- neato

2011-12-10 Thread Albrecht Schlosser
On 10.12.2011 00:26, Ian MacArthur wrote: On 9 Dec 2011, at 12:29, Albrecht Schlosser wrote: Maybe Ian could tell us something about the dependency - ISTR that he used to use Cairo in (some of) his builds. Ian, any info about this? I do use cairo in some projects, but not via the

Re: [fltk.general] fltk 1.3.x + cairo -- neato

2011-12-10 Thread Greg Ercolano
On 12/10/11 07:01, Albrecht Schlosser wrote: ldd cairo_test | grep 'cairo\|pixman' Huh, interesting.. on my machine I just get: ldd cairo_test | grep 'cairo\|pixman' libcairo.so.2 = /usr/lib64/libcairo.so.2 (0x0038d5c0) ___ fltk

Re: [fltk.general] fltk 1.3.x + cairo -- neato

2011-12-10 Thread Ian MacArthur
On 10 Dec 2011, at 15:01, Albrecht Schlosser wrote: Well, I really don't know which version of libcairo I've got here. http://cairographics.org/ says that the latest release is 1.10.0, but the download page http://cairographics.org/download/ says that libcairo2-dev is the package to install

[fltk.general] fltk 1.3.x + cairo -- neato

2011-12-08 Thread Greg Ercolano
Someone was asking me about drawing smooth (antialiased) lines in FLTK, and decided to try out FLTK with Cairo support. I was surprised it only took minutes to install + rebuild fltk against it on linux, and it built a working test/cairo_test program. The