Hi all,
I just committed LPE to trunk. I have chosen to put the necessary 2geom files into inkscape svn, and build them together with inkscape. Windows building works fine, and Linux aswell! :)
One must download Boost, but it seems only 3 files are needed. concept_check.hpp, format.hpp and optional/optional.hpp. I think this means only the boost base is needed and the "optional" package. No harm downloading all though... http://www.boost.org/ (please note I did not test this, I downloaded the complete boost package)
I updated the LPE build info on the wiki, if you have trouble building: http://wiki.inkscape.org/wiki/index.php/LivePathEffects#BUILDING_THE_BRANCH
Really hope I did not break building!
Cheers, Johan
Note 1.: There are some warnings on Linux, because of duplicate entries in the makefile. I do not know why 2geom is put twice in the makefile.
Note 2.: I had to exclude extension/internal/bitmap/*.* in build.xml to get Inkscape built (trunk rev 15177, so without LPE changes)