I found a bizaar that has the features enabled in source, but I have been unable to build it due to some errors.
At first the install script could not find boost, but following the directions here solved that issue.
Now the install script can not find popt. I feel like I may be missing some configuration value, although I have tried to follow the directions in the readme.
Code: Select all
checking popt.h usability... no
checking popt.h presence... no
checking for popt.h... no
configure: error: libpopt is required
Code: Select all
Port popt contains:
/opt/local/include/popt.h
/opt/local/lib/libpopt.0.dylib
/opt/local/lib/libpopt.a
/opt/local/lib/libpopt.dylib
...
Any ideas how I might get passed these issues and build a inkscape version with geometry constructions?
Thanks!