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 657584 - vte needs to properly set VTE_API_VERSION
vte needs to properly set VTE_API_VERSION
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.29.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-29 02:07 UTC by Alexandre Rostovtsev
Modified: 2011-08-29 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to set VTE_API_VERSION (892 bytes, patch)
2011-08-29 02:09 UTC, Alexandre Rostovtsev
none Details | Review

Description Alexandre Rostovtsev 2011-08-29 02:07:17 UTC
vte-0.29.0 sets VTE_API_MAJOR_VERSION and VTE_API_MINOR_VERSION in configure, but fails to set VTE_API_VERSION. As a result, 0.29.0 uses a different library name from older gtk3-based vte releases, and collides with gtk2-based vte. This is clearly an error.
Comment 1 Alexandre Rostovtsev 2011-08-29 02:09:03 UTC
Created attachment 195030 [details] [review]
patch to set VTE_API_VERSION