[L2Ork-dev] Purr Data Build Support Group (Hugo Carvalho)

Jonathan Wilkes jon.w.wilkes at gmail.com
Fri May 15 17:25:48 EDT 2020


On Fri, May 15, 2020 at 3:03 PM Hugo Carvalho <hugonvsc at gmail.com> wrote:
>
> Hi,
>
> Thank you Jonathan for this very helpful build guide. As I've to build PurrData before this e-mail I followed repo's Build Guide, but I double-check with the e-mail tips, especially the .bin file which it's not described at the repository.
>
> While build I got some errors with my environment dependencies even after I installed the listed ones. I'm using Debian 10 and some packages had changed their names:
>
> - slv2-jack-> liblilv-0-0
> - libgsl0-dev -> libgsl-dev
> - libslv2-dev-> liblilv-0-0
>
> I've also don't have installed rsync. After installing these new packages I successfully built the project. After that I noticed new untracked files on my git status. Should I keep, remove, or just ignore them?

Another unfortunate property of the build system is that it sprays
various build files all over the repo.

As a consequence I only ever do "git add specific_file1", "git add
specific_file2", etc. (Plus using wildcards where
it makes sense like "git add *.png" or whatever.)

Otherwise it is easy to accidentally commit a bunch of the build cruft.

There may be a better way to handle these untracked files (without
touching the build system) but that's what I currently
do as a workaround.

-Jonathan

>
> I'm already working on issue #583, but as it's a patch for .pd file I'm looking for more information.
>
> Best,
>
> Hugo
>
>
>
>
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev


More information about the L2Ork-dev mailing list