• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 9 10 11 12 13 ... 116 Next »

ubuntu 19.10 build error missng audiocommon.h?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
ubuntu 19.10 build error missng audiocommon.h?
02-20-2020, 04:32 PM
#1
mrdo562000
Unregistered
 
keep getting this error the header is there in the dir i dont get it
cmake -Wno-dev /home/mrdo/dolphin/Source/
CMake Warning at Core/AudioCommon/CMakeLists.txt:21 (find_package):
By not providing "FindOpenSLES.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OpenSLES",
but CMake did not find one.

Could not find a package configuration file provided by "OpenSLES" with any
of the following names:

OpenSLESConfig.cmake
opensles-config.cmake

Add the installation prefix of "OpenSLES" to CMAKE_PREFIX_PATH or set
"OpenSLES_DIR" to a directory containing one of the above files. If
"OpenSLES" provides a separate development package or SDK, be sure it has
been installed.


-- ALSA explicitly disabled, disabling ALSA sound backend
-- PulseAudio explicitly disabled, disabling PulseAudio sound backend
CMake Warning at Core/Core/CMakeLists.txt:630 (find_package):
By not providing "FindBlueZ.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "BlueZ", but
CMake did not find one.

Could not find a package configuration file provided by "BlueZ" with any of
the following names:

BlueZConfig.cmake
bluez-config.cmake

Add the installation prefix of "BlueZ" to CMAKE_PREFIX_PATH or set
"BlueZ_DIR" to a directory containing one of the above files. If "BlueZ"
provides a separate development package or SDK, be sure it has been
installed.


-- BlueZ NOT found, disabling bluetooth support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mrdo/dolphin/Build



mrdo@mrdo-MS-7693:~/dolphin/Build$ make
Scanning dependencies of target audiocommon
[ 0%] Building CXX object Core/AudioCommon/CMakeFiles/audiocommon.dir/AudioCommon.o
/home/mrdo/dolphin/Source/Core/AudioCommon/AudioCommon.cpp:5:10: fatal error: AudioCommon/AudioCommon.h: No such file or directory
5 | #include "AudioCommon/AudioCommon.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Core/AudioCommon/CMakeFiles/audiocommon.dir/build.make:63: Core/AudioCommon/CMakeFiles/audiocommon.dir/AudioCommon.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:130: Core/AudioCommon/CMakeFiles/audiocommon.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Reply
02-21-2020, 07:05 AM
#2
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,661
Threads: 8
Joined: Feb 2010
It looks like you're not running cmake on the parent directory.
Please try this build guide: https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux
Find
Reply
02-21-2020, 07:58 PM
#3
mrdo562000
Unregistered
 
(02-21-2020, 07:05 AM)Billiard26 Wrote: It looks like you're not running cmake on the parent directory.
Please try this build guide: https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux

i was following the build guide so i dont know what i did wrong how should the command look to run it on parent directory?
it fails every time no matter what i do 
Reply
02-22-2020, 03:36 AM
#4
Neui Offline
Quiet
***
Posts: 175
Threads: 1
Joined: Apr 2015
If the first line is the command you've run ("cmake -Wno-dev /home/mrdo/dolphin/Source/"), I assume that "/home/mrdo/dolphin/" is the repository, in which case you've let cmake "configure" the wrong directory, it needs to be that repository directory.

Delete the Build folder and start from the linked guide again (which uses ".." as the folder, which when in the manually created build folder in the repository would be the parent directory, in this case the repository root).
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode