gosu / releasy

A rake task generator to help with building/packaging/deploying Ruby applications (⚠️ unmaintained)
https://spooner.github.com/libraries/releasy/
MIT License
378 stars 29 forks source link

can't install libxml-ruby-3.1.0 on windows10,mkmf.log as following #66

Open kematy opened 4 years ago

kematy commented 4 years ago

find_header: checking for libxml/xmlversion.h in /opt/include/libxml2,/opt/local/include/libxml2,/usr/local/include/libxml2,/usr/include/libxml2... -------------------- no

"i686-w64-mingw32-gcc -o conftest.exe -Id:/Ruby25/include/ruby-2.5.0/i386-mingw32 -Id:/Ruby25/include/ruby-2.5.0/ruby/backward -Id:/Ruby25/include/ruby-2.5.0 -I. -D_FORTIFY_SOURCE=2 -DUSE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -DMINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math conftest.c -L. -Ld:/Ruby25/lib -L. -pipe -s -lmsvcrt-ruby250 -lgmp -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi " checked program was: / begin / 1: #include "ruby.h" 2: 3: #include 4: #include 5: int main(int argc, char *argv) 6: { 7: return 0; 8: } / end */

"i686-w64-mingw32-gcc -E -Id:/Ruby25/include/ruby-2.5.0/i386-mingw32 -Id:/Ruby25/include/ruby-2.5.0/ruby/backward -Id:/Ruby25/include/ruby-2.5.0 -I. -D_FORTIFY_SOURCE=2 -DUSE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -DMINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math conftest.c -o conftest.i" conftest.c:5:10: fatal error: libxml/xmlversion.h: No such file or directory 5 | #include <libxml/xmlversion.h> | ^~~~~ compilation terminated. checked program was: / begin / 1: #include "ruby.h" 2: 3: #include 4: #include 5: #include <libxml/xmlversion.h> / end /

"i686-w64-mingw32-gcc -E -Id:/Ruby25/include/ruby-2.5.0/i386-mingw32 -Id:/Ruby25/include/ruby-2.5.0/ruby/backward -Id:/Ruby25/include/ruby-2.5.0 -I. -D_FORTIFY_SOURCE=2 -DUSE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -DMINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math -I/opt/include/libxml2 conftest.c -o conftest.i" conftest.c:5:10: fatal error: libxml/xmlversion.h: No such file or directory 5 | #include <libxml/xmlversion.h> | ^~~~~ compilation terminated. checked program was: / begin / 1: #include "ruby.h" 2: 3: #include 4: #include 5: #include <libxml/xmlversion.h> / end /

"i686-w64-mingw32-gcc -E -Id:/Ruby25/include/ruby-2.5.0/i386-mingw32 -Id:/Ruby25/include/ruby-2.5.0/ruby/backward -Id:/Ruby25/include/ruby-2.5.0 -I. -D_FORTIFY_SOURCE=2 -DUSE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -DMINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math -I/opt/local/include/libxml2 conftest.c -o conftest.i" conftest.c:5:10: fatal error: libxml/xmlversion.h: No such file or directory 5 | #include <libxml/xmlversion.h> | ^~~~~ compilation terminated. checked program was: / begin / 1: #include "ruby.h" 2: 3: #include 4: #include 5: #include <libxml/xmlversion.h> / end /

"i686-w64-mingw32-gcc -E -Id:/Ruby25/include/ruby-2.5.0/i386-mingw32 -Id:/Ruby25/include/ruby-2.5.0/ruby/backward -Id:/Ruby25/include/ruby-2.5.0 -I. -D_FORTIFY_SOURCE=2 -DUSE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -DMINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math -I/usr/local/include/libxml2 conftest.c -o conftest.i" conftest.c:5:10: fatal error: libxml/xmlversion.h: No such file or directory 5 | #include <libxml/xmlversion.h> | ^~~~~ compilation terminated. checked program was: / begin / 1: #include "ruby.h" 2: 3: #include 4: #include 5: #include <libxml/xmlversion.h> / end /

"i686-w64-mingw32-gcc -E -Id:/Ruby25/include/ruby-2.5.0/i386-mingw32 -Id:/Ruby25/include/ruby-2.5.0/ruby/backward -Id:/Ruby25/include/ruby-2.5.0 -I. -D_FORTIFY_SOURCE=2 -DUSE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -DMINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math -I/usr/include/libxml2 conftest.c -o conftest.i" conftest.c:5:10: fatal error: libxml/xmlversion.h: No such file or directory 5 | #include <libxml/xmlversion.h> | ^~~~~ compilation terminated. checked program was: / begin / 1: #include "ruby.h" 2: 3: #include 4: #include 5: #include <libxml/xmlversion.h> / end /