Project

General

Profile

Bug #3382

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  mingw32のクロスコンパイラで--with-winsock2としてコンパイルすると、socket.soを作っている最中に以下のような感じでコンパイルに失敗します。1.8 specificのように見えます。 
 
  make[1]: Entering directory `/home/shyouhei/build/ruby_1_8_7-mingw32/ext/socket' 
  i586-mingw32msvc-gcc -I. -I../.. -I/home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7 -I/home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/ext/socket -DHAVE_SOCKADDR_STORAGE -DHAVE_INET_NTOA -DHAVE_GETSERVBYPORT -Dsocklen_t=int -DHAVE_WSACLEANUP -DHAVE_GETHOSTNAME -I. -DRUBY_DEBUG_ENV -D_FORTIFY_SOURCE=2    -DRUBY_DEBUG_ENV -D_FORTIFY_SOURCE=2 -s -Os -mms-bitfields      -c /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/ext/socket/socket.c 
  In file included from /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/win32/win32.h:28, 
                   from /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/defines.h:186, 
                   from /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/ruby.h:37, 
                   from /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/ext/socket/socket.c:13: 
  /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/ws2tcpip.h:272: error: two or more data types in declaration specifiers 
  make[1]: *** [socket.o] Error 1 
 
 =end 
 

Back