-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't compile nightly on current Ubuntu LTS #286
Comments
Thanks for the report. Hopefully this is fixed via 84916c6
Weird that it happens on some systems, but not others...
|
Fixed for the gtk compile process, for Ubuntu jammy and Kali Linux rolling. Now facing problems with the curses version
will report after more in-depth analysis |
Between lines 11 and 12 of PlatCurses.cxx, try inserting '#include <optional>'. You'll probably have to do the same for ScintillaCurses.cxx (in the same directory) between lines 12 and 13.
|
OK, will try later... I have the GUI running and that's what I was looking
for. (BTW a Docker infra producing specific deb packages for different
Debian-derived Linuxes)...
/PA
…On Wed, 26 Oct 2022 at 15:07, orbitalquark ***@***.***> wrote:
Between lines 11 and 12 of PlatCurses.cxx, try inserting '#include
<optional>'. You'll probably have to do the same for ScintillaCurses.cxx
(in the same directory) between lines 12 and 13.
—
Reply to this email directly, view it on GitHub
<#286 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKU4AQ7LATBKHDG3DGTD3WFEUK7ANCNFSM6AAAAAARNY6BRA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
|
Had the same problem. Other than adding Now it builds without other errors. |
Thanks for following up. I have added the missing includes to Scinterm: orbitalquark/scinterm@83e70e0 and orbitalquark/scinterm@a5e99d8
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
on a VM:
I get the following compilation error:
after I clone and compile with:
I have installed the dependencies as follows:
The full offending command is
This doesn't happen on a Ubuntu 20.04LTS VM (or Docker image)
The text was updated successfully, but these errors were encountered: