M akefile:xxx : recipe for target ‘xxx’ failed
Reference link: https://blog.csdn.net/weixin_ 38294178/article/details/75274728
when compiling QT related programs with ROS, the following errors appear
solutions:
Put the header file outside QT in ifndef Q_ MOC_ Run # ENDIF
inside
#ifndef Q_MOC_RUN
//Add the relevant header files
#include
#endif
My situation is like this
Similar Posts:
- [Solved] VS winsock.h and ws2def.h a large number of redefined error
- error: invalid storage class for function
- Solve the security check error similar to error c4996: ‘scanf’: this function or variable may be unsafe in vs2019
- 「ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory」
- fatal error C1010: unexpected end of file while…
- 【complier/asm】impossible constraint in ‘asm’ error
- Makefile:xxx: recipe for target ‘xxx’ failed
- bash :startx command not found
- Error lnk2026: module unsafe for safeseh image
- An error is reported on the white screen of the uniapp on the app side