Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake on WSL ubuntu 18.04 give FREETYPE error #720

Open
joaobortotcadore opened this issue Oct 22, 2019 · 4 comments
Open

cmake on WSL ubuntu 18.04 give FREETYPE error #720

joaobortotcadore opened this issue Oct 22, 2019 · 4 comments

Comments

@joaobortotcadore
Copy link

I try install FREETYPE and the error persists..
After run 'cmake ..':

-- Build 64bit
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindFreetype.cmake:157 (find_package_handle_standard_args)
CMakeLists.txt:448 (find_package)

-- Configuring incomplete, errors occurred!
See also "/mnt/c/oce/oce/build/CMakeFiles/CMakeOutput.log".
See also "/mnt/c/oce/oce/build/CMakeFiles/CMakeError.log".

@precise-simulation
Copy link

precise-simulation commented Oct 24, 2019

Check and make sure that you have the freetype sources installed

sudo apt-get install libfreetype6-dev

@Ali141272
Copy link

Hello , what should I do? I have already Installed an OpenSSL development package
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found version "3.1.0")
CMake Error at Utilities/cmcurl/CMakeLists.txt:485 (message):
Could not find OpenSSL. Install an OpenSSL development package or
configure CMake with -DCMAKE_USE_OPENSSL=OFF to build without OpenSSL.

-- Configuring incomplete, errors occurred!
See also "/mnt/c/Ubuntu_softwares/cmake-3.18.4/CMakeFiles/CMakeOutput.log".
See also "/mnt/c/Ubuntu_softwares/cmake-3.18.4/CMakeFiles/CMakeError.log".

@Ali141272
Copy link

Capture

@tskxz
Copy link

tskxz commented Mar 19, 2023

Capture

its cd .. not cd..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants