r0...@nxlplyx.com <r0...@nxlplyx.com> wrote:
> Thank you.  The patches have now solved the both the duplicate case
> statements and the strncat errors.

> HOWEVER,  I am now getting a missing stddef.h error.

> It is looking for it in a gcc 9 installation.   But Debian 10 does not
> have gcc 9 installed, it has only gcc 8 installed.

> stddef.h DOES exist in '/usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h'

> Might there be a patch for this? 

I can not reproduce this problem on a Debian 10 system.

Maybe your system isn't as clean as you think it is?

> -----

> $ patch request.c < support-newer-curl.patch
> patching file request.c

> $ patch request.c < fix-buffer-sizes.patch
> patching file request.c

> $ make deb
> make: *** No rule to make target
> '/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h', needed by
> 'build/obj/acl.do'.  Stop.

> -----


Please do a 

 make VERBOSE=1 clean

and then retry with 

 make VERBOSE=1 deb

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to