Mailing list archives : pcb-rnd

ID:2673
From:Gabriel Paubert <pa...@iram.es>
Date:Sun, 24 Feb 2019 19:52:15 +0100
Subject:Re: [pcb-rnd] poly clipping performance optimization - experimental
in-reply-to:2672 from ge...@igor2.repo.hu
replies: 2674 from ge...@igor2.repo.hu
On Sun, Feb 24, 2019 at 06:57:19PM +0100, gedau@igor2.repo.hu wrote:
> 
> 
> On Wed, 20 Feb 2019, gedau@igor2.repo.hu wrote:
> 
> >
> >
> >On Wed, 20 Feb 2019, Gabriel Paubert wrote:
> >
> >>These last days I have been using this experimental feature extensively,
> >>it really speeds up thing. Now my fingers have learnt the {m p i}
> >>sequence!
> >
> >Excellent, thanks, I'm adding a TODO entry so I move this feature from 
> >experimental to permanent. 
> >
> 
> Done: feature moved to code, menu added in trunk, also fixed the menu 
> checkbox. Please test.
 
Form a very quick test, it works but I have to configure pcb-rnd with 
--disable-hid_lesstif, because:
 
gcc -c -pipe -fPIC -I. -I.. -I../src_3rd -I../src_3rd/liblihata -Iicons
-DHAVE_CONFIG_H -O3 -DNDEBUG -pthread -I/usr/include/gtk-2.0
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0
-I/usr/include/pixman-1 -I/usr/include/libpng16
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/freetype2 -I/usr/include/gtkglext-1.0
-I/usr/lib/gtkglext-1.0/include -I/usr/include/libdrm
-I/usr/include/freetype2/freetype -I/usr/include/libxml2    -o
../src_plugins/import_calay/calay.o ../src_plugins/import_calay/calay.c
../src_plugins/hid_lesstif/FillBox.c:44:24: fatal error: pxm_helper.h:
No such file or directory
 #include "pxm_helper.h"
                         ^
compilation terminated.
Makefile:1416: recipe for target '../src_plugins/hid_lesstif/FillBox.o' failed
 
Forgot to add pxm_helper.h to repository?
 
	Gabriel
 

Reply subtree:
2673 Re: [pcb-rnd] poly clipping performance optimization - experimental from Gabriel Paubert <pa...@iram.es>
  2674 Re: [pcb-rnd] poly clipping performance optimization - experimental from ge...@igor2.repo.hu