Hello plplot developpers,
Since Sept29 the build system for plcairo has been integrated into cmake.
Unfortunately, on my godi 3.11 on a mac, with ocaml-cairo from GIT and
lablgtk2 from svn installed by hands in
site-lib and std-lib respectively, it's not beeing detected by cmake
configuration:

...
-- OCAMLC = /opt/godi311/bin/ocamlc.opt
-- CAMLIDL = /opt/godi311/bin/camlidl
-- OCAMLMKLIB = /opt/godi311/bin/ocamlmklib
-- OCAMLOPT = /opt/godi311/bin/ocamlopt.opt
-- OCAMLFIND = /opt/godi311/bin/ocamlfind
-- OCAML_LIB_PATH = /opt/godi311/lib/ocaml/std-lib
-- CAMLIDL_LIB_DIR = /opt/godi311/lib/ocaml/std-lib
-- WARNING:Cairo OCaml library not found.  Disabling Plcairo module
-- WARNING: lablgtk2 OCaml library not found.
...


While:

$ ocamlfind query plplot
/opt/godi311/lib/ocaml/site-lib/plplot

$ ocamlfind query cairo
/opt/godi311/lib/ocaml/site-lib/cairo

and ls /opt/godi311/lib/ocaml/std-lib/lablgtk2/ gives 273 dir entries.
I guess lablgtk2 is reachable using "ocamlopt -I +lablgtk2".

Is there some define option to the cmake configure to set those paths
for bypassing autodetection?

Thanks, regards.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to