• 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 ... 49 50 51 52 53 ... 117 Next »

cmakelist changes for opencl on linux
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
cmakelist changes for opencl on linux
12-20-2012, 10:50 AM
#7
algarues Offline
Junior Member
**
Posts: 20
Threads: 6
Joined: Mar 2009
(12-19-2012, 06:46 AM)neobrain Wrote: I think it's not visible at all unless you add some code modifications to make Dolphin explicitely tell you.

anyway, below there is the output that I get when running cmake ..
it seems to me that upon configuration there is not detection for the opencl libraries and headers that I have installed

Code:
The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Git: /usr/bin/git (found version "1.7.10.4")
-- Performing Test NO_UNUSED_RESULT
-- Performing Test NO_UNUSED_RESULT - Success
-- Performing Test VISIBILITY_INLINES_HIDDEN
-- Performing Test VISIBILITY_INLINES_HIDDEN - Success
-- Performing Test VISIBILITY_HIDDEN
-- Performing Test VISIBILITY_HIDDEN - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp  
OpenMP parallelization enabled
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.25")
ALSA found, enabling ALSA sound backend
ao found, enabling ao sound backend
bluez found, enabling bluetooth support
PulseAudio found, enabling PulseAudio sound backend
-- Could NOT find OpenAL (missing:  OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
OpenAL NOT found, disabling OpenAL sound backend
X11 found
Xrandr found
-- checking for modules 'libavcodec>=53.35.0;libavformat>=53.21.0;libswscale>=2.1.0;libavutil>=51.22.1'
--   found libavcodec, version 54.59.100
--   found libavformat, version 54.29.104
--   found libswscale, version 2.1.101
--   found libavutil, version 51.73.101
libav found, enabling AVI frame dumps
-- Performing Test PORTAUDIO
-- Performing Test PORTAUDIO - Failed
PortAudio not found, disabling mic support
Using static lzo from Externals
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found.
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Could NOT find SDL2 (missing:  SDL2_LIBRARY SDL2_INCLUDE_DIR)
-- Found SDL: /usr/lib/x86_64-linux-gnu/libSDLmain.a;/usr/lib/x86_64-linux-gnu/libSDL.so;-pthread  
Using shared SDL
Could NOT find SFML (missing:  SFML_INCLUDE_DIR)
Using static SFML 1.5 from Externals
Using static SOIL from Externals
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.7")
Using shared zlib
GLEW found
Cg found
CgGL found
-- Found wxWidgets: TRUE  
Found wxWidgets version 2.8.12
At least 2.9.3 is required; ignoring found version
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.4.9")
-- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so  
Using static wxWidgets from Externals
gthread-2.0 found
pangocairo found
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
-- Configuring done
-- Generating done
-- Build files have been written to:
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
cmakelist changes for opencl on linux - algarues - 12-18-2012, 08:12 AM
RE: cmakelist changes for opencl on linux - Shonumi - 12-18-2012, 02:49 PM
RE: cmakelist changes for opencl on linux - algarues - 12-18-2012, 06:49 PM
RE: cmakelist changes for opencl on linux - neobrain - 12-19-2012, 12:19 AM
RE: cmakelist changes for opencl on linux - algarues - 12-19-2012, 06:34 AM
RE: cmakelist changes for opencl on linux - neobrain - 12-19-2012, 06:46 AM
RE: cmakelist changes for opencl on linux - algarues - 12-20-2012, 10:50 AM
RE: cmakelist changes for opencl on linux - neobrain - 12-20-2012, 06:36 PM
RE: cmakelist changes for opencl on linux - algarues - 12-21-2012, 02:00 AM
RE: cmakelist changes for opencl on linux - Shonumi - 12-21-2012, 02:55 AM
RE: cmakelist changes for opencl on linux - algarues - 12-21-2012, 09:00 AM
RE: cmakelist changes for opencl on linux - Shonumi - 12-21-2012, 04:01 PM
RE: cmakelist changes for opencl on linux - delroth - 12-21-2012, 04:31 PM
RE: cmakelist changes for opencl on linux - algarues - 12-21-2012, 09:17 PM
RE: cmakelist changes for opencl on linux - delroth - 12-22-2012, 12:00 AM

  • 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