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

Gnumake required #8252

Closed
vicuna opened this issue Aug 27, 2003 · 2 comments
Closed

Gnumake required #8252

vicuna opened this issue Aug 27, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 27, 2003

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

Bug description

Full_Name: Christopher Dutchyn
Version: 3.07+beta2
OS: Solaris 9
Submission from: cypress.cs.ubc.ca (142.103.11.23)

An incompatibility with Solaris(SysV?) 'make' has crept into the construction of
.depend files (only for otherlibs/camltk/{camltk,labltk}). Performing a 'make
clean' (or make "anything") fails in that directory with

make: Warning: Can't find .depend': No such file or directory Current working directory .../ocaml-3.07/otherlibs/labltk/camltk make: Fatal error in reader: Makefile, line 44: Read of include file .depend'
failed
Current working directory .../ocaml-3.07/otherlibs/labltk/camltk
*** Error code 1
make: Fatal error: Command failed for target clean' Current working directory .../ocaml-3.07/otherlibs/labltk *** Error code 1 make: Fatal error: Command failed for target clean'

GNU make (aka gmake) works correctly.

I didn't experience this problem with 3.07+beta1, and I don't think my version
of make changed.

@vicuna
Copy link
Author

vicuna commented Aug 28, 2003

Comment author: administrator

An incompatibility with Solaris(SysV?) 'make' has crept into the construction of
.depend files (only for otherlibs/camltk/{camltk,labltk}). Performing a 'make
clean' (or make "anything") fails in that directory with

make: Warning: Can't find `.depend': No such file or directory
Current working directory .../ocaml-3.07/otherlibs/labltk/camltk

labltk/camltk/.depend (and labltk/labltk/.depend) are not in the
source (i.e. are listed in .cvsignore), since they are created
automatically during the compilation. The above compilation error
is caused when using Makefile which tries to include not yet existing
.depend...

If there is no objection, I will fix this problem by removing these
.depends from .cvsignore and put them into the distribution.

--
Jun

@vicuna
Copy link
Author

vicuna commented Sep 1, 2003

Comment author: administrator

fixed by JF and JG

@vicuna vicuna closed this as completed Sep 1, 2003
@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