Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile problem with CVS-version #3217

Closed
vicuna opened this issue Feb 20, 2002 · 2 comments
Closed

compile problem with CVS-version #3217

vicuna opened this issue Feb 20, 2002 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 20, 2002

Original bug ID: 911
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Hello,

the current CVS-version (20.02) does not compile on my Linux-box,
obviously due to a missing sed-script (tools/cleanup-header). Here are
the last lines of the log:


cd byterun; make install
make[1]: Entering directory /tmp/markus/ocaml/byterun' cp ocamlrun /raid/user/markus/local/linux-gnu/bin/ocamlrun cp libcamlrun.a /raid/user/markus/local/linux-gnu/lib/ocaml/libcamlrun.a cd /raid/user/markus/local/linux-gnu/lib/ocaml; ranlib libcamlrun.a if test -d /raid/user/markus/local/linux-gnu/lib/ocaml/caml; then : ; else mkdir /raid/user/markus/local/linux-gnu/lib/ocaml/caml; fi for i in alloc.h callback.h config.h custom.h fail.h intext.h memory.h misc.h mlvalues.h; do \ sed -f ../tools/cleanup-header $i > /raid/user/markus/local/linux-gnu/lib/ocaml/caml/$i; \ done sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory sed: Couldn't open file ../tools/cleanup-header: No such file or directory make[1]: *** [install] Error 4 make[1]: Leaving directory /tmp/markus/ocaml/byterun'
make: *** [install] Error 2

Regards,
Markus

--
Markus Mottl markus@oefai.at
Austrian Research Institute
for Artificial Intelligence http://www.oefai.at/~markus

@vicuna
Copy link
Author

vicuna commented Feb 20, 2002

Comment author: administrator

Hi Markus,

the current CVS-version (20.02) does not compile on my Linux-box,
obviously due to a missing sed-script (tools/cleanup-header). Here are
the last lines of the log:

Ah, I knew I forgot something when I left work yesterday. Thanks
for telling me! I just added the missing file, it should appear on
camlcvs.inria.fr within the next 4 hours.

All the best,

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Feb 21, 2002

Comment author: administrator

Missing file added.

@vicuna vicuna closed this as completed Feb 21, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant