unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7870: 24.0.50; Build failure of trunk on gtk3
@ 2011-01-20  1:17 sangu sangu
  2011-01-20  5:48 ` Jan Djärv
  0 siblings, 1 reply; 4+ messages in thread
From: sangu sangu @ 2011-01-20  1:17 UTC (permalink / raw)
  To: 7870

[-- Attachment #1: Type: text/plain, Size: 1789 bytes --]

Building with gtk3 option in recent emacs git trunk, bootstrap was failure.

$ ./configure --with-x-toolkit=gtk3
$ make bootstrap
[...]
1.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include     -I/usr/include/freetype2    -MMD -MF
deps/xterm.d   -Wimplicit-function-declaration -Wold-style-definition
-Wdeclaration-after-statement -Wno-pointer-sign  -g -O2 xterm.c
xterm.c: In function 'x_set_frame_alpha':
xterm.c:449:3: warning: implicit declaration of function
'GDK_WINDOW_XWINDOW'
xterm.c: In function 'XTflash':
xterm.c:3027:5: error: 'GdkGCValues' undeclared (first use in this function)
xterm.c:3027:5: note: each undeclared identifier is reported only once for
each function it appears in
xterm.c:3027:17: error: expected ';' before 'vals'
xterm.c:3028:5: error: 'GdkGC' undeclared (first use in this function)
xterm.c:3028:12: error: 'gc' undeclared (first use in this function)
xterm.c:3029:5: error: 'vals' undeclared (first use in this function)
xterm.c:3031:21: error: 'GDK_XOR' undeclared (first use in this function)
xterm.c:3032:5: warning: implicit declaration of function
'gdk_gc_new_with_values'
xterm.c:3033:41: error: 'GDK_GC_FUNCTION' undeclared (first use in this
function)
xterm.c:3033:59: error: 'GDK_GC_FOREGROUND' undeclared (first use in this
function)
xterm.c:3084:4: warning: implicit declaration of function
'gdk_draw_rectangle'
xterm.c: In function 'x_term_init':
xterm.c:9926:15: error: expected expression before ')' token
make[2]: *** [xterm.o] Error 1
make[2]: Leaving directory `/home/sangu/git/emacs/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/sangu/git/emacs'
make: *** [bootstrap] Error 2


gtk3-2.99.2-1.fc15.x86_64
glib2-2.27.91-1.fc15.x86_64

[-- Attachment #2: Type: text/html, Size: 2286 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7870: 24.0.50; Build failure of trunk on gtk3
  2011-01-20  1:17 bug#7870: 24.0.50; Build failure of trunk on gtk3 sangu sangu
@ 2011-01-20  5:48 ` Jan Djärv
  2011-03-08  8:40   ` Jan Djärv
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Djärv @ 2011-01-20  5:48 UTC (permalink / raw)
  To: sangu sangu; +Cc: 7870@debbugs.gnu.org

Gtk3 is still evolving, and Emacs doesn't try to keep in sync all the time. 
I'm about to check in a new update for Gtk3 in a few days or so.  There has been massive Gtk3-changes lately.

    Jan D. 


20 jan 2011 kl. 02:17 skrev sangu sangu <sangu.emacs@gmail.com>:

> Building with gtk3 option in recent emacs git trunk, bootstrap was failure.
> 
> $ ./configure --with-x-toolkit=gtk3
> $ make bootstrap
> [...]
> 1.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I/usr/include/freetype2    -MMD -MF deps/xterm.d   -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  -g -O2 xterm.c
> xterm.c: In function 'x_set_frame_alpha':
> xterm.c:449:3: warning: implicit declaration of function 'GDK_WINDOW_XWINDOW'
> xterm.c: In function 'XTflash':
> xterm.c:3027:5: error: 'GdkGCValues' undeclared (first use in this function)
> xterm.c:3027:5: note: each undeclared identifier is reported only once for each function it appears in
> xterm.c:3027:17: error: expected ';' before 'vals'
> xterm.c:3028:5: error: 'GdkGC' undeclared (first use in this function)
> xterm.c:3028:12: error: 'gc' undeclared (first use in this function)
> xterm.c:3029:5: error: 'vals' undeclared (first use in this function)
> xterm.c:3031:21: error: 'GDK_XOR' undeclared (first use in this function)
> xterm.c:3032:5: warning: implicit declaration of function 'gdk_gc_new_with_values'
> xterm.c:3033:41: error: 'GDK_GC_FUNCTION' undeclared (first use in this function)
> xterm.c:3033:59: error: 'GDK_GC_FOREGROUND' undeclared (first use in this function)
> xterm.c:3084:4: warning: implicit declaration of function 'gdk_draw_rectangle'
> xterm.c: In function 'x_term_init':
> xterm.c:9926:15: error: expected expression before ')' token
> make[2]: *** [xterm.o] Error 1
> make[2]: Leaving directory `/home/sangu/git/emacs/src'
> make[1]: *** [src] Error 2
> make[1]: Leaving directory `/home/sangu/git/emacs'
> make: *** [bootstrap] Error 2
> 
>  
> gtk3-2.99.2-1.fc15.x86_64
> glib2-2.27.91-1.fc15.x86_64
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7870: 24.0.50; Build failure of trunk on gtk3
  2011-01-20  5:48 ` Jan Djärv
@ 2011-03-08  8:40   ` Jan Djärv
  2011-03-08  9:19     ` Jan D.
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Djärv @ 2011-03-08  8:40 UTC (permalink / raw)
  To: sangu sangu; +Cc: 7870-done@debbugs.gnu.org

A few days was optimistic, but it now compiles for Gtk+ 3.

	Jan D.


Jan Djärv skrev 2011-01-20 06.48:
> Gtk3 is still evolving, and Emacs doesn't try to keep in sync all the time.
> I'm about to check in a new update for Gtk3 in a few days or so.  There has been massive Gtk3-changes lately.
>
>      Jan D.
>
>
> 20 jan 2011 kl. 02:17 skrev sangu sangu<sangu.emacs@gmail.com>:
>
>> Building with gtk3 option in recent emacs git trunk, bootstrap was failure.
>>
>> $ ./configure --with-x-toolkit=gtk3
>> $ make bootstrap
>> [...]
>> 1.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I/usr/include/freetype2    -MMD -MF deps/xterm.d   -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  -g -O2 xterm.c
>> xterm.c: In function 'x_set_frame_alpha':
>> xterm.c:449:3: warning: implicit declaration of function 'GDK_WINDOW_XWINDOW'
>> xterm.c: In function 'XTflash':
>> xterm.c:3027:5: error: 'GdkGCValues' undeclared (first use in this function)
>> xterm.c:3027:5: note: each undeclared identifier is reported only once for each function it appears in
>> xterm.c:3027:17: error: expected ';' before 'vals'
>> xterm.c:3028:5: error: 'GdkGC' undeclared (first use in this function)
>> xterm.c:3028:12: error: 'gc' undeclared (first use in this function)
>> xterm.c:3029:5: error: 'vals' undeclared (first use in this function)
>> xterm.c:3031:21: error: 'GDK_XOR' undeclared (first use in this function)
>> xterm.c:3032:5: warning: implicit declaration of function 'gdk_gc_new_with_values'
>> xterm.c:3033:41: error: 'GDK_GC_FUNCTION' undeclared (first use in this function)
>> xterm.c:3033:59: error: 'GDK_GC_FOREGROUND' undeclared (first use in this function)
>> xterm.c:3084:4: warning: implicit declaration of function 'gdk_draw_rectangle'
>> xterm.c: In function 'x_term_init':
>> xterm.c:9926:15: error: expected expression before ')' token
>> make[2]: *** [xterm.o] Error 1
>> make[2]: Leaving directory `/home/sangu/git/emacs/src'
>> make[1]: *** [src] Error 2
>> make[1]: Leaving directory `/home/sangu/git/emacs'
>> make: *** [bootstrap] Error 2
>>
>>
>> gtk3-2.99.2-1.fc15.x86_64
>> glib2-2.27.91-1.fc15.x86_64
>>





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7870: 24.0.50; Build failure of trunk on gtk3
  2011-03-08  8:40   ` Jan Djärv
@ 2011-03-08  9:19     ` Jan D.
  0 siblings, 0 replies; 4+ messages in thread
From: Jan D. @ 2011-03-08  9:19 UTC (permalink / raw)
  To: 7870-done

Closing.

	Jan D.







^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-08  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20  1:17 bug#7870: 24.0.50; Build failure of trunk on gtk3 sangu sangu
2011-01-20  5:48 ` Jan Djärv
2011-03-08  8:40   ` Jan Djärv
2011-03-08  9:19     ` Jan D.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).