Browse thread
[Caml-list] lablgtk-2.2.0 --with-gl
- Florent Monnier
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Florent Monnier <fmonnier@l...> |
| Subject: | [Caml-list] lablgtk-2.2.0 --with-gl |
hello, I have installed lablgl-1.00.tar.gz (so it went in /usr/local), and now I'm trying to install lablgtk-2.2.0.tar.gz but it does not find gtkGL # ./configure --with-gl [...] checking for gtkgl-2.0... Package gtkgl-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkgl-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtkgl-2.0' found configure: error: gtkgl enforced but support not found So I have tryed: # whereis gtkgl gtkgl: /usr/include/gtkgl # export PKG_CONFIG_PATH=/usr/include/gtkgl (but idem) # export PKG_CONFIG_PATH=/usr/local/lib/ocaml/lablGL/ (but idem) # export PKG_CONFIG_PATH=/usr/local/bin/ (but idem) What is the trick to install with gtkglarea ? thx ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners