search for: frt_td_to_s

Displaying 4 results from an estimated 4 matches for "frt_td_to_s".

2007 Apr 06
1
0.11.4 tidings
...ing the wrong parameters to ferret methods, which I''ve had problems with before... I''ll keep trying and do a big test overnight, but so far, the news is..... ambivalent. As far as the 64-bit warnings go, most are now gone, with one exception: r_search.c: In function ''frt_td_to_s'': r_search.c:202: warning: format ''%d'' expects type ''int'', but argument 3 has type ''long int'' Dave, I''d like to thank you once again for your efforts in creating and maintaining Ferret. You make great efforts even when give...
2007 Mar 16
5
ferret on 64bit systems?
...et on the server that I don''t recall seeing on my workstation. None of them seemed terribly noxious, but I haven''t really looked into what code causes these. Anyway, here are the warnings for 0.11.3: Building native extensions. This could take a while? r_search.c: In function ?frt_td_to_s?: r_search.c:202: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int? ferret.c: In function ?object_add2?: ferret.c:69: warning: cast from pointer to integer of different size ferret.c:69: warning: cast from pointer to integer of different size ferret.c: In function ?object...
2006 Oct 10
4
Need help for coding an extension to ferret
Hi, i''m working on a project using Ferret for indexing it''s datas. I''m very happy with it but i need to code an extension to implement a .to_json method to TopDocs class, because ruby''s json implementation is really really slow... It''s my second (the first was the tutorial :/ ) ruby C extension, so i''m not really at ease with ruby C
2007 Mar 29
2
Nasty looking warnings on Debian Etch AMD64 bit box
....c: In function ?object_add2?: ferret.c:69: warning: cast from pointer to integer of different size ferret.c:69: warning: cast from pointer to integer of different size ferret.c: In function ?object_del2?: ferret.c:88: warning: cast from pointer to integer of different size r_search.c: In function ?frt_td_to_s?: r_search.c:202: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int? compound_io.c: In function ?cmpdi_read_i?: compound_io.c:135: warning: format ?%lld? expects type ?long long int?, but argument 4 has type ?off_t? compound_io.c:135: warning: format ?%lld? expects type ?lo...