Emulator Issues #7829
closedDolphin not building on Ubuntu 14.10 (latest)
0%
Description
as stated Dolphin fails to build (at make stage) on Ubuntu 14.10
(still builds on Ubuntu 14.04)
log of make (point build fails at)
Updated by anon62969 about 10 years ago
forgot to mention
used tested with 4.0-4055
(haven’t been able to build for at least a week)
Updated by jens.nyberg about 10 years ago
As a temporary workaround, if you have the wxwidgets3 package on ubuntu you could install it. Then this dependency would not need to be built and it might work for you.
Updated by flacs about 10 years ago
Another workaround: open CMakeFiles.txt and replace "add_definitions(-std=gnu++0x)" with "add_definitions(-std=gnu++11)".
Which gcc or clang version are you using?
Updated by anon62969 about 10 years ago
I am using gcc 4.9.1-16ubuntu6
will try your suggestions though currently running a version compiled on 14.04 using some symlinks and copied over libs
thanks for the advice
Updated by anon62969 almost 10 years ago
tried workarounds after installing wxwidgets3 it now fails slightly later
log of make (point build fails at) http://pastebin.com/Y3KMkWpi
Updated by anon62969 almost 10 years ago
now builds on Ubuntu 14.10 when wxwidgets3 is installed
(other work around not effective for some reason)
Updated by waddlesplash almost 10 years ago
IIRC, Jasper fixed this in master. Can you pull and try again?
Updated by anon62969 almost 10 years ago
waddlesplash
"now builds on Ubuntu 14.10 when wxwidgets3 is installed
(other work around not effective for some reason) "
forgot to mention this comment was reflecting results while using 4.0-4091
(currently the newest revision)
Updated by waddlesplash almost 10 years ago
- Status changed from New to Work started
- Priority set to Low
- Category set to externals
Still an issue?
Updated by waddlesplash almost 10 years ago
- Status changed from Work started to Fixed