|
From: Nicholas R. K. <nr...@my...> - 2014-03-18 18:06:02
|
Hi,
I've been working on porting groonga for arm64. I have finished my coding and I am ready to test. I haven't been able to work on it for a while because I've been busy but I finally got back to it. I tried running the test suites again after I installed all the ruby dependencies/libraries and this is what I got.
[root@localhost (aarch64) groonga]# GROONGA=/usr/local/bin/groonga ./test/unit/run-test.sh
In file included from test-patricia-trie.c:19:0:
test-patricia-trie.h: In function 'trie_test_data_newv':
test-patricia-trie.h:339:14: error: invalid operands to binary && (have 'int' and 'va_list')
if (args && *args)
^
make[5]: *** [test-patricia-trie.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I have posted a message with gcc to see if va_list has been ported to ARM yet. I'm not too sure where to go from here.
Thank,
Nick Kemp
|