[Freeassociation-devel] Bug#549757: osmo: FTBFS: icalss.h:37:27: error: icalcomponent.h: No such file or directory
IGnatius T Foobar
room_freeassociation-devel at uncensored.citadel.org
Fri Oct 16 15:22:09 PDT 2009
>> In the osmo sources, ical is include like this:
>>
>> #include <libical/ical.h>
>> #include <libical/icalss.h>
>> #include <libical/icalset.h>
>> #include <libical/icalclassify.h>
>>
>> Will also contact upstream about this.
Upstream libical has quite deliberately moved everything into
/usr/include/libical and deprecated the use of /usr/include. However, if
one were to do:
#include <ical.h>
...it would still work and you would receive a compiler warning about the
deprecated location, because we still install a /usr/include/ical.h which
throws a warning and then includes the correct path on its own.
Do we need to do the same thing for icalss.h, icalset.h, and
icalclassify.h? Would that solve your problem?
-- Art
More information about the libical-devel
mailing list