Dolphin, the GameCube and Wii emulator - Forums

Full Version: Can't compile: libpng16-dev and gtk2.0-dev conflicts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can either install libpng16-dev xor gtk2.0-dev. Can't compile. If I have libpng16 installed, it won't find gtk/gtk.h. If i have gtk installed, won't link to libpng new functions (example undefined reference to `png_set_longjmp_fn')

help pls?


Ubuntu 16.04, I already have libpng-dev installed.
Got it working, solution was to modify CMakeLists.txt to statically link libpng.