I'm trying to install Libraw1394-2.1.2 on Mac OS 10.13 with the "./configure" & "make" commands, but when I use the "make" command I get an error that states, "./kernel-raw1394.h:75:10: fatal error: 'asm/types.h' file not found".
(我正在尝试使用“ ./configure”和“ make”命令在Mac OS 10.13上安装Libraw1394-2.1.2,但是当我使用“ make”命令时,出现一个错误,指出“ ./kernel-raw1394” .h:75:10:致命错误:“'asm / types.h'文件未找到”。)
I searched the directories that were included in the .tar file and found no directory called "asm" or files named "types.h".
(我搜索了.tar文件中包含的目录,没有找到名为“ asm”的目录或名为“ types.h”的文件。)
Is there a particular file that is located on the system from another library that Libraw1394 is looking for?
(Libraw1394正在寻找的另一个库中是否有特定文件位于系统上?)
Or was "asm/types.h" to be created after using the "./configure" command? (还是使用“ ./configure”命令后创建“ asm / types.h”?)
ask by Steven S. translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…