You are not logged in.
Pages: 1
I'm trying to install Dolphin-emu, running into some problems. Gthread-2.0 and pangocairo were needed, so I managed to install them. But now I'm getting this error:
gthread-2.0 found
pangocairo found
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GTHREAD2_INCLUDE
used as include directory in directory /home/cenzo/dolphin-emu
used as include directory in directory /home/cenzo/dolphin-emu
used as include directory in directory /home/cenzo/dolphin-emu/Externals/wxWidgets3
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/AudioCommon
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/Common
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/Core
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/DiscIO
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/DolphinWX
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/InputCommon
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/VideoCommon
used as include directory in directory /home/cenzo/dolphin-emu/Source/Plugins/Plugin_VideoOGL
used as include directory in directory /home/cenzo/dolphin-emu/Source/Plugins/Plugin_VideoSoftware
PANGOCAIRO_INCLUDE
used as include directory in directory /home/cenzo/dolphin-emu
used as include directory in directory /home/cenzo/dolphin-emu
used as include directory in directory /home/cenzo/dolphin-emu/Externals/wxWidgets3
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/AudioCommon
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/Common
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/Core
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/DiscIO
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/DolphinWX
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/InputCommon
used as include directory in directory /home/cenzo/dolphin-emu/Source/Core/VideoCommon
used as include directory in directory /home/cenzo/dolphin-emu/Source/Plugins/Plugin_VideoOGL
used as include directory in directory /home/cenzo/dolphin-emu/Source/Plugins/Plugin_VideoSoftwareI'm not sure how to correct this. Clearly I need to set the variables GTHREAD2_INCLUDE and PANGOCAIRO_INCLUDE, but how, and what to? Any advice is appreciated, thanks.
Offline
Is there a .configure file, did you run it.
Is there a README file, did you read it.
(Did you install the compiler.)
Some of the more common newbie mistakes.
Linux since 1999
Currently: AntiX, & Crunchbang.
A good general beginners book for Linux :- http://rute.2038bug.com/index.html.gz
A good Debian read :- http://debian-handbook.info/get/now/
Offline
Is there a .configure file, did you run it.
Is there a README file, did you read it.
(Did you install the compiler.)Some of the more common newbie mistakes.
No configure file, no help in the readme, I've installed cmake properly and everything.
https://code.google.com/p/dolphin-emu/wiki/Linux_Build this may be of some help, it's the instructions I followed. Although, some of the required libraries weren't listed there.
Offline
I'm not familiar with the particular app, but this is the relevant bit,
Change to the directory created:
cd dolphin-emu
Create a build subdirectory, and change into it.
mkdir Build && cd Build
Configure the build:
cmake ..
From here build and install in the standard make way:
make && make install
Note that you may need superuser privileges for the last command.If the above have been complied with, then I think you may need to open up & edit the cmake file & set those parameters for yourself, then (re)run cmake .. & the make commands.
Linux since 1999
Currently: AntiX, & Crunchbang.
A good general beginners book for Linux :- http://rute.2038bug.com/index.html.gz
A good Debian read :- http://debian-handbook.info/get/now/
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.