<div dir="ltr">I did check out the emscripten branch.<div>I got both web and standalone apps working, but I need to do `make realclean` before every build. For example, after I build the standalone app, then to build the web app, I need to run `make realclean` which erases all build files, otherwise I get the error <br></div><div>"<b>cc  -Wl,--export-dynamic  -shared -fPIC -o "libdir.pd_linux" "libdir.o"   -lc</b></div><b>libdir.o: file not recognized: file format not recognized<br>collect2: error: ld returned 1 exit status</b>"<div><br></div><div>Is this the expected behavior?</div><div>If that is the case, then I have both the web app and the standalone app setup correctly.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 5, 2021 at 11:16 PM Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com">jon.w.wilkes@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Apr 5, 2021 at 11:42 AM Rukshan J. Senanayaka<br>
<<a href="mailto:rjsenanayaka@gmail.com" target="_blank">rjsenanayaka@gmail.com</a>> wrote:<br>
><br>
> Hello Akash,<br>
><br>
> Thank you very much for the reply.<br>
> I've tried these codes for the original repo and the web app works.<br>
><br>
> But in order to contribute, according to the guidelines in <a href="https://git.purrdata.net/jwilkes/purr-data/-/tree/emscripten#contributor-guide" rel="noreferrer" target="_blank">https://git.purrdata.net/jwilkes/purr-data/-/tree/emscripten#contributor-guide</a>, we are expected to fork the repo. When forking, the built files inside "/purr-data/emscripten/build" are removed and only the "Makefile" remains. How can I solve this? I tried executing `make` command, but it gives me an error "make: *** No rule to make target 'purr-data', needed by 'build'.  Stop.".<br>
><br>
> Is it okey to directly clone the "<a href="https://git.purrdata.net/jwilkes/purr-data" rel="noreferrer" target="_blank">https://git.purrdata.net/jwilkes/purr-data</a>" repo without forking?<br>
<br>
Follow all the steps for forking on Gitlab. Then when you've got a<br>
local copy of the code, make sure to check out the "emscripten"<br>
branch.<br>
<br>
Hope that helps,<br>
Jonathan<br>
_______________________________________________<br>
L2Ork-dev mailing list<br>
<a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
<a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a></blockquote></div>