weixin_39606638 2020-11-21 23:49 采纳率: 0%
浏览 0

Error in configure script.

Reported by vext01 on 13 Jul 2015 11:08 UTC Hi,

I notice this in the configure script output:


...
checking if gcc supports -Wno-missing-field-initializers... yes
checking if gmake supports SysV-style inclusion... yes
checking for gmake silent include syntax... gnu
gmake: conftest.mk: No such file or directory
gmake: *** No rule to make target 'conftest.mk'.  Stop.
checking for mvwaddnwstr... yes
checking for use_default_colors... yes
checking for can_change_color... yes
...

Under sh -x:


...
+ print -r -- #define USE_PRIVATE_PATHS 1                                       
+ >> confdefs.h                                                                 
+ test x${exec_prefix}/bin = x${exec_prefix}/bin                                
+ bindir=/usr/local/games                                                       
+ test x != x                                                                   
+ configpath=${prefix}/etc/angband/                                             
+ configdir=${prefix}/etc/angband/                                              
+ test x/usr/local = xNONE                                                      
+ test x/usr/local = xNONE                                                      
+ eval echo "${prefix}/etc/angband/"                                            
+ echo /usr/local/etc/angband/                                                  
+ configdir=/usr/local/etc/angband/                                             
+ test x != x                                                                   
+ libpath=${prefix}/share/angband/                                              
+ libdatadir=${prefix}/share/angband/                                           
gmake: conftest.mk: No such file or directory                                   
+ test x/usr/local = xNONE                                                      
+ test x/usr/local = xNONE                                                      
+ eval echo "${prefix}/share/angband/"                                          
+ echo /usr/local/share/angband/                                                
+ libdatadir=/usr/local/share/angband/                                          
+ test x != x                                                                   
+ test x${datarootdir}/doc/${PACKAGE_TARNAME} = x${datarootdir}/doc/${PACKAGE_TARNAME}
+ docdir=${prefix}/share/doc/angband                                            
gmake: *** No rule to make target 'conftest.mk'.  Stop.                         
+ docdatadir=${prefix}/share/doc/angband/                                       
+ test x/usr/local = xNONE                                                      
+ test x/usr/local = xNONE                                                      
+ eval echo "${prefix}/share/doc/angband/"                                      
+ echo /usr/local/share/doc/angband/                                            
+ docdatadir=/usr/local/share/doc/angband
...                 

该提问来源于开源项目:angband/angband

  • 写回答

5条回答 默认 最新

  • weixin_39606638 2020-11-21 23:49
    关注

    Comment by vext01 on 13 Jul 2015 11:08 UTC This is 4.0.0 on OpenBSD.

    评论

报告相同问题?