[PATCH] Add missing taglib_export.h to installed header files.

Stig Petter Olsrød stigpo at users.sourceforge.net
Tue Oct 9 18:46:35 CEST 2007


Hi,

After checking out revision 723421 (current as of now) I ran 
the following commands:
1) make -f Makefile.cvs
2) ./configure
3) make
4) make install

The result was a taglib that failed to compile the example 
applications using the following commands:
1) cd examples
2) g++ `taglib-config --cflags` -o tagreader tagreader.cpp
`taglib-config --libs`

The problem seems to be that a "new" header-file did not get 
installed. I updated Makefile.am and following the same 
steps as above produces a valid running tagreader.

I used Cygwin, but the results should be the same for any 
OS, as there are no conditionals around the inclusion of 
taglib_export.h.

Please consider applying the attached patch.

--
Stig Petter

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: install_taglib_export.patch
Url: http://mail.kde.org/pipermail/taglib-devel/attachments/20071009/3e348858/attachment.ksh 


More information about the taglib-devel mailing list