Bug 29842 - telepathy-logger won't build out-of-tree
Summary: telepathy-logger won't build out-of-tree
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: logger (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Nicolas Dufresne
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2010-08-27 08:57 UTC by Nicolas Dufresne
Modified: 2010-08-30 01:53 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix out-of-tree compilation (1.40 KB, patch)
2010-08-27 09:26 UTC, Nicolas Dufresne
Details | Splinter Review

Description Nicolas Dufresne 2010-08-27 08:57:43 UTC
If configure is run without --enable-public-extensions, we get build error:

../../../telepathy-logger/extensions/extensions.h:6:24: error: _gen/enums.h: No such file or directory
../../../telepathy-logger/extensions/extensions.h:7:27: error: _gen/cli-misc.h: No such file or directory
../../../telepathy-logger/extensions/extensions.h:8:27: error: _gen/svc-misc.h: No such file or directory
../../../telepathy-logger/extensions/extensions.h:12:25: error: _gen/gtypes.h: No such file or directory
../../../telepathy-logger/extensions/extensions.h:13:29: error: _gen/interfaces.h: No such file or directory
Comment 1 Nicolas Dufresne 2010-08-27 09:13:56 UTC
Sorry, my bad, this is not related to --enable-public-extensions but about out-of-tree compilation. Probably missing "-I $(top_buildir)/extensions" flag
Comment 2 Nicolas Dufresne 2010-08-27 09:26:31 UTC
Created attachment 38226 [details] [review]
Fix out-of-tree compilation
Comment 3 Guillaume Desmottes 2010-08-30 01:53:33 UTC
Merged to master, thanks!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.