当前位置:网站首页>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

边栏推荐
- DataGrid offline installation of database driver
- Basic series of SHEL script (III) for while loop
- Professional knowledge of public security -- teacher bilitong
- Build your own random wallpaper API for free
- The SQL implementation has multiple records with the same ID, and the latest one is taken
- The number of occurrences of numbers in the offer 56 array (XOR)
- Typecho adds Baidu collection (automatic API submission plug-in and crawler protocol)
- Numpy——1.数组的创建
- What is deep learning?
- Oracle-触发器和程序包
猜你喜欢

Target detection series - detailed explanation of the principle of fast r-cnn

Import CV2 prompt importerror: libgl so. 1: Cannot open shared object file: no such file or directory

Ugnx12.0 initialization crash, initialization error (-15)

From then on, I understand convolutional neural network (CNN)

611. Number of effective triangles

HDU1232 畅通工程(并查集)

With the help of Navicat for MySQL software, the data of a database table in different or the same database link is copied to another database table

I 用c I 实现队列

Matrix and TMB package version issues in R

Idea common settings
随机推荐
QT small case "addition calculator"
Light up the running light, rough notes for beginners (1)
Jenkins reported an error. Illegal character: '\ufeff'. Class, interface or enum are required
CADD course learning (6) -- obtain the existing virtual compound library (drugbank, zinc)
And play the little chestnut of dynamic agent
ORACLE CREATE SEQUENCE,ALTER SEQUENCE,DROP SEQUENCE
HDU1231 最大连续子序列(分治or动规or双指针)
[idea] efficient plug-in save actions to improve your work efficiency
Today, share the wonderful and beautiful theme of idea + website address
数字孪生实际应用案例-风机篇
Apple system optimization
Microservice registry Nacos introduction
With the help of Navicat for MySQL software, the data of a database table in different or the same database link is copied to another database table
611. Number of effective triangles
What is deep learning?
NSIS finds out whether the file exists and sets the installation path
What is sodium hydroxide?
What if the DataGrid cannot see the table after connecting to the database
DataGrid offline installation of database driver
I implement queue with C I