GNOME Bugzilla – Bug 667455
caribou is broken for out-of-tree builds
Last modified: 2012-11-02 09:26:09 UTC
i18n.py is generated from i18n.py.in and ends up in the builddir while the rest of the files stay in the srcdir. this causes: Traceback (most recent call last):
+ Trace 229402
from caribou.settings import caribou_settings
from i18n import _
Created attachment 226957 [details] [review] Support out-of-tree build Now that gettext is disabled when generating GSettings schemas (bug 686200), i18n.py is no longer necessary when building. Thus we could support out-of-tree build by simply ignoring import errors.
Review of attachment 226957 [details] [review]: Look good to me
Comment on attachment 226957 [details] [review] Support out-of-tree build Attachment 226957 [details] pushed as e45d12e - Support out-of-tree build
So, this is fixed, right?