[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-27 Thread Dmitry Kurochkin
On Sat, 26 Nov 2011 22:14:20 +0100, Amadeusz ?o?nowski wrote: > If symbol-test is built in symbol-hiding with hardcoded g++ invokation, > it's not so easy to pass $(srcdir) which is required to find notmuch.h > when srcdir and builddir are separate directories. > --- > test/.gitignore |1

Re: [PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-27 Thread Dmitry Kurochkin
On Sat, 26 Nov 2011 22:14:20 +0100, Amadeusz Żołnowski wrote: > If symbol-test is built in symbol-hiding with hardcoded g++ invokation, > it's not so easy to pass $(srcdir) which is required to find notmuch.h > when srcdir and builddir are separate directories. > --- > test/.gitignore |1

Re: [PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-27 Thread David Bremner
On Sat, 26 Nov 2011 22:14:20 +0100, Amadeusz Żołnowski wrote: > If symbol-test is built in symbol-hiding with hardcoded g++ invokation, > it's not so easy to pass $(srcdir) which is required to find notmuch.h > when srcdir and builddir are separate directories. pushed, d ___

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-27 Thread David Bremner
On Sat, 26 Nov 2011 22:14:20 +0100, Amadeusz ?o?nowski wrote: > If symbol-test is built in symbol-hiding with hardcoded g++ invokation, > it's not so easy to pass $(srcdir) which is required to find notmuch.h > when srcdir and builddir are separate directories. pushed, d

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-27 Thread Amadeusz Żołnowski
If symbol-test is built in symbol-hiding with hardcoded g++ invokation, it's not so easy to pass $(srcdir) which is required to find notmuch.h when srcdir and builddir are separate directories. --- test/.gitignore |1 + test/Makefile.local |7 +-- test/basic |2 +- tes

Re: [PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-27 Thread Amadeusz Żołnowski
Excerpts from Amadeusz Żołnowski's message of 2011-11-26 21:51:21 +0100: > If symbol-test is built in symbol-hiding with hardcoded g++ > invokation, it's not so easy to pass $(srcdir) which is required to > find notmuch.h when srcdir and builddir are separate directories. Sorry, I've just realised

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-27 Thread Amadeusz Żołnowski
If symbol-test is built in symbol-hiding with hardcoded g++ invokation, it's not so easy to pass $(srcdir) which is required to find notmuch.h when srcdir and builddir are separate directories. --- test/.gitignore |1 + test/Makefile.local |5 - test/basic |2 +- test/

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-26 Thread Amadeusz Żołnowski
If symbol-test is built in symbol-hiding with hardcoded g++ invokation, it's not so easy to pass $(srcdir) which is required to find notmuch.h when srcdir and builddir are separate directories. --- test/.gitignore |1 + test/Makefile.local |7 +-- test/basic |2 +- tes

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-26 Thread Amadeusz Żołnowski
Excerpts from Amadeusz ?o?nowski's message of 2011-11-26 21:51:21 +0100: > If symbol-test is built in symbol-hiding with hardcoded g++ > invokation, it's not so easy to pass $(srcdir) which is required to > find notmuch.h when srcdir and builddir are separate directories. Sorry, I've just realised

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-26 Thread Amadeusz Żołnowski
If symbol-test is built in symbol-hiding with hardcoded g++ invokation, it's not so easy to pass $(srcdir) which is required to find notmuch.h when srcdir and builddir are separate directories. --- test/.gitignore |1 + test/Makefile.local |5 - test/basic |2 +- test/

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-25 Thread Amadeusz Żołnowski
If symbol-test is built in symbol-hiding with hardcoded g++ invokation, it's not so easy to pass $(srcdir) which is required to find notmuch.h when srcdir and builddir are separate directories. Fixed warnings in symbol-test.cc, btw. --- test/.gitignore |1 + test/Makefile.local |5 +++

[PATCH] Build symbol-test with make instead of hardcoding in symbol-hiding.

2011-11-25 Thread Amadeusz Żołnowski
If symbol-test is built in symbol-hiding with hardcoded g++ invokation, it's not so easy to pass $(srcdir) which is required to find notmuch.h when srcdir and builddir are separate directories. Fixed warnings in symbol-test.cc, btw. --- test/.gitignore |1 + test/Makefile.local |5 +++