Oh, you are not supposed to run both cmake and configure, those are
mutually exclusive. Just run cmake. Also, I'm not sure what the difference
is between gmake and make, but I'm fairly sure the makefiles that cmake
generates are supposed to be built with standard make.
On Jan 29, 2015 9:32 AM, "Cyrille Duret" <[email protected]> wrote:

> What I have done so far :
>
> $ git clone https://github.com/kripken/emscripten-fastcomp
>
> $ cd emscripten-fastcomp
> $ git clone https://github.com/kripken/emscripten-fastcomp-clang tools/clang
>
> $ mkdir build
> $ cd build
>
> $ cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86;JSBackend" 
> -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF 
> -DCLANG_INCLUDE_EXAMPLES=OFF -DCLANG_INCLUDE_TESTS=OFF
> output : http://pastebin.com/05NyLhRm
>
> $ ../configure --enable-optimized --disable-assertions 
> --enable-targets=host,js
> output : http://pastebin.com/7LT4m2xd
>
> $ gmake
> output : http://pastebin.com/aFkPtGtR
>
>
> Le mercredi 28 janvier 2015 18:39:58 UTC+1, jj a écrit :
>>
>> Hmm, have not seen this one before. Did you do something special to run
>> with gmake? How did you configure?
>>
>  --
> 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.
>

-- 
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