Hi,
I hope this is not too stupid question, but at this moment I am really lost. I am trying to build gdata provider from the source code (I want to try some ideas for improving it). I tried several ways (i.e. this one
https://developer.mozilla.org/User:xFallenAngel/Build_System) how to do it, but I always end up with this error:
make[6]: *** No rule to make target `_xpidlgen/calIGoogleCalendar.h', needed by `export'. Stop.
Any idea, what I am doing wrong?
Based on the metioned page I use this .mozconfig:
# Options for
client.mk.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-gdata
mk_add_options MOZ_CO_PROJECT="gdata"
mk_add_options AVAILABLE_PROJECTS="gdata"
# Needed to keep allmakefiles.sh from complaining that toolkit/ does not exist
export LIBXUL_SDK=1
# Extra modules and files
mk_add_options MODULES_gdata="mozilla/config mozilla/build mozilla/probes mozilla/calendar/providers/gdata mozilla/calendar/locales/en-US/chrome/calendar/providers/gdata"
mk_add_options MODULES_NS_gdata="mozilla/"
# Options for 'configure' (same as command-line options).
ac_add_options --enable-application=calendar/providers/gdata
ac_add_options --disable-tests
ac_add_options --disable-libjpeg-turbo
ac_add_options --enable-chrome-format=jar
The two last lines I added because of some errors during configure phase.
Thanks for any advices.
Pavel