Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-25 Thread Yoann Padioleau
On Sep 25, 2010, at 2:15 PM, Andrei Formiga wrote: > > Hi, Hi, > > I like the idea of code visualization and would like to try > pfff_visual. Alas, I'm having trouble building it. The first thing I > noticed is that the repository bundles versions of all its > dependencies, apparently. I have

Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-25 Thread Andrei Formiga
Hi, I like the idea of code visualization and would like to try pfff_visual. Alas, I'm having trouble building it. The first thing I noticed is that the repository bundles versions of all its dependencies, apparently. I have most of these installed already through GODI, and I didn't look at the ma

Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-24 Thread Yoann Padioleau
On Sep 23, 2010, at 11:23 PM, Yoann Padioleau wrote: > Hi list, > > It is my pleasure to announce pfff_visual, a code visualizer/navigator > for OCaml. Note that this is not a replacement for Emacs or vi, but more a > companion that works with Emacs/Vi. > > A demo is available here: > part1: ht

Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-24 Thread ben kuin
> You can try: git clone git://github.com/facebook/pfff.git ok did that, but new error: ./configure && make depend make ~ make[3]: Entering directory `/code/lab/pfff/latest/pfff/commons' ocamlc -g -dtypes -thread -I ocamlextra -I ocollection -I lib-sexp -I lib-json -I lib-xml -I ../external/

Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-24 Thread Yoann Padioleau
On Sep 24, 2010, at 5:42 AM, ben kuin wrote: > another error: > > > lang_php/analyze/checker' > make[1]: Leaving directory `/code/lab/pfff/aryx-pfff-22ece30' > make pfff pfff_tags sgrep spatch ppp > make[1]: Entering directory `/code/lab/pfff/aryx-pfff-22ece30' This is beca

Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-24 Thread ben kuin
another error: lang_php/analyze/checker' make[1]: Leaving directory `/code/lab/pfff/aryx-pfff-22ece30' make pfff pfff_tags sgrep spatch ppp make[1]: Entering directory `/code/lab/pfff/aryx-pfff-22ece30' make[1]: *** No rule to make target `lang_ml/analyze/lib.cma', needed by `

Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-24 Thread ben kuin
I might have found a small error in a Makefile in h_visualizations, where a '-I' is missing ~~~ diff h_visualization/Makefile.orig h_visualization/Makefile 22c22 < INCLUDES= -I $(TOP)/commons $(TOP)/commons/lib-json --- > INCLUDES= -I $(TOP)/commons -I $(TOP)/commons/lib-json

[Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-23 Thread Yoann Padioleau
Hi list, It is my pleasure to announce pfff_visual, a code visualizer/navigator for OCaml. Note that this is not a replacement for Emacs or vi, but more a companion that works with Emacs/Vi. A demo is available here: part1: http://www.youtube.com/watch?v=HRZjBGD3osw part2: http://www.youtube.com/

[Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more

2010-09-23 Thread Yoann Padioleau
Hi list, It is my pleasure to announce pfff_visual, a code visualizer/navigator for OCaml. Note that this is not a replacement for Emacs or vi, but more a companion that works with Emacs/Vi. A demo is available here: part1: http://www.youtube.com/watch?v=HRZjBGD3osw part2: http://www.youtube.co