Thanks very much for the response, i "touch ..." and dont work, finaly see the commit file changes of revision 12837 and make a touch to them. after that, compiling give me this error: ======================================================================= CXX desktop-style.o In file included from ../../jabiertxof/src/desktop-style.cpp:28:0: ../../jabiertxof/src/filters/blend.h:27:5: error: ‘FilterBlendMode’ in namespace ‘Inkscape::Filters’ does not name a type ../../jabiertxof/src/desktop-style.cpp: In function ‘int objects_query_blend(GSList*, SPStyle*)’: ../../jabiertxof/src/desktop-style.cpp:1386:42: error: ‘class SPFeBlend’ has no member named ‘blend_mode’ make[3]: *** [desktop-style.o] Error 1 make[3]: se sale del directorio `/home/jtx/Development/inkscape/jabiertxof-gcc/src' make[2]: *** [all] Error 2 make[2]: se sale del directorio `/home/jtx/Development/inkscape/jabiertxof-gcc/src' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/jtx/Development/inkscape/jabiertxof-gcc' make: *** [all] Error 2 ======================================================================= I test to touch src recursive, and the same error.
Best regards, Jabier.
El jue, 09-01-2014 a las 20:41 +0100, Tavmjong Bah escribió:
On Thu, 2014-01-09 at 18:52 +0100, Jabiertxo Arraiza Cenoz wrote:
Hi to all. I have two branch compiled ind two computers with Tavmjong Bah code about blending and compositing enabled.
Here is my configure line: CFLAGS='-g -O0 -Wall' CPPFLAGS=' -DWITH_MESH -DLPE_ENABLE_TEST_EFFECTS -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE' CC='ccache gcc' ../jabiertxof/configure --prefix=/home/jtx/inkscape/jabiertxof One computer has the extra "--disable-strict-build" necesary to aboid compiling problems due a bug https://bugs.launchpad.net/inkscape/+bug/1239969
This computer show all new blend modes in the layers blending modes and the other computer show only the previous 5 blend modes.
Anybody know whats happens?
If you enabled the new blend modes after already building Inkscape, you may need to "touch" the relative files to get them to be recompiled, i.e.
touch src/display/drawing-item.cpp src/display/nr-filter-blend.cpp
src/filters/blend.cpp src/filters/composite.cpp src/display/nr-filter-composite.cpp
Tav