Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created July 30, 2010 03:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save luislavena/499840 to your computer and use it in GitHub Desktop.
compiling win32ole
ruby -I/Users/luis/.rake-compiler/builds/ruby-1.9.2-rc2 -ri386-mingw32-fake -I'../..' -e "puts 'EXPORTS', 'Init_win32ole'" > win32ole-i386-mingw32.def
i686-w64-mingw32-gcc -I. -I../../.ext/include/i386-mingw32 -I/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/include -I/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole -DRUBY_EXTCONF_H=\"extconf.h\" -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o win32ole.o -c /Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:68:0: warning: "V_UI2REF" redefined [enabled by default]
/Users/luis/mingw/w32/bin/../lib/gcc/i686-w64-mingw32/4.6.0/../../../../i686-w64-mingw32/include/oleauto.h:685:0: note: this is the location of the previous definition
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c: In function ‘ole_const_load’:
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:2504:39: error: ‘VARDESC’ has no member named ‘u’
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c: In function ‘ole_usertype2val’:
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:4541:44: error: ‘TYPEDESC’ has no member named ‘u’
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c: In function ‘ole_ptrtype2val’:
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:4564:13: error: ‘TYPEDESC’ has no member named ‘u’
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c: In function ‘ole_variable_value’:
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:6297:31: error: ‘VARDESC’ has no member named ‘u’
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c: In function ‘ole_param_flag_mask’:
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:7373:9: error: ‘ELEMDESC’ has no member named ‘u’
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c: In function ‘ole_param_default’:
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:7475:19: error: ‘ELEMDESC’ has no member named ‘u’
/Users/luis/.rake-compiler/sources/ruby-1.9.2-rc2/ext/win32ole/win32ole.c:7477:25: error: ‘ELEMDESC’ has no member named ‘u’
make[1]: *** [win32ole.o] Error 1
make: *** [mkmain.sh] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment