1018 Commits

Author SHA1 Message Date
Tor Lillqvist
e3a8f0f952 CoreText is default, so document --disable-coretext and not --enable-coretext
Change-Id: I308648c5c03382d1963e721fea2ad6a61e3ef795
2013-08-01 16:44:51 +03:00
Khaled Hosny
9accbedad3 Drop internal copies of X11 extensions headers
They are not use by default since 2011, and non of the distro configs
uses --without-system-xextensions-headers.

Change-Id: I51e88796c22b1b3d0854c3ec1db15fcab720a079
Reviewed-on: https://gerrit.libreoffice.org/5175
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-30 13:25:15 +00:00
Tor Lillqvist
a9d91b76d4 Accept also 4.8
Change-Id: I121ff292050e9e90e298ed44705b6408c0d2f089
2013-07-30 10:05:20 +03:00
David Tardon
24add548ac sanitize system clucene includes
Apparently clucene bundles pieces of a very old version of boost (1.42)
in CLucene/ext/boost, which breaks build with boost 1.54.

Change-Id: Ib244222f8f048aefe0484060f9ad5f41bfd24def
2013-07-30 06:50:22 +02:00
Tor Lillqvist
bd8d3ac666 Accept NDK r9
Change-Id: Ie7368d0995653d7051b3c67d4b7667e68787da8a
2013-07-29 10:11:06 +03:00
Tor Lillqvist
8f315d9ece Move the (unimplemented) READONLY_INSTALLSET flag into config_features.h
Change-Id: Icce89cc2a3c8089aa248a176ab92b545c36b1091
2013-07-26 14:14:06 +03:00
Tor Lillqvist
cca02d9e98 Move OS X sandbox flag to config_features.h
Change-Id: I189fa06d13a78bcaa8e17b32756076473ced3641
2013-07-26 14:14:06 +03:00
Michael Meeks
4426b03a38 initial configure pieces for VLC detection.
Change-Id: I1001d7f87c3e3194c04ea9d1ef97a87898f891ea
2013-07-26 10:50:16 +01:00
Siqi
9f8a350c21 discriptive comments on HAvE_FEATURE_AVAHI and remove unused ac_def
Change-Id: I37183561a264625505036bcc6b945a6b24f05b5a
2013-07-26 09:17:31 +02:00
Siqi
0dc8821659 use config_features.h.in instead
Change-Id: I1332fc22caae759c65b64e6c43e73740245e4abd
2013-07-26 02:05:05 +02:00
Tor Lillqvist
c3b55c51a9 Disable use of Avahi by default for now until it doesn't break tinderboxes
Change-Id: Ibb8b40e5e853e29b26b96018f4248321dd841985
2013-07-25 21:26:37 +03:00
Tor Lillqvist
4a2a706069 Clean up configure output for Avahi
Change-Id: Ice3d3058b0b60642769c09496258cf34e022ff89
2013-07-25 19:31:09 +03:00
Siqi LIU
65134fb75c minor updates for avahi/bonjour refacotration
Change-Id: I89e0115ddbea953de4ee0468c66e949070087a96
2013-07-25 17:28:02 +02:00
Siqi
d041980a7a avahi patch
Change-Id: I782389f00f486158313fd87bd36c0726f56f6ab6

Signed-off-by: Siqi LIU <me@siqi.fr>
2013-07-25 17:28:01 +02:00
Tor Lillqvist
143cda1bc9 Look in the right place in Registry on 64-bit Cygwin 2013-07-24 19:39:54 +03:00
Lionel Elie Mamane
19a6c484c3 configure.ac: working firebird version check with manual FIREBIRD_C/LDFLAGS
Change-Id: I511eb8bfcfab2d42073f43660518e1e8be0d5788
2013-07-23 10:08:49 +02:00
Luboš Luňák
92dfa82d2d adjust for upstreaming of warn_unused attribute
The warn_unused attribute has been upstream to GCC and Clang, so use it if present.
Still warn about STL types if those do not use it yet (which is the status as of now).

Change-Id: I3c003e44c08d1d141e23bba38cf92e663a5ac353
2013-07-23 09:52:11 +02:00
Tor Lillqvist
0d2a7adf4e Correct help message for --enable-macosx-code-signing
Change-Id: I453f53e7afc1474b4db2a89454718652b088ad6c
2013-07-23 10:36:34 +03:00
Tor Lillqvist
e77b0fe093 Use pkg-config --modversion to set FIREBIRD_VERSION if no fb_config
Change-Id: I8ece7b989c330123a5df73f763a4b5fefefcf0cc
2013-07-22 09:40:21 +03:00
Christian Lohmaier
f351c13993 allow to build for Windows XP when using Visual Studio 2012
VS 2012 Update 1 added the possibility to target Windows XP by using a
SDK that is based on the Windows 7 one.
http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx

This patch probably should not be integrated as is, as it disables a
test that fails in this configuration (CppunitTest_connectivity_ado)

Change-Id: I3ba8723882452950c40049ccdc95b04c60862cbf
Reviewed-on: https://gerrit.libreoffice.org/4966
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-19 08:04:11 +00:00
Norbert Thiebaud
925a7a2e4b gbuild: add support for auto-creationa nd reuse of binary package.
many so-called 'external' libraries are built using the
UnpackedTarball/ExternalProject pattern, and their build is quite
stable... they can go month without any changes.
Yet some buildbot, that need to do full build, build them over and over
again.
This patch introduce the infrastructure to shortcut these build by using
a binary package of the build result

Change-Id: Ib0daf2a9d1a1f76802273c093bae7df8da4a90f8
Reviewed-on: https://gerrit.libreoffice.org/4764
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-19 06:21:10 +00:00
Lionel Elie Mamane
2ea2648bdc configure.ac properly use pkg-config
Change-Id: Ib45d9defd94c8c61250aa249daa1c3312574a684
2013-07-19 04:56:04 +02:00
Andrzej J.R. Hunt
9206f8c2ac Disable firebird when cross-compiling.
Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b
2013-07-17 15:32:57 +02:00
Andrzej J.R. Hunt
5c97e88cfa Disable firebird with --disable-database-connectivity.
Change-Id: Ieed24db81ccbfdc3e2876ce74afdc13dee4371db
2013-07-17 13:22:42 +02:00
Tor Lillqvist
becbe844a3 Correct help message for --disable-firebird-sdbc
Change-Id: Ia05e09cff1a71237abc487a550dabacd39844c41
2013-07-17 11:05:38 +03:00
Rene Engelhard
cb82c96f85 libatomic-ops is only needed for internal firebird, so only check it then...
Change-Id: I8279b70df17071d46e97583a8b40209444c01928
2013-07-16 21:28:31 +02:00
Andrzej J.R. Hunt
22adf4e70a Teach configure about distro-packaged external firebird.
Distros seem to omit fb_config when packaging firebird,
pkg-config can be used instead.

Change-Id: I12e5c5892fcdc5de25835f210ebbb941433f2f44
2013-07-16 18:32:32 +01:00
Andrzej J.R. Hunt
dc2e845dfe Enable firebird by default, disable as default embedded driver.
Change-Id: I4907b8b7a3b9ab767132d35b5c3539d52d122660
2013-07-16 16:40:14 +02:00
Andrzej J.R. Hunt
b74cba43b0 Fix checks for system libatomic_ops.
Change-Id: Idb31e6be567e8530062517e7842cdfd8b84c7276
2013-07-16 16:40:09 +02:00
Andrzej J.R. Hunt
0f16fa0fa5 Build firebird 2.5 internally. Also adds libatomic_ops.
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
2013-07-16 16:40:09 +02:00
Javier Fernandez
f53228c59a Firebird: initial implementation of the skeleton driver.
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-16 16:40:03 +02:00
Tomofumi Yagi
3bfe3bfca2 Add another fallback-path for wilangid.vbs(work it again)
Searching mechanism for wilangid.vbs(commit 265cc57) doesn't work
after commit 7f4a622("stop copying MSVC debug runtime DLLs").
That commit deleted $vsarch environment.
In configure,using $WINDWOS_SDK_ARCH instead of $vsarch will make it work
again(that is still set).

Change-Id: Ia45d30b2a724a36543038b14dd8defc3647ae455
Reviewed-on: https://gerrit.libreoffice.org/4935
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-07-16 12:56:24 +00:00
Luboš Luňák
afb41ff0c5 warn in configure about using ccache+clang without CCACHE_CPP2 set
- causes warnings about unused -I options, because they are preprocessing options
  and Clang complains that they are unused in pure compilation
- Clang supresses some warnings from expansions of macros in system headers, but those
  would be already expanded and thus warned about
- Clang prints relevant source lines with errors/warnings in them and would show
  them preprocessed (this should actually apply to GCC4.8+ too)

Change-Id: I02c86c43a657d078e347e4ecd5c1e2ff07db2886
2013-07-16 09:58:39 +02:00
Tor Lillqvist
46894ec48e Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)
Can again turn on OpenCL by default for OS X then, hopefully.

Change-Id: Id84b2c17c8431080261be45923d8c153f3822e8b
2013-07-14 09:27:55 +03:00
Michael Meeks
5e28f6e9d3 Disable openCL by default on Mac (for now).
Change-Id: Iaf54a64a9e910eaffe1526f3471df8f98854343d
2013-07-12 19:12:34 +01:00
Tor Lillqvist
74388d2fbd Handle --without-opencl-sdk or --with-opencl-sdk=no
Needed especially for OS X where building the OpenCL code is on by
default, in case you still want to bypass it (if it is broken).

Change-Id: I47584890869ef2b5a77e0cb68a110d49e1ff4755
2013-07-11 17:15:23 +03:00
Norbert Thiebaud
d496bcdb77 we do not support any platform with bison < 2.0 anymore
Change-Id: Ia2c1c6ed43c6a42fa1a65a22f4c8d68de216706c
Reviewed-on: https://gerrit.libreoffice.org/4822
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-07-11 13:11:46 +00:00
Fridrich Štrba
b1f7dd66b8 Use a real name of the library
Change-Id: I5f9ec12b507e332d304b931ddb31103ee3f0766d
2013-07-08 19:08:37 +02:00
Michael Stahl
b0123630a8 configure: remove bogus --disable-rpath
Change-Id: I3e7b0ea8547df7cba5dd5f4fb3c434384cab1dd0
2013-07-08 18:47:24 +02:00
Fridrich Štrba
eb276d11a6 fdo#38878: Upgrading internal xpdf -> poppler
Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5
Reviewed-on: https://gerrit.libreoffice.org/4770
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-08 16:25:32 +00:00
Christian Lohmaier
9a15f29784 give configure a chance to tell the user what perl-modules are missing
Change-Id: Ibd8cff5ca7d2e2807ef195601c996457e70d6d49
Reviewed-on: https://gerrit.libreoffice.org/4740
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-07-05 21:57:05 +00:00
Michael Meeks
3887ba5677 Fix opencl path and linking issues on windows.
Change-Id: Ie39a3c02d6021ae200d6e3939ec9a14ed7f34d21
2013-07-02 21:59:30 +01:00
Michael Meeks
f74e6dd07e get quoting right.
Change-Id: I3b1508a3309ad4df9e095b1cb6c3091df4adff4a
2013-07-01 21:55:24 +01:00
Luboš Luňák
d61ad2faff s/-I/-isystem/ also for KDE headers
Should have been included in daaaaf7dcd3982c80031bda141822a469fd5cc6f .

Change-Id: Icc6ecf42580d708dc8c610866212ece2e2026452
2013-06-28 14:56:47 +02:00
Isamu Mogi
9722cd44be Remove debug output
From 8e784b59f1c1ce33dc95a6c591ee514383b28f3f

Change-Id: Iab0ac8ef53cf0d3d1f1f1ec23ee9a26a3d89f38a
Reviewed-on: https://gerrit.libreoffice.org/4435
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-28 11:54:12 +00:00
Michael Stahl
7f4a622f9f stop copying MSVC debug runtime DLLs
This is apparently not necessary with MSVC 2012; builds and all tests
run here without those DLLs in the solver.

Change-Id: If352fb3702d7dae57deb19959eab8eb0fedea318
Reviewed-on: https://gerrit.libreoffice.org/4414
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-28 09:35:12 +00:00
Tor Lillqvist
2a7722d365 No need to check on OS X
Change-Id: Ib7dc7b4e6f4dd5829116968f9c86d431b16a5071
2013-06-28 10:55:57 +03:00
Michael Meeks
f4ea3fd5c1 use #if to avoid gotchas, move header to include, make UI conditional. 2013-06-27 19:34:38 +01:00
Michael Stahl
315c31721a Revert "fdo#65975 - fix presumed 32bit windows compile bug in configure."
This reverts commit 0cf61137d2a1993d310e2e8ff9bda4d0ed493ef0.
2013-06-27 14:07:44 +02:00
Lionel Elie Mamane
2728808553 we now need librdf_world_set_raptor_init_handler from librdf
Change-Id: I4e3b56fd8c088983a8a01eb6ccf88691d6fd93ef
2013-06-27 10:07:32 +02:00