-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compile Errors #59
Comments
What version of vala and libarchive are you using?
…________________________________
From: btd1337 <[email protected]>
Sent: Friday, November 30, 2018 8:25:42 PM
To: mdh34/quickDocs
Cc: Subscribed
Subject: [mdh34/quickDocs] Compile Errors (#59)
Describe the bug
This error occurs when Quickdocs is compiling.
../src/Widgets/View.vala:28.17-28.28: warning: `null' incompatible with return type `Gtk.Widget`
return null;
^^^^^^^^^^^^
../src/MainWindow.vala:69.27-69.47: warning: Dh.BookManager.new has been deprecated since 3.26
../src/MainWindow.vala:70.13-70.28: warning: Dh.BookManager.populate has been deprecated since 3.26
../src/Services/Downloader.vala:49.48-49.57: error: Argument 1: Cannot convert from `void*' to `uint8[]?'
while (reader.read_data_block (out buffer, out offset) != Archive.Result.EOF) {
^^^^^^^^^^
../src/Services/Downloader.vala:50.21-50.58: error: 1 missing arguments for `ssize_t Archive.Write.write_data_block (void*, size_t, Posix.off_t)'
disk.write_data_block (buffer, offset);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 3 warning(s)
ninja: build stopped: subcommand failed.
==> ERRO: Uma falha ocorreu em build().
Abortando... exit:1
System Information
* Distribution: Arch Linux
* Desktop Environment: GNOME
* Installation Method: AUR
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#59>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMCBJ4YamUchT3P1Yk-SQo3x75YLR82tks5u0ZRGgaJpZM4Y8ViY>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This error occurs when Quickdocs is compiling.
System Information
The text was updated successfully, but these errors were encountered: