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

Problem building #97

Closed
glechapelain opened this issue May 19, 2024 · 1 comment
Closed

Problem building #97

glechapelain opened this issue May 19, 2024 · 1 comment

Comments

@glechapelain
Copy link

Hello,

1st, I have a very strange problem merely configuring mldonkey.
I

  • cloned the repository
  • ran ./configure --prefix=/usr/pkg'
    When invited to download ocaml-4.01 I selected yes,
    It attempted to download, but reportedly from the site at 255.255.255.255 :| (From the logs.)
    There was a file where expected but it was empty (I.e. 0 Bytes.)

So I downloaded the file manually and placed it where it was expected.
The second configure around was successful.

Upon running gmake
The compilation died on:

File "src/utils/cdk/zlib.mli", line 20, characters 3-8:
Error: Unbound type constructor bytes
gmake: *** [Makefile:5419: src/utils/cdk/zlib.cmi] Error 2

@ygrek
Copy link
Owner

ygrek commented Jul 29, 2024

this should be fixed in latest master but note that downloading and building ocaml automatically is no longer supported, you will need to provide a working ocaml environment (opam switch) to build mldonkey

@ygrek ygrek closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants