Emulator Issues #4454
closedCompiling error in Ubuntu 11.04
0%
Description
What steps will reproduce the problem?
- Try to build dolphin on Ubuntu natty (v11.04)
- Everithing is compiled except for dolphin binary
What is the expected output? What do you see instead?
so, can't execute something...
Dolphin version with the problem? Other Dolphin version without the
problem? latest
32-bit or 64-bit and any other build parameters?
Linux-64
OS version and versions of tools/libraries used?
Ubuntu natty
Please provide any additional information below.
Updated by chiizufish over 13 years ago
cmake says:
-- Some or all of the gtk libraries were not found. (missing: GTK2_GLIBCONFIG_INCLUDE_DIR)
The final error is:
dolphin-emu-read-only/Source/Core/DolphinWX/Src/X11Utils.h:25:21: fatal error: gtk/gtk.h: No such file or directory
This seems to be a bug in Natty's cmake: https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/751940
A very hacky workaround is to place a link to the old glib include location:
ln -s /usr/lib/x86_64-linux-gnu/glib-2.0 /usr/lib/glib-2.0
(Though this may break things later on, so best remove it after having successfully compiled.)
Updated by Anonymous over 13 years ago
- Status changed from New to Won't fix
Not dolphin's fault! yeaaa!!!
Updated by Anonymous over 13 years ago
Issue 4461 has been merged into this issue.
Updated by Anonymous over 13 years ago
Issue 4467 has been merged into this issue.