Troy,

I'm getting the following build error from Sword since your update for the
__u64 stuff:

/root/sword/examples/cmdline/search.cpp:137:43: error: __u64 was not
declared in this scope
if (k->userData) std::cout << " : " << (__u64)k->userData << "%";
^~~~~
/root/sword/examples/cmdline/search.cpp:137:43: note: suggested
alternative: SW_u64
if (k->userData) std::cout << " : " << (__u64)k->userData << "%";
^~~~~
SW_u64

Did you miss a spot, or do you need to include a header here for
typecasting?

--Greg
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to