linux 安装软件 MAKE时的问题 -all-recursive

发布于 2022-10-15 06:58:41 字数 1788 浏览 13 评论 0

以下我遇到的问题:
        ./CONFIGURE  没问题
但MAKE 时遇到问题
问题如下:
m -f .libs/webcam.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -MT webcam.lo -MD -MP -MF .deps/webcam.Tpo -c webcam.c  -fPIC -DPIC -o webcam.o
webcam.c: In function 'malib_webcam_new_with_config':
webcam.c:61: warning: incompatible implicit declaration of built-in function 'memset'
webcam.c:62: warning: incompatible implicit declaration of built-in function 'strcpy'
webcam.c: In function 'malib_webcam_connect_server':
webcam.c:85: warning: incompatible implicit declaration of built-in function 'strlen'
webcam.c: In function 'malib_webcam_copy_decompressed_image':
webcam.c:134: error: label at end of compound statement
webcam.c: In function 'malib_webcam_init':
webcam.c:160: warning: incompatible implicit declaration of built-in function 'memcpy'
webcam.c: In function 'malib_webcam_get_next_frame':
webcam.c:265: warning: incompatible implicit declaration of built-in function 'memcpy'
webcam.c:273: warning: incompatible implicit declaration of built-in function 'memcpy'
make[3]: *** [webcam.lo] Error 1
make[3]: Leaving directory `/home/shanyong/gcc-project/libmalib-0.5.8/malib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/shanyong/gcc-project/libmalib-0.5.8/malib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shanyong/gcc-project/libmalib-0.5.8'
make: *** [all] Error 2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文