I use Debian 8.5.0, and found a bug in the source code. That conclusion is all
the errors in the file

../RULES/local.cnf:45: OBJ/x86_64-linux-cc/Inull: No such file or directory
> ../RULES/local.cnf:46: OBJ/x86_64-linux-cc/local.cnf: No such file or
> directory
> In file included from base64.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>                      ^
> compilation terminated.
> In file included from ioctl.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>                      ^
> compilation terminated.
> In file included from aifc.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>                      ^
> compilation terminated.
> In file included from aiff.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
> compilation terminated.
> In file included from sndconfig.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>                      ^
> compilation terminated.
> In file included from ringbuff.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>                      ^
> compilation terminated.
> In file included from setuid.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>                      ^
> compilation terminated.
> In file included from raw.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>                      ^
> compilation terminated.
> In file included from sun.c:2:0:
> config.h:34:21: fatal error: lconfig.h: No such file or directory
>  #include "lconfig.h"
>
>
 I started watching the files and found a solution.
in config.h it was necessary to replace 34 lines of a file

> #include "./cdda2wav/OBJ/x86_64-linux-cc/lconfig.h"
>
The old value was there  #include "lconfig.h"
>
The file itself is in ./cdda2wav/config.h
Thus, the error was corrected.

> root@linux:~# make --version
> GNU Make 4.0
>
 Please correct this error
------------------------------------------------------------------------------
_______________________________________________
Cdrtools-developers mailing list
Cdrtools-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdrtools-developers

Reply via email to