Good Job! Thanks, Ariel.

On Tue, Jun 2, 2015 at 8:26 AM, chronotext <[email protected]> wrote:

> Follow-up:
>
> I have created a git repo for building Google Test for Emscripten (and a
> few other platforms...)
>
> https://github.com/arielm/chronotext-gtest
>
> HTH,
> Ariel
>
> On Saturday, May 30, 2015 at 2:53:41 AM UTC+3, chronotext wrote:
>>
>> Hi was able to build Google Test for Emscripten via cmake as follows:
>>
>> cd googletest
>> mkdir build
>> cd build
>> emcmake cmake -Dgtest_disable_pthreads=ON ..
>>
>> And then:
>> emmake make
>>
>> Note that it failed with 'cxxabi.h' file not found,  so I had to create
>> a symbolic-link
>> to ${EMSCRIPTEN_ROOT}/system/lib/libcxxabi/include/cxxabi.h
>> in ${EMSCRIPTEN_ROOT}/system/local/include
>>
>> I wonder cxxabi.h is not automatically included by Emscripten? (as it
>> seems to be properly linked into libc.bc...)
>> (FWIW: I'm on OSX, with a manual-build of Emscripten 1.32.)
>>
>> HTH
>>
>> On Thursday, May 28, 2015 at 12:26:49 PM UTC+3, raytrace wrote:
>>>
>>> Hi guys, Just want to know: is Google-Test Emscripten Port available? if
>>> not, how to integrate it in Emscripten?  Any advice would be greatly
>>> appreciated.
>>>
>>> Thanks
>>>
>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "emscripten-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/emscripten-discuss/WEYYbA29E6Y/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to