emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs for pure Gtk3


From: martin rudalics
Subject: Re: emacs for pure Gtk3
Date: Tue, 24 Nov 2020 20:25:02 +0100

> I pushed as feature/pgtk.  Thank you.

Thanks.  A -O3 build succeeds here and can be run with minor glitches
(incidentally involving cursor and tooltip frames).  A

CFLAGS='-O0 -g3 -no-pie' ../configure --with-pgtk --without-x --with-cairo 
--with-modules --with-gif=ifavailable --with-tiff=ifavailable --with-gnutls=no 
--without-pop --enable-gcc-warnings=warn-only --enable-checking='yes,glyphs' 
--enable-check-lisp-object-type=yes

build currently fails thusly

../../src/pgtkfns.c: In function ‘x_create_tip_frame’:
../../src/pgtkfns.c:2661:3: error: ‘dpyinfo_refcount’ undeclared (first use in 
this function); did you mean ‘gatomicrefcount’?
   dpyinfo_refcount = dpyinfo->reference_count;
   ^~~~~~~~~~~~~~~~
   gatomicrefcount
../../src/pgtkfns.c:2661:3: note: each undeclared identifier is reported only 
once for each function it appears in
make[1]: *** [Makefile:404: pgtkfns.o] Fehler 1
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet....
In file included from ../../src/termhooks.h:27,
                 from ../../src/frame.h:22,
                 from ../../src/pgtkterm.c:41:
../../src/pgtkterm.c: In function ‘x_set_cursor_gc’:
../../src/pgtkterm.c:1007:17: warning: implicit declaration of function 
‘x_check_font’; did you mean ‘xg_get_font’? [-Wimplicit-function-declaration]
       IF_DEBUG (x_check_font (s->f, s->font));
                 ^~~~~~~~~~~~
../../src/dispextern.h:206:30: note: in definition of macro ‘IF_DEBUG’
 #define IF_DEBUG(X) ((void) (X))
                              ^
../../src/pgtkterm.c:1007:17: warning: nested extern declaration of 
‘x_check_font’ [-Wnested-externs]
       IF_DEBUG (x_check_font (s->f, s->font));
                 ^~~~~~~~~~~~
../../src/dispextern.h:206:30: note: in definition of macro ‘IF_DEBUG’
 #define IF_DEBUG(X) ((void) (X))
                              ^

martin




reply via email to

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