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

Author Topic: Updated SFML 2 Cmake Not Working...  (Read 2410 times)

0 Members and 1 Guest are viewing this topic.

Fierce_Dutch

  • Full Member
  • ***
  • Posts: 138
    • View Profile
Updated SFML 2 Cmake Not Working...
« on: December 08, 2010, 04:28:54 pm »
Well I just updated my svn repository and I loaded up the sfml2 folder and it said this:

Code: [Select]
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Call Stack (most recent call first):
  C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindDoxygen.cmake:80 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  doc/CMakeLists.txt:15 (find_package)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Updated SFML 2 Cmake Not Working...
« Reply #1 on: December 08, 2010, 04:47:07 pm »
Quote
Could NOT find Doxygen

You don't have doxygen ;)

You must install it if you want to build the doc, but I guess you should rather simply set the BUILD_DOC option to FALSE.
Laurent Gomila - SFML developer

Fierce_Dutch

  • Full Member
  • ***
  • Posts: 138
    • View Profile
Updated SFML 2 Cmake Not Working...
« Reply #2 on: December 08, 2010, 05:02:08 pm »
Quote from: "Laurent"
Quote
Could NOT find Doxygen

You don't have doxygen ;)

You must install it if you want to build the doc, but I guess you should rather simply set the BUILD_DOC option to FALSE.


K thx, I can live w/o docs

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Updated SFML 2 Cmake Not Working...
« Reply #3 on: December 09, 2010, 07:37:51 pm »
There is still an online documentation of SFML 2 (even though it's probably not always as up-to-date as the SVN one).
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: