colibrigui

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
User avatar
nevarim
Gnoll
Posts: 675
Joined: Mon Jul 05, 2010 6:16 pm
Location: Pavia Italy
x 4
Contact:

colibrigui

Post by nevarim »

If you need Help with Ogre, rather use the Help forums:
viewforum.php?f=2

i have some problems to compile colibrigui with cmake

i have OGRE_HOME correctly set as variable

this is result with cmake

Code: Select all

Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.18363.
The C compiler identification is MSVC 19.0.24215.1
The CXX compiler identification is MSVC 19.0.24215.1
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
CMake Error at F:/game_develop/cmake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE dot)
Call Stack (most recent call first):
  F:/game_develop/cmake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  F:/game_develop/cmake/share/cmake-3.16/Modules/FindDoxygen.cmake:633 (find_package_handle_standard_args)
  CMakeLists.txt:24 (find_package)


Configuring incomplete, errors occurred!
See also "F:/game_compiled/colibrigui/CMakeFiles/CMakeOutput.log".
i'm a noob until proven otherwise :D
used in my project ;) and thanks to everyone :D
Ogre 3d
Mygui
Skyx
Hydrax
MOC
CCS
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5292
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: colibrigui

Post by dark_sylinc »

Answered in https://github.com/darksylinc/colibrigui/issues/21
It should be fixed now.
User avatar
nevarim
Gnoll
Posts: 675
Joined: Mon Jul 05, 2010 6:16 pm
Location: Pavia Italy
x 4
Contact:

Re: colibrigui

Post by nevarim »

perfectly working, posted some other bugs for cmake
i'm a noob until proven otherwise :D
used in my project ;) and thanks to everyone :D
Ogre 3d
Mygui
Skyx
Hydrax
MOC
CCS
Post Reply