After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 127341 - Gedit fails to build
Gedit fails to build
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2003-11-18 22:25 UTC by Rodd Clarkson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Rodd Clarkson 2003-11-18 22:25:07 UTC
Trying to build gedit against hacking-0.28.0 (the garnome-0.28.0 beta I
guess) gives the following output when the build fails.


In file included from gedit-dialog-uri.c:37:
/home/rodd/gnome-2.5.1/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:61:
error: syntax error before "GtkCombo"
/home/rodd/gnome-2.5.1/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:61:
warning: no semicolon at end of struct or union
/home/rodd/gnome-2.5.1/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:65:
error: syntax error before '}' token
/home/rodd/gnome-2.5.1/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:68:
error: syntax error before "GtkComboClass"
/home/rodd/gnome-2.5.1/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:68:
warning: no semicolon at end of struct or union
/home/rodd/gnome-2.5.1/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:76:
error: syntax error before '}' token
In file included from gedit-dialog-uri.c:44:
../../gedit/gedit-encodings-option-menu.h:53: error: syntax error before
"GtkOptionMenu"
../../gedit/gedit-encodings-option-menu.h:53: warning: no semicolon at end
of struct or union
../../gedit/gedit-encodings-option-menu.h:56: error: syntax error before
'}' token
../../gedit/gedit-encodings-option-menu.h:60: error: syntax error before
"GtkOptionMenuClass"
../../gedit/gedit-encodings-option-menu.h:60: warning: no semicolon at end
of struct or union
make[5]: *** [gedit-dialog-uri.lo] Error 1
make[5]: Leaving directory
`/home/rodd/hacking-0.28.0/gnome/gedit/work/main.d/gedit-2.4.1/gedit/dialogs'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/home/rodd/hacking-0.28.0/gnome/gedit/work/main.d/gedit-2.4.1/gedit'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/rodd/hacking-0.28.0/gnome/gedit/work/main.d/gedit-2.4.1/gedit'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/rodd/hacking-0.28.0/gnome/gedit/work/main.d/gedit-2.4.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/rodd/hacking-0.28.0/gnome/gedit/work/main.d/gedit-2.4.1'
make: *** [build-work/main.d/gedit-2.4.1/Makefile] Error 2
[rodd@flathead gedit]$
Comment 1 Paolo Maggi 2003-12-20 10:07:48 UTC
hmmm... it should work with gedit 2.5.0

Closing.