Hi again: Jur suggest me to use SVN code in relation to my previous message. Well, here I am again: I have downloaded SVN revision 1011. Autogen, configure and when running make, I get several errors related to the location of header file "ical.h". All the errors stopped compilation due to an error looking for "libical/ical.h". I've edit every "c" and "h" file that stops compilation and change the line "#include <libical/ical.h>" for "#include <ical.h>". This are the files I've edited:
- src/libs/msgapi/msgcollector.c - src/libs/cal/cal-convert.c - src/libs/cal/bongo-cal-timezone.c - src/libs/cal/bongo-cal-time.c - src/libs/cal/bongo-cal-instance.c - src/libs/cal/bongo-import-tz.c - src/agents/alarm/alarm.h - src/agents/collector/collector.h - src/libs/msgapi/msgdate.c This is special, because is looking for icaltime.h, wich is impossible for Ubuntu Hardy libical-dev package. I've put ical.h in place and code "get" compiled, but I can't assure that this file (msgdate.c) gets all the info needed from ical.h instead of icaltime.h After this changes, the code get compiled and ready for install. Did I made correct changes?. Cheers, Ibon. - Visitame en http://sinanimodelucro.net Usa GNU/Linux, tus úlceras te lo agradecerán. Realizado con Software Libre. -- GPG public key at http://sinanimodelucro.net/txapelgorri.asc Finderprint: 9402 CEBF 0274 F213 8B88 1209 7B2D 70B3 843E F99C El lun, 02-03-2009 a las 17:53 +0100, Ibon Castilla Varela escribió: > Hi there: > > I trying to get Bongo 0.4.0 (not SVN, but the compressed tarball > package) compiled at Ubuntu 8.04 machine. I've install all the needed > dependencies but "make" still returns error: > > - src/libs/msgapi/msgdate.c:30:22: error: icaltime.h: No such file or > directory > > Of course "libical-dev" is installed (version 0.27-1 from the Ubuntu > repo), but the file icaltime.h file is not at this package from Ubuntu. > Any experience with this at Ubuntu?. I'm asking about this because > Debian stable or Ubuntu 8.04, 6.06 are well known server OSes, and this > kind of dependency seems weird to me because it seems Bongo to depend on > very new versions of this kind of packages, I mean, I'll use Bongo on a > long term support server version (LTS for Ubuntu and Stable for Debian), > not on a one and a half year support version, wouldn't I? (don't > misunderstand my words, I'm just trying to understand... ;) > > Cheers, Ibon. > > - > Visitame en http://sinanimodelucro.net > Usa GNU/Linux, tus úlceras te lo agradecerán. > > Realizado con Software Libre. > -- > GPG public key at http://sinanimodelucro.net/txapelgorri.asc > Finderprint: 9402 CEBF 0274 F213 8B88 1209 7B2D 70B3 843E F99C > _______________________________________________ Bongo-users mailing list [email protected] https://mail.gna.org/listinfo/bongo-users
