GNOME Bugzilla – Bug 345676
Silly problem in test-component compilation
Last modified: 2013-09-13 00:52:05 UTC
Please describe the problem: If you run configure with --enable-test-component=yes, compilation crashs. In shell/evolution-test-component.c (line 178), epv structure expects createControls (epv->createControls), but it isn't in Evolution.h because it isn't in Evolution-Component.idl Steps to reproduce: 1. PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/ ./autogen.sh --prefix=/opt/evo/ \ --with-openldap=yes --enable-nntp=yes --enable-test-component=yes \ --enable-nss=yes --enable-smime=yes --enable-plugins=all 2. make 3. Actual results: Compilation crashs Expected results: Does this happen every time? Yes Other information: No
same as #444289
right, thanks. *** This bug has been marked as a duplicate of 444289 ***