Project

General

Profile

Actions

Emulator Issues #6836

closed

compile on Ubuntu 13.10: stop at 51%, Built target pch

Added by legluondunet over 10 years ago.

Status:
Fixed
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

Hello,

I tried to compile Dolphin, cmake validated all the dependencies.
But when I compiled, it stopped at 51%:

[ 51%] Built target wx
[ 51%] Building CXX object Source/CMakeFiles/pch.dir/pch.h.o
Linking FAKELANG static library libpch.a
[ 51%] Built target pch
[ 51%] Building CXX object Source/Core/AudioCommon/CMakeFiles/audiocommon.dir/Src/AudioCommon.cpp.o
c++: error: WII/dolphin-emu/dolphin-emu25112013/Build/Source/CMakeFiles/pch.dir/pch.h: Aucun fichier ou dossier de ce type
make[2]: *** [Source/Core/AudioCommon/CMakeFiles/audiocommon.dir/Src/AudioCommon.cpp.o] Erreur 1
make[1]: *** [Source/Core/AudioCommon/CMakeFiles/audiocommon.dir/all] Erreur 2
make: *** [all] Erreur 2

Thank you for your help.

LGDN.

Actions #1

Updated by comexk over 10 years ago

What is the output of g++ --version?

Actions #2

Updated by legluondunet over 10 years ago

$ g++ --version
g++ (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1

Ubuntu 13.10 64 bits

Actions #3

Updated by Sonicadvance1 over 10 years ago

You aren't using ccache are you?

Actions #4

Updated by legluondunet over 10 years ago

I don't even know how to use ccache :-)
I'm using your how-to to compile Dolphin.
All dependencies are installed and ccmake complain about none.
I tested again today with fresh git, but i obtained the same issue: file pch.h not found. But the file is already in /home/legluondunet/Ordi/Jeux/Emulateurs/Consoles/Nintendo WII/dolphin-emu/dolphin-emu08122013/Build/Source/CMakeFiles/pch.dir/.

Actions #5

Updated by legluondunet over 10 years ago

I move my dolphin folder on my desktop: path is now shorter and without space folder name, it works!

Hope this help other.

Actions #6

Updated by degasus over 10 years ago

  • Status changed from New to Accepted

easy to reproduce:
mkdir build\ folder; cd build\ folder; cmake ..; make

Actions #7

Updated by Sonicadvance1 almost 10 years ago

Fixed in PR #398

Actions

Also available in: Atom PDF