Hi Matthias,

> The package fails to build in a test rebuild on at least amd64 with
> gcc-10/g++-10, but succeeds to build with gcc-9/g++-9.

I tried to fix this, but even with:

    --- a/process.h
    +++ b/process.h
    @@ -4,8 +4,8 @@
     #include <stdbool.h>
     #include <sys/types.h>
     
    -int ARGC;
    -char **ARGV;
    +extern int ARGC;
    +extern char **ARGV;
     
     void process_set_name(const char *name);
     void process_disable_ptrace(void);

… I get the same error. Any ideas? :)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org 🍥 chris-lamb.co.uk
       `-

Reply via email to