Hey Alexander,
You probably need our geometry library (or parts of it) as well which you can find out a little more at http://lib2geom.sourceforge.net/
I'm not sure if what you're working on should actually be implemented upstream in lib2geom or directly in Inkscape as you're looking to do, perhaps someone with more insight could chime in.
Cheers, Josh
On Wed, Apr 17, 2013 at 1:58 PM, Alexander Brock <a.brock@...2965...> wrote:
I'd like to have a very small exxecutable which only executes a number of little tests with the algorithm I wrote, so I can play with it and fine-tune it faster, without having to compile and link the complete inkscape every time. I placed the attached bezier-tests.cpp in the src directory and tried to compile it:
g++ -Wall -pedantic -I2geom -Ibind -Idebug -Idialogs -Idisplay -Idom -Iextension -Ifilters -Ihelper -Iio -Ilibavoid -Ilibcola -Ilibcroco -Ilibgdl -Ilibnrtype -Ilibvpsc -Ilivarot -Ilive_effects -Ipixmaps -Isvg -Itrace -Iui -Iutil -Iwidgets -Ixml -I. bezier-tests.cpp
But it tells me that there is a file missing:
./2geom/point.h:39:20: fatal error: config.h: No such file or directory
Can somebody tell me how to set it up properly? I'd like to have something like a make target which only compiles the stuff neccessary for using code from bezier-utils.cpp
Alexander
Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel