Am Sonntag, den 15.07.2012, 18:59 +0200 schrieb Adrien:
> Hi,
> 
> A new version of lablgtk2 is coming soon. Among other changes, it
> includes an updated build system with:
> - a proper META for ocamlfind
> - installation through ocamlfind (this is now the only way to install 
> lablgtk2)
> 
> I've been working to update the godi package for lablgtk2 but I can't
> get it to not install in the right place (pkg-lib that is). I don't
> understand what could be the reasons, except maybe that I had a
> lablgtk package installed there at some point in the past.
> 
> Does anyone have ideas about this issue? Thanks.

The redirection to pkg-lib works by setting the variable OCAMLFIND_CONF
to the alternate findlib config file findlib-BUILD.conf, Normally, there
should be

MAKE_ENV+=      ${BUILD_OCAMLFIND_ENV}

in your package Makefile, and this causes that OCAMLFIND_CONF is set.

Maybe this is overridden somewhere?

Gerd
-- 
------------------------------------------------------------
Gerd Stolpmann, Darmstadt, Germany    g...@gerd-stolpmann.de
Creator of GODI and camlcity.org.
Contact details:        http://www.camlcity.org/contact.html
Company homepage:       http://www.gerd-stolpmann.de
*** Searching for new projects! Need consulting for system
*** programming in Ocaml? Gerd Stolpmann can help you.
------------------------------------------------------------

_______________________________________________
Godi-list mailing list
Godi-list@ocaml-programming.de
https://godirepo.camlcity.org/mailman/listinfo/godi-list

Reply via email to