-
Notifications
You must be signed in to change notification settings - Fork 46
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
couldn't make GUI #79
Comments
The log you posted may be truncated? Since you have ocaml-4.13 I guess that the problem is about the See #46 |
New make error log: gist. I never truncated: apparently output goes to various streams (stdout, stderr) so when redirected to text file log I saw many warnings I didn't see with previous normal build. |
To even attempt to build the GUI the resulting configuration options output must show a line like (see full example):
Otherwise don't bother to try to make if you want the GUI. The GUI flag is not showing in your case because for some reason the Installation of lablgtk2 failed May be the lablgtk2 source was previously partially downloaded (happened to me twice), so a new download was skipped or build failed due to using ocaml-4.13 (didn't try, not sure). Verify that you see this prompt to download lablgtk2: Lines 1408 to 1409 in 6de7bff
Try The The flag |
Trying new commit fresh still don't get 'GUI support GTK2 GUI'.
|
You may try removing And verify that there is no And if it doesn't work you could search the log output for clues about the missing libraries after the legend:
|
i removed '--enable-batch' and chose versions shown most recently above; rest of output (other than compiling dependencies):
|
or go to the github pull-down menu labeled master and change to
|
V3-1-7-2 hasn't compiled in maybe 1+ years; 6de7bff gets same error as on 23 August. |
I got same error on recent commits (sometime last year and everything through 20220806_e136e74). |
please try again with the latest master |
I tried building mldonkey 20220107_6de7bff on Slackware64 15.1-current GNU/Linux. I have lablgtk-2.18.12-x86_64-1_SBo, ocaml-4.13.1-x86_64-2_SBo, camlp4-4.13-x86_64-1_SBo, camlp5-8.0-x86_64-1_SBo.
It ends up not making GUI (log.)
The text was updated successfully, but these errors were encountered: