Thursday, April 18, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2506  / 3 Years ago, thu, september 23, 2021, 12:51:17

I am trying to install Ogre software with CMake but it says I'm missing things. I found one and installed it (freetype) but I can't find (Xaw: X11 Athena widget set) or (X Toolkit). Is there an easier way to install this?
This is all that I'm missing now.



CMake Error at CMakeLists.txt:570 (message):
X11 support requires Xcursor library.



After this I am unable to find it to run it. what happened to it?



Linking CXX executable ../../bin/OgreMeshUpgrader
[100%] Built target OgreMeshUpgrader


More From » apt

 Answers
4

You don't mention what version of Ubuntu you're running nor what version of OGRE you are trying to install, however there is a libogre-dev package in the Precise repository, which should bring in libogre-1.7.4. There is also a ogre-tools package. You can see the various related packages for your system using apt-cache e.g.



apt-cache search --names-only ogre


If you really do need to install from source, then the xorg-dev metapackage should include libxt-dev and libxaw7-dev i.e. it should be sufficient to do



sudo apt-get install xorg-dev

[#28151] Thursday, September 23, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arbaour

Total Points: 346
Total Questions: 115
Total Answers: 105

Location: Oman
Member since Wed, Apr 12, 2023
1 Year ago
;