SFML community forums

General => SFML wiki => Topic started by: slimmeke on June 16, 2013, 10:12:23 am

Title: Compile sfeMovie project
Post by: slimmeke on June 16, 2013, 10:12:23 am
Hi

I have problems with compiling the SfeMovie library for VS2010 x64 and with latest FFmpeg. When I use the build.sh script to compile, I got following error (I used Vs2010 settings in the script):

Running CMake...
cmake -G "Visual Studio 10" CMakeLists.txt
CMake Error at cmake/Modules/FindSFML.cmake:199 (message):
  Could NOT find SFML (missing: SFML_GRAPHICS_LIBRARY SFML_WINDOW_LIBRARY
  SFML_SYSTEM_LIBRARY SFML_AUDIO_LIBRARY)
Call Stack (most recent call first):
  CMakeLists.txt:57 (find_package)

-- Configuring incomplete, errors occurred!
*** an error occured, aborting.

I have placed the SFML on the Windows Path and other places on the disc but without any result.
Can someone help me so I can use x64 for movies.
Title: Re: Compile sfeMovie project
Post by: Laurent on June 16, 2013, 10:58:17 am
Have you read the documentation included in FindSFML.cmake?
Title: Re: Compile sfeMovie project
Post by: Sonkun on June 16, 2013, 05:06:44 pm
AFAIK, x64 compilation on Windows isn't available, it won't work anyways unless you update the build scripts to make it possible.
Title: Re: Compile sfeMovie project
Post by: slimmeke on June 21, 2013, 04:00:54 pm
Ok tnx for the answers. Now I know that's not my fault.