User Activity

  • Created ticket #1248 on GnuCOBOL

    COMP-3 compared against a numeric literal gives the wrong result for some values (trunk r5698)

  • Posted a comment on ticket #849 on GnuCOBOL

    This is against r4677, with my adjustment to configure.ac. ./configure --with-db --with-curses-ncursesw

  • Posted a comment on ticket #849 on GnuCOBOL

    After updating configure.ac to the following (checking for /usr/include/ncurses.h and /usr/included/curses.h in the spirit of the checks above it): if test "$USE_CURSES" = "ncurses" -o $libfound = true; then AC_CHECK_HEADERS([ncurses/ncurses.h], [USE_CURSES="ncurses"], [AC_CHECK_HEADERS([ncurses/curses.h], [USE_CURSES="ncurses"], [AC_CHECK_HEADERS([ncurses.h], [USE_CURSES="ncurses"], [AC_CHECK_HEADERS([curses.h], [USE_CURSES="ncurses"], [AS_IF([test "$USE_CURSES" != check], [USE_CURSES="missing_header"],...

  • Posted a comment on ticket #849 on GnuCOBOL

    On Ubuntu 20.04, here are the possible curses: libncurses-dev - developer's libraries for ncurses libncurses5-dev - transitional package for libncurses-dev libncurses6 - shared libraries for terminal handling libncursesw5-dev - transitional package for libncurses-dev libncursesw6 - shared libraries for terminal handling (wide character support) libtinfo-dev - transitional package for libncurses-dev libncurses-gst - Ncurses bindings for GNU Smalltalk libncurses5 - shared libraries for terminal handling...

  • Posted a comment on ticket #849 on GnuCOBOL

    $ ls -l /usr/include/ncurses.h lrwxrwxrwx 1 root root 8 Feb 26 2020 /usr/include/ncurses.h -> curses.h $ ls -l /usr/include/curses.h -rw-r--r-- 1 root root 100228 Feb 26 2020 /usr/include/curses.h

  • Posted a comment on ticket #849 on GnuCOBOL

    libcob (GnuCOBOL) 4.0-early-dev.0 Copyright (C) 2022 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL version 3 or later <https://gnu.org/licenses/lgpl.html> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Jul 26 2022 12:31:04 Packaged Jul 26 2022 18:30:26 UTC build information build environment : x86_64-pc-linux-gnu...

  • Posted a comment on ticket #848 on GnuCOBOL

    Excellent. Thanks.

  • Posted a comment on ticket #848 on GnuCOBOL

    I had to change configure.ac first to have it pick up my Ubuntu ncurses. Otherwise, cob_beep() not being defined does not break the build. Perhaps the CI builds are succeeding because of that. I'll do the ncurses fix first, and then attach the config.log that shows cob_beep() not found.

View All

Personal Data

Username:
brazilofmux
Joined:
2006-10-10 21:26:36

Projects

  • No projects to display.

Personal Tools