emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recipe for target 'xrdb.o' failed


From: Colin Baxter
Subject: Re: recipe for target 'xrdb.o' failed
Date: Sat, 26 Jun 2021 13:52:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

>>>>> Eli Zaretskii <eliz@gnu.org> writes:

    >> From: Colin Baxter <m43cap@yandex.com> Cc: Date: Sat, 26 Jun 2021
    >> 11:59:40 +0100
    >> 
    >> Makefile:385: recipe for target 'xrdb.o' failed

    > Failed how?  Can you please show the error message for xrdb.o?

Like this?

---------- begin start of error --------

CC       xrdb.o
In file included from xrdb.c:27:0:
./epaths.h:1:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before 
‘Emacs’
 * Hey Emacs, this is -*- C -*- code!  */
       ^~~~~
./epaths.h:14:27: error: unknown type name ‘without’
 but WITHOUT ANY WARRANTY; without even the implied warranty of
                           ^~~~~~~
./epaths.h:14:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘the’
 but WITHOUT ANY WARRANTY; without even the implied warranty of
                                        ^~~
./epaths.h:14:40: error: unknown type name ‘the’
./epaths.h:25:23: error: expected identifier or ‘(’ before ‘,’ token
    ${standardlisppath}, which typically has a value like:
                       ^
./epaths.h:37:20: error: expected identifier or ‘(’ before ‘,’ token
    ${locallisppath}, which typically defaults to something like:
                    ^
In file included from ../lib/stdlib.h:36:0,
                 from xrdb.c:28:
/usr/include/stdlib.h:826:20: error: unknown type name ‘wchar_t’
 extern int mbtowc (wchar_t *__restrict __pwc,
                    ^~~~~~~
/usr/include/stdlib.h:830:31: error: unknown type name ‘wchar_t’
 extern int wctomb (char *__s, wchar_t __wchar) __THROW;
                               ^~~~~~~
/usr/include/stdlib.h:834:25: error: unknown type name ‘wchar_t’
 extern size_t mbstowcs (wchar_t *__restrict  __pwcs,
                         ^~~~~~~
/usr/include/stdlib.h:838:10: error: unknown type name ‘wchar_t’
    const wchar_t *__restrict __pwcs, size_t __n)
          ^~~~~~~
In file included from xterm.h:23:0,
                 from xrdb.c:35:
/usr/include/X11/Xlib.h:1104:5: error: unknown type name ‘wchar_t’
     wchar_t        *chars;
     ^~~~~~~
/usr/include/X11/Xlib.h:1263:2: error: unknown type name ‘wchar_t’
  wchar_t *wide_char;
  ^~~~~~~
/usr/include/X11/Xlib.h:1297:2: error: unknown type name ‘wchar_t’
  wchar_t *wcs;
  ^~~~~~~
/usr/include/X11/Xlib.h:3660:13: error: unknown type name ‘wchar_t’
     _Xconst wchar_t* /* text */,
             ^~~~~~~
/usr/include/X11/Xlib.h:3680:13: error: unknown type name ‘wchar_t’
     _Xconst wchar_t* /* text */,
             ^~~~~~~
/usr/include/X11/Xlib.h:3708:13: error: unknown type name ‘wchar_t’
     _Xconst wchar_t* /* text */,
             ^~~~~~~
/usr/include/X11/Xlib.h:3778:13: error: unknown type name ‘wchar_t’
     _Xconst wchar_t* /* text */,
             ^~~~~~~
/usr/include/X11/Xlib.h:3811:13: error: unknown type name ‘wchar_t’
     _Xconst wchar_t* /* text */,
             ^~~~~~~
/usr/include/X11/Xlib.h:3869:8: error: unknown type name ‘wchar_t’
 extern wchar_t *XwcResetIC(
        ^~~~~~~
/usr/include/X11/Xlib.h:3910:5: error: unknown type name ‘wchar_t’
     wchar_t*  /* buffer_return */,
     ^~~~~~~
/usr/include/X11/Xlib.h:3989:5: error: unknown type name ‘wchar_t’
     wchar_t *   /* wstr */,
     ^~~~~~~
/usr/include/X11/Xlib.h:3996:5: error: unknown type name ‘wchar_t’
     wchar_t   /* wc */
     ^~~~~~~
In file included from xterm.h:30:0,
                 from xrdb.c:35:
/usr/include/X11/Xutil.h:755:5: error: unknown type name ‘wchar_t’
     wchar_t**  list,
     ^~~~~~~
/usr/include/X11/Xutil.h:770:5: error: unknown type name ‘wchar_t’
     wchar_t**  list
     ^~~~~~~
/usr/include/X11/Xutil.h:789:5: error: unknown type name ‘wchar_t’
     wchar_t***  list_return,
     ^~~~~~~
Makefile:385: recipe for target 'xrdb.o' failed
make[1]: *** [xrdb.o] Error 1
make[1]: Leaving directory '/home/redknight/git/emacs/src'
Makefile:443: recipe for target 'src' failed
make: *** [src] Error 2

---------- End -----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]