Displaying 1 result from an estimated 1 matches for "is_skip_vints".
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...because q_parser.c redefines "WORD", which is also defined in
one of the windows include files. Changed "WORD" to "YYWORD" in
q_parser.c on lines 59, 70, 440, and 1774.
6. nmake now complains about missing symbols:
str_hash
exists
bv_scan_next
bv_scan_next_from
tk_set
is_skip_vints
is_read_chars
Fixed by adding "extern inline" or "inline" to various function
declarations in header files.
Compiles and links!
Running the tests, however, reveals a segfault:
C:\work\ruby\ferret2\ferret\test>ruby test_all.rb
Loaded suite test_all
Started
........F.....E....