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

Compile Errors #59

Open
btd1337 opened this issue Nov 30, 2018 · 2 comments
Open

Compile Errors #59

btd1337 opened this issue Nov 30, 2018 · 2 comments

Comments

@btd1337
Copy link

btd1337 commented Nov 30, 2018

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
@mdh34
Copy link
Owner

mdh34 commented Nov 30, 2018 via email

@btd1337
Copy link
Author

btd1337 commented Nov 30, 2018

Vala 0.40.9

Libarchive 3.3.3-1

captura de tela de 2018-11-30 18-30-35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants