GNU bug report logs -
#7870
24.0.50; Build failure of trunk on gtk3
Previous Next
Reported by: sangu sangu <sangu.emacs <at> gmail.com>
Date: Thu, 20 Jan 2011 01:19:02 UTC
Severity: normal
Found in version 24.0.50
Done: "Jan D." <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7870 in the body.
You can then email your comments to 7870 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7870
; Package
emacs
.
(Thu, 20 Jan 2011 01:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
sangu sangu <sangu.emacs <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 20 Jan 2011 01:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7870
; Package
emacs
.
(Thu, 20 Jan 2011 05:41:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 7870 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
>
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7870
; Package
emacs
.
(Tue, 08 Mar 2011 08:41:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 7870 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
>>
Reply sent
to
"Jan D." <jan.h.d <at> swipnet.se>
:
You have taken responsibility.
(Tue, 08 Mar 2011 09:20:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
sangu sangu <sangu.emacs <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 08 Mar 2011 09:20:03 GMT)
Full text and
rfc822 format available.
Message #16 received at 7870-done <at> debbugs.gnu.org (full text, mbox):
Closing.
Jan D.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 05 Apr 2011 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.