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 400241 - 'make install' does not install composer/*.h files
'make install' does not install composer/*.h files
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.10.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
: 421154 421682 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-24 15:29 UTC by Joseph Sacco
Modified: 2013-09-13 00:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Proposed patch (1.68 KB, patch)
2007-04-02 16:01 UTC, Matthew Barnes
committed Details | Review

Description Joseph Sacco 2007-01-24 15:29:15 UTC
The plugin mail API header file

          mail/em-event.h

now requires 

         composer/e-msg-composer.h

'make install' does not install any of composer/*.h files.  It should if the plugin mail API is to be used by other applications.  In particular, 
          
         mail-notification-4.0

fails to build because of this ommision

-Joseph
Comment 1 Karsten Bräckelmann 2007-01-24 16:16:36 UTC
Confirming.
Comment 2 Matthew Barnes 2007-04-02 16:01:04 UTC
Created attachment 85708 [details] [review]
Proposed patch

EMsgComposer is an opaque type, so I just replaced

   #include "composer/e-msg-composer.h"

with

   struct _EMsgComposer;
Comment 3 Matthew Barnes 2007-04-02 16:01:39 UTC
*** Bug 421154 has been marked as a duplicate of this bug. ***
Comment 4 Matthew Barnes 2007-04-02 16:02:34 UTC
*** Bug 421682 has been marked as a duplicate of this bug. ***
Comment 5 Veerapuram Varadhan 2007-04-03 11:48:43 UTC
Patch looks good.  Please commit it to both STABLE and SVN HEAD.
Comment 6 Matthew Barnes 2007-04-03 12:22:01 UTC
Committed to Subversion trunk (revision 33375) and gnome-2-18 (revision 33376).