Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=626666 --- Comment #4 from Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx> 2010-10-04 04:53:39 EDT --- (In reply to comment #3) > > * BR > > - Looking into bindings/ directory, it seems that some languages bindings > > are available for this package (python, php, and also perhaps ruby?). > > Would you try to enable these bindings? > > This seems not that easy. Since currently those bindings are not under groonga > build infrastructure, building those bindings requires groonga-devel already > installed on the system (or a patch to do that). Any ideas? I guess setting CFLAGS / LDFLAGS will workaround this. I just tried python bindings and something like: -------------------------------------------------------- 1210 pushd bindings/python/ql/ 1212 python setup.py config 1219 mkdir groonga 1220 pushd groonga/ 1221 ln -sf ../../../../groonga.h 1222 popd 1223 python setup.py build 1226 sed -i.cflgs -e 's|^cflags =.*|cflags = []|' setup.py 1230 CFLAGS=-I. LDFLAGS=-L../../../lib/.libs python setup.py build 1231 popd -------------------------------------------------------- makes build succeed. (I am not familiar with php). Maybe ruby is needed to build test suite? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review