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

Author Topic: SFML 2.0 cmake installation and VS2010  (Read 2041 times)

0 Members and 1 Guest are viewing this topic.

mercurio7891

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
SFML 2.0 cmake installation and VS2010
« on: January 18, 2011, 10:44:57 am »
the code and source compiles fine. However I am having problem with the installation step which moves the files to a specified location as stated in the CMAKE_INSTALL_PREFIX.

after running cmake the VS2010 sln will include a project call "INSTALL" which I assume would install the files to the proper location. However when I compile the project "INSTALL" it gave an error saying "can't find the batch label specified - VCReportError"

Is there something I am missing out?

regards

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML 2.0 cmake installation and VS2010
« Reply #1 on: January 18, 2011, 11:29:14 am »
Which version of CMake do you use?

It seems to be related to this CMake bug:
http://public.kitware.com/Bug/view.php?id=11533
Laurent Gomila - SFML developer

mercurio7891

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
SFML 2.0 cmake installation and VS2010
« Reply #2 on: January 18, 2011, 11:36:46 am »
ahh thanks. :)