Package Details: ssed 3.62-3

Git Clone URL: https://aur.archlinux.org/ssed.git (read-only, click to copy)
Package Base: ssed
Description: Super-sed is a heavily enhanced version of sed that supports PCRE.
Upstream URL: https://github.com/aureliojargas/sed.sf.net/tree/master/grabbag/ssed
Licenses: GPLv2
Submitter: lilydjwg
Maintainer: None
Last Packager: lilydjwg
Votes: 5
Popularity: 0.000000
First Submitted: 2011-10-12 03:57 (UTC)
Last Updated: 2025-12-05 08:31 (UTC)

Latest Comments

Pietro_Pizzi commented on 2026-03-28 23:32 (UTC) (edited on 2026-03-28 23:32 (UTC) by Pietro_Pizzi)

Is it a problem just on my side?

getline.c:34:1: error: conflicting types for ‘getline’; have ‘size_t()’ {aka ‘long unsigned int()’}
   34 | getline (lineptr, n, stream)
      | ^~~~~~~
In file included from getline.c:8:
/usr/include/stdio.h:701:18: note: previous declaration of ‘getline’ with type ‘__ssize_t(char ** restrict,  size_t * restrict,  FILE * restrict)’ {aka ‘long int(char ** restrict,  long unsigned int * restrict,  FILE * restrict)’}
  701 | extern __ssize_t getline (char **__restrict __lineptr,
      |                  ^~~~~~~
getline.c: In function ‘getline’:
getline.c:34:1: warning: old-style function definition [-Wold-style-definition]
   34 | getline (lineptr, n, stream)
      | ^~~~~~~
make[2]: *** [Makefile:275: getline.o] Error 1
make[2]: *** Waiting for unfinished jobs....
utils.c: In function ‘panic’:
utils.c:96:11: error: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration]
   96 |           unlink (open_files->name);
      |           ^~~~~~