We need to do proper locking between processes when generating libcxx and
other dependencies. I'm not sure how to do that properly in a
cross-platform manner though, which is why I didn't do it yet. If someone
could help out there that would be much appreciated.

- Alon



On Mon, Jan 27, 2014 at 1:57 AM, wolfviking0 <[email protected]> wrote:

> Hi,
>
> I have a python script who build my extern library in same time, for
> increase a little more the build time.
>
> Unfortunately, seems with fastcomp is not possible, when I do that I have
> an error like :
>
> Traceback (most recent call last):
>   File "/Users/aliot/Desktop/webcl/webcl-translator/emscripten/emcc", line
> 1767, in <module>
>     libfile = shared.Cache.get(name, create)
>   File
> "/Users/aliot/Desktop/webcl/webcl-translator/emscripten/tools/cache.py",
> line 36, in get
>     shutil.copyfile(creator(), cachename)
>   File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py",
> line 83, in copyfile
>     with open(dst, 'wb') as fdst:
> IOError: [Errno 2] No such file or directory:
> '/Users/aliot/.emscripten_cache/libcxx.bc'
>
> I know Emscripten is already using all the core during some pass, but
> could be useful to call two emscripten at the same time.
>
> Tony
>
> --
> 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/groups/opt_out.
>

-- 
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/groups/opt_out.

Reply via email to