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

source installation breaks: ocaml-3.0.8 @ solaris (in otherlibs/graphs) #3731

Closed
vicuna opened this issue Jul 18, 2005 · 1 comment
Closed
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 18, 2005

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

Bug description

Full_Name: Martin Steffen
Version: 3.08.3
OS: Solaris
Submission from: obelix.informatik.uni-kiel.de (134.245.248.199)

the compilation from source breaks.

./configure works fine

make world

breaks, more specifically in otherlibs/graphs. The error message is:

Entering directory /home/provers/src/ocaml-3.08.3/otherlibs/graph' make[1]: *** No rule to make target /usr/X11R6/include/X11/Xlib.h', needed by
`open.o'. Stop.


The reason seems to be as follows: in the tar-ball, there's a file

otherlibs/graphs/.depend

the dependencies reported there do not match my system (as can be seen
in the above error message.

It seems that the .depend-file is not update by the makefiles or whereever it
should be updated.

Here's a ``makeshift'' solution that at least let the compilation run through

after the central make world exits, do

  • cd otherlibs/graph
  • make depend
  • make (***)
  • cd ../.. (go back to top level)
  • make wolrd (continue and pray)

(actually, it continues to compile, but (***) produces a lot of warnings looking
all like

/opt/X11R5/include/X11/Xlib.h:3438: warning: type defaults to int' in declaration of XSelectInput'

Martin

@vicuna
Copy link
Author

vicuna commented Jul 21, 2005

Comment author: administrator

see also #3558
fixed DD 2005-06-22

@vicuna vicuna closed this as completed Jul 21, 2005
@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