Code Monkey home page Code Monkey logo

scripture's Introduction

Scripture

A Bible reading app for elementary OS. Uses Zefania XML format for importing translations. Single translation and parallel view.

Under development

scripture's People

Contributors

jendamarek avatar

Watchers

 avatar

scripture's Issues

Build: lost FindVala.cmake

Build error:

-- Checking for modules 'gtk+-3.0;gee-0.8;granite;webkit2gtk-4.0>=2.14.1;sqlite3>=3.5.9'
-- Found gtk+-3.0, version 3.22.16
-- Found gee-0.8, version 0.20.0
-- Found granite, version 0.4.1
-- Found webkit2gtk-4.0, version 2.16.4
-- Found sqlite3, version 3.19.3
CMake Error at CMakeLists.txt:31 (find_package):
By not providing "FindVala.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Vala", but
CMake did not find one.

Could not find a package configuration file provided by "Vala" with any of
the following names:

ValaConfig.cmake
vala-config.cmake

Add the installation prefix of "Vala" to CMAKE_PREFIX_PATH or set
"Vala_DIR" to a directory containing one of the above files. If "Vala"
provides a separate development package or SDK, be sure it has been
installed.

-- Configuring incomplete, errors occurred!

Maybe lost some cmake files?

build error for vala-0.36

Output like this:

src/Model/Language.vala:29.66-29.88: error: default value is less accessible than method `BibleNow.Entities.Language.create'
        public Language.create (string name, InsertQuery query = new InsertQuery (TABLE)) {
                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
src/Model/Bible.vala:45.78-45.100: error: default value is less accessible than method `BibleNow.Entities.Bible.create'
        public Bible.create (string name, Language lang, InsertQuery query = new InsertQuery (TABLE)) {
                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
src/Model/BookPrototype.vala:30.82-30.104: error: default value is less accessible than method `BibleNow.Entities.BookPrototype.create'
        public BookPrototype.create (string name, int order, InsertQuery query = new InsertQuery (TABLE)) {
                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
src/Model/Book.vala:59.100-59.122: error: default value is less accessible than method `BibleNow.Entities.Book.create'
        public Book.create (string name, BookPrototype prototype, Bible bible, InsertQuery query = new InsertQuery (TABLE)) {
                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^
src/Model/Chapter.vala:71.72-71.94: error: default value is less accessible than method `BibleNow.Entities.Chapter.create'
        public Chapter.create (int num, Book book, InsertQuery query = new InsertQuery (TABLE)) {
                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
src/Model/Verse.vala:45.120-45.142: error: default value is less accessible than method `BibleNow.Entities.Verse.create'
        public Verse.create (int num, string content, Chapter chapter, bool paragraph_end = false, InsertQuery query = new InsertQuery (TABLE)) {
                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.