Browse thread
Caml build problems
[
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: | John Carr <jfc@M...> |
| Subject: | Re: [Caml-list] Caml build problems |
> Obviously, the X11 path is wrong. otherlibs/graph/.depend comes with Linux-specific dependencies. Edit it to remove the X11R6 references. sed -e "s@/usr/X11R6/include/X11/[A-Za-z0-9]*.h@@g" "otherlibs/graph/.depend" > "otherlibs/graph/.depend.new" && mv "otherlibs/graph/.depend.new" "otherlibs/graph/.depend"