当前位置:网站首页>Could NOT find XXX (missing: XXX_LIBRARY XXX_DIR)
Could NOT find XXX (missing: XXX_LIBRARY XXX_DIR)
2022-07-05 07:36:00 【sukhoi27smk】
Sometimes from github Some plug-ins or library files are often missing when compiling some new packages downloaded from , such as
Could NOT find Bullet (missing: BULLET_DYNAMICS_LIBRARY BULLET_COLLISION_LIBRARY BULLET_MATH_LIBRARY BULLET_SOFTBODY_LIBRARY BULLET_INCLUDE_DIR)
perhaps
Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
The solution is as follows
With sdl For example
rosdep where-defined sdl
sudo apt-get install libsdl1.2-dev
Entering the first instruction will jump out a link , Open and find the missing Library , Install according to the version number

边栏推荐
- Typecho adds Baidu collection (automatic API submission plug-in and crawler protocol)
- Reading literature sorting 20220104
- "Source code interpretation" famous programmer TJ's only library
- CADD course learning (6) -- obtain the existing virtual compound library (drugbank, zinc)
- Ue5 hot update - remote server automatic download and version detection (simplehotupdate)
- Professional knowledge of public security -- teacher bilitong
- Logistic regression: the most basic neural network
- deepin 20 kivy unable to get a window, abort
- 剑指 Offer 56 数组中数字出现的次数(异或)
- [MySQL] database knowledge record
猜你喜欢

Clickhouse database installation deployment and remote IP access

HDU1232 畅通工程(并查集)

【idea】Could not autowire. No beans of xxx type found

Matrix and TMB package version issues in R

Shadowless cloud desktop - online computer

I implement queue with C I
![When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty](/img/fe/fb6df31c78551d8908ba7964c16180.jpg)
When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty

Word import literature -mendeley

HDU1231 最大连续子序列(分治or动规or双指针)

Ugnx12.0 initialization crash, initialization error (-15)
随机推荐
Unforgettable summary of 2021
Use go language to read TXT file and write it into Excel
Butterfly theme beautification - Page frosted glass effect
Simple use of timeunit
苏打粉是什么?
static的作用
CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)
Differences between pycharm and idle and process -- join() in vs Code
Apple animation optimization
How to delete the virus of inserting USB flash disk copy of shortcut to
Pagoda create multiple sites with one server
Detour of Tkinter picture scaling
The mutual realization of C L stack and queue in I
Raspberry pie 4B arm platform aarch64 PIP installation pytorch
The SQL implementation has multiple records with the same ID, and the latest one is taken
使用go语言读取txt文件写入excel中
玩转gRPC—深入概念与原理
What is soda?
【idea】Could not autowire. No beans of xxx type found
golang定时器使用踩的坑:定时器每天执行一次