Project

General

Profile

Actions

Emulator Issues #4454

closed

Compiling error in Ubuntu 11.04

Added by diegojp955 about 13 years ago.

Status:
Won't fix
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?

  1. Try to build dolphin on Ubuntu natty (v11.04)
  2. 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.


Related issues 2 (0 open2 closed)

Has duplicate Emulator - Emulator Issues #4461: Can't compile in Ubuntu NattyDuplicate

Actions
Has duplicate Emulator - Emulator Issues #4467: [Ubuntu 11.04] Compilation error: gtk/gtk.h: No such file or directoryDuplicate

Actions
Actions #1

Updated by Sonicadvance1 about 13 years ago

What's the the error log say?

Actions #2

Updated by chiizufish about 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.)

Actions #3

Updated by Anonymous about 13 years ago

  • Status changed from New to Won't fix

Not dolphin's fault! yeaaa!!!

Actions #4

Updated by Anonymous about 13 years ago

Issue 4461 has been merged into this issue.

Actions #5

Updated by Anonymous about 13 years ago

Issue 4467 has been merged into this issue.

Actions

Also available in: Atom PDF