I'm not sure what this `tmp0` file might be.   I don't think we generate
any files with names like that.   Where are you seeing that file being
created?   Emscripten should only write temp files to the temp directory
(e.g. `/tmp`).

cheers,
sam

On Mon, Jun 10, 2024 at 3:00 PM Grayson Clark <gclark1...@gmail.com> wrote:

> I'm trying to use tup (https://gittup.org/tup/) as my build system. Part
> of it's quirk is that it tracks input and output files from build steps.
> Because emscripten outputs a .tmp0 file during the compilation process and
> deletes it before the end of compilation, tup picks it up but errors out
> because the file doesn't exist when it goes to check it's registry.
> Of course this is more of a tup error, so no need for a "fix" here, but
> I'm wondering if there's a way to specify some control over where or how
> emscripten outputs that .tmp0 file.
> If there is, let me know! Or if anyone knows where emscripten handles that
> file in code that would also be super appreciated.
>
> --
> 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 emscripten-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/emscripten-discuss/3ee610a3-ac40-47f7-85f5-e2339332950dn%40googlegroups.com
> <https://groups.google.com/d/msgid/emscripten-discuss/3ee610a3-ac40-47f7-85f5-e2339332950dn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAL_va2-JLGobhBUc9mUpwG75W22JFNQDv5zo-rMTnfrWrvrN_g%40mail.gmail.com.

Reply via email to