Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Compile sfeMovie project  (Read 5332 times)

0 Members and 1 Guest are viewing this topic.

slimmeke

  • Guest
Compile sfeMovie project
« 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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Compile sfeMovie project
« Reply #1 on: June 16, 2013, 10:58:17 am »
Have you read the documentation included in FindSFML.cmake?
Laurent Gomila - SFML developer

Sonkun

  • Full Member
  • ***
  • Posts: 241
    • View Profile
Re: Compile sfeMovie project
« Reply #2 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.
Interested in using SFML with Python ? Try out its Python binding!

slimmeke

  • Guest
Re: Compile sfeMovie project
« Reply #3 on: June 21, 2013, 04:00:54 pm »
Ok tnx for the answers. Now I know that's not my fault.

 

anything