Hey all, I'm having a bit of difficulty installing Inkscape 0.39. I've tried two different methods, compiling the source, and installing through autopackage. What's interesting is that neither one installs, and both have two different dependency problems. Compiling gives me a failed find of sigc++-2.0.pc, whereas the autopackage install finds sigc++, but can't find GTK2 C++ bindings.
So what did I do when both failed? Tried to install the GTK bindings.
gtkmm (GTK2 C++ bindings) had a dependency on glibmm, so I preceded to try to install glibmm first, but glibmm has a dependency on
sigc++. Neither Inkscape nor glibmm can find the sigc++-2.0.pc which is in /usr/local/lib/pkgconfig. The error for both is that PKG_CONFIG_PATH can't find sigc++-2.0.pc, which is stupid since it is in the exact place it should be.
My question, has anybody resolved this, and if so how did you do it? If not, can someone direct me as to fix this stupid stupid problem?