Hide Forgot
Description of problem: putting #include< papyrus-gtkmm.h> in a .cpp file causes it not compile. Version-Release number of selected component (if applicable): papyrus-0.13.3 How reproducible: Always Steps to Reproduce: try to compile this program: #include <papyrus-gtkmm.h> int main(int argc, char *argv[]) { return 0; } Actual results: See attached papyrus-bug file Expected results: A compiled binary Additional info: I pulled the source for this library and compiled it. I am attempting to fix down some of the bugs: http://www.git.ryanlewis.net/cgit.cgi/libpapyrus
Created attachment 554953 [details] Papyrus Compile Bugs
I made a few commits (see above link) which allow this code to compile now! However it seems to not actually work with the latest GTK: Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported I notice that the packages are now orphaned. I will try to email the developer to see what is going on here...