notejot icon indicating copy to clipboard operation
notejot copied to clipboard

I can't install it on arch.

Open timonson opened this issue 1 year ago • 1 comments

I can't install it on arch.

../src/Widgets/EditNotebookDialog.vala:29.16-29.36: error: The type name He.FillButton' could not be found 29 | public unowned He.FillButton notebook_add_button; | ^~~~~~~~~~~~~~~~~~~~~ ../src/Widgets/MainMenu.vala:23.16-23.36: error: The type name He.TextButton' could not be found 23 | public unowned He.TextButton about_button; | ^~~~~~~~~~~~~~~~~~~~~ ../src/Widgets/MoveToDialog.vala:28.16-28.36: error: The type name He.TextButton' could not be found 28 | public unowned He.TextButton remove_notebook_button; | ^~~~~~~~~~~~~~~~~~~~~ ../src/Widgets/MoveToDialog.vala:30.16-30.36: error: The type name He.FillButton' could not be found 30 | public unowned He.FillButton move_button; | ^~~~~~~~~~~~~~~~~~~~~ ../src/Widgets/NoteTheme.vala:23.16-23.36: error: The type name He.TextButton' could not be found 23 | public unowned He.TextButton note_pin_button; | ^~~~~~~~~~~~~~~~~~~~~ ../src/Widgets/NoteTheme.vala:25.16-25.36: error: The type name He.TextButton' could not be found 25 | public unowned He.TextButton export_button; | ^~~~~~~~~~~~~~~~~~~~~ Compilation failed: 6 error(s), 0 warning(s) ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in package(). Aborting... -> error making: notejot-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: notejot-git - exit status 4

timonson avatar Aug 22 '24 10:08 timonson

Looks like He.FillButton no longer exists.

https://github.com/tau-OS/libhelium/commit/58c26beed96ba2bc78c30b33ef5c94e240b673e3

ryonakano avatar Nov 03 '24 00:11 ryonakano

As things moved during Helium's developing, things changed. Now you can reliably build. :)

lainsce avatar Sep 10 '25 19:09 lainsce