I'm trying to compile a fresh GODI installation on a 64-bit ubuntu
machine. I've run into some errors doing so:
1. When selecting the godi packages needed by WikiTrust, somehow "app-
felix" got selected, but it doesn't compile. I was able to get around
this by de-selecting this package.
2. The WikiTrust README says to "make all-godi" for OcamlLdaLibs, but
there is no such target. "make all" works, but only if the godi
installation was owned by me.
3. Running "make all" in the WikiTrust directory, I get a PCRE error
that I don't understand:
=====================
ocamlfind ocamlc -dtypes -package
unix,str,vec,mapmin,hashtbl_bounded,fileinfo,intvmap,extlib,mysql,netsys,netclient,camlzip,xml-
light,json-wheel,sexplib.syntax -syntax camlp4o -linkpkg -o
downloadwp -I ../../batch/analysis -I ../../analysis -g evalwiki.cma
online_types.cmo online_log.cmo online_db.cmo online_revision.cmo
db_page.cmo online_page.cmo event_feed.cmo online_command_line.cmo
updater.cmo tmpfile.cmo wikipedia_api.cmo
downloadwp.ml
Error on dynamically loaded library: /home/godi/lib/ocaml/pkg-lib/
stublibs/dllpcre_stubs.so: /home/godi/lib/ocaml/pkg-lib/stublibs/
dllpcre_stubs.so: undefined symbol: pcre_free
=====================
I have "GODI_BASEPKG_PCRE=yes" in my godi.conf, so I don't understand
why there is a problem. Oddly, if I say "make allopt" then the
compile succeeds.