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

Build errors on Ubuntu 23.04 #7

Open
ghost opened this issue Aug 4, 2023 · 3 comments
Open

Build errors on Ubuntu 23.04 #7

ghost opened this issue Aug 4, 2023 · 3 comments
Labels
wontfix This will not be worked on

Comments

@ghost
Copy link

ghost commented Aug 4, 2023

../src/ui/window.vala:127.45-129.31: error: Access to non-public constructor `Gtk.AlertDialog.new' denied
  127 |             Gtk.AlertDialog cancel_dialog = new Gtk.AlertDialog (
      |                                             ^~~~~~~~~~~~~~~~~~~~~
  128 |                     """Your file isn't saved!
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129 | Do you really want to quit?""");
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../src/ui/window.vala:275.45-277.44: error: Access to non-public constructor `Gtk.AlertDialog.new' denied
  275 |             Gtk.AlertDialog cancel_dialog = new Gtk.AlertDialog (
      |                                             ^~~~~~~~~~~~~~~~~~~~~
  276 |                 """Your file isn't saved!
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  277 | Do you really want to create a new file?""");
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../src/ui/window.vala:334.45-335.77: error: Access to non-public constructor `Gtk.AlertDialog.new' denied
  334 |             Gtk.AlertDialog cancel_dialog = new Gtk.AlertDialog (
      |                                             ^~~~~~~~~~~~~~~~~~~~~
  335 |                 "Your file isn't saved!\nDo you really want to open a file?");
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../src/ui/script_properties.vala:104.41-105.64: error: Access to non-public constructor `Gtk.AlertDialog.new' denied
  104 |         Gtk.AlertDialog cancel_dialog = new Gtk.AlertDialog (
      |                                         ^~~~~~~~~~~~~~~~~~~~~
  105 |                     "Do you really want to remove this script?");
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Compilation failed: 4 error(s), 0 warning(s)
ninja: build stopped: subcommand failed.
@mibi88
Copy link
Owner

mibi88 commented Aug 7, 2023

I also had this issue one time, but when I retried I didn't had this problem.

@ghost
Copy link
Author

ghost commented Aug 7, 2023

Okay. I'll check with the flatpak manifest later. Thanks.

@ghost ghost closed this as completed Aug 7, 2023
@mibi88
Copy link
Owner

mibi88 commented Aug 11, 2023

I have the same issue, I think it is due to the version of valac because I'm not having this problem with fedora 38 and the latest version of manjaro, but I'm not sure.

@mibi88 mibi88 reopened this Aug 11, 2023
@mibi88 mibi88 added the wontfix This will not be worked on label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant