SDL_stdinc.h究竟是在哪个软件包里边呢?
Tofloor
poster avatar
司南
deepin
2019-04-30 17:25
Author
找了半天没找到。

还有一件事就是如果根据软件包里的内容(文件名)查找软件包呢?apt有这个选项吗?
Reply Favorite View the author
All Replies
avatar
司南
deepin
2019-04-30 19:19
#1
自订,我在尝试用deepin自己的运行环境编译proton ,但是遇到这个问题
proton/FAudio/src/FAudio_internal.h:84:10: fatal error: SDL_stdinc.h: 没有那个文件或目录
#include
          ^~~~~~~~~~~~~~
compilation terminated.

希望能够得到帮助,https://bbs.deepin.org/user/101846
Reply View the author
avatar
herdde
deepin
2019-04-30 20:54
#2
安装 apt-file
Reply View the author
Comments
sinan
2019-05-01 06:13
感谢
avatar
许自强
deepin
2019-05-03 21:19
#3
补充一个完整版的:
  1. sudo apt-file search SDL_stdinc.h
Copy the Code
Reply View the author
avatar
司南
deepin
2019-05-06 04:30
#4
https://bbs.deepin.org/post/177400
补充一个完整版的:

感谢,我已经知道了,其实问题很简单deepin和debian的SDL开发库的位置不同所以搜索不到,在deepin下必须改成"#include"。。。
Reply View the author