On 05.02.2013 14:28, Gabriela Gibson wrote:
> On 02/02/13 10:31, Branko Čibej wrote:
>> You could try adding ${abs_srcdir}/gtest/include to the include path. :)
>> Also, you'll get rid of those warnings by adding appropriate paths to
>> the private-includes list in build.conf.
>>
>> -- Brane
>>
> Thanks Brane,
>
> I think it is now working, please see attached patch and log.
>You ask: > ## I don't understand why, but I need to provide "-o ... -c" in order > to get the object file in the correct directory And my best guess is this: +# Gtest targets +# + +# renamed from gtest to libgtest because libtool couldn't output +# a library that didn't have the prefix 'lib' +[libgtest] +description = Gtest Test Suite +type = lib +path = libgtest I'm almost sure you meant, "path = gtestlib". -- Brane -- Branko Čibej Director of Subversion | WANdisco | www.wandisco.com

