Package Details: neoleo 13.0-1

Git Clone URL: https://aur.archlinux.org/neoleo.git (read-only, click to copy)
Package Base: neoleo
Description: Lightweight curses spreadsheet based on GNU oleo
Upstream URL: https://github.com/blippy/neoleo
Keywords: spreadsheet
Licenses: GPL
Submitter: blippy
Maintainer: None
Last Packager: haawda
Votes: 6
Popularity: 0.055431
First Submitted: 2016-11-29 09:37 (UTC)
Last Updated: 2023-01-31 17:10 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

haawda commented on 2023-01-31 17:13 (UTC)

The build issue has been fixed in new realease.

haawda commented on 2022-07-12 10:35 (UTC)

I filed an upstream bug report. For the time being, use clang to build.

micwoj92 commented on 2022-07-12 09:55 (UTC)

Build fails, issue also present on -git version

In file included from /usr/include/c++/12.1.0/ios:40,
                 from /usr/include/c++/12.1.0/ostream:38,
                 from /usr/include/c++/12.1.0/iostream:39,
                 from oleofile.cc:25:
In static member function ‘static constexpr std::size_t std::char_traits<char>::length(const char_type*)’,
    inlined from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with <template-parameter-2-1> = std::allocator<char>; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’ at /usr/include/c++/12.1.0/bits/basic_string.h:641:49,
    inlined from ‘char* read_new_value(CELLREF, CELLREF, char*, char*)’ at oleofile.cc:54:16:
/usr/include/c++/12.1.0/bits/char_traits.h:395:32: error: ‘text’ may be used uninitialized [-Werror=maybe-uninitialized]
  395 |         return __builtin_strlen(__s);
      |                ~~~~~~~~~~~~~~~~^~~~~
compilation terminated due to -Wfatal-errors.
cc1plus: all warnings being treated as errors

haawda commented on 2019-01-18 12:33 (UTC)

Just for the record: I made a neoleo-git PKGBUILD.

Moxon commented on 2016-11-30 12:03 (UTC)

Thanks for providing this one!