Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Alex
noted. yeah, i wasn't planning to actually make them clash :) On Wed, Feb 21, 2018 at 10:25 AM, Lucas Cordiviola wrote: > On 2/21/2018 2:47 PM, Alex wrote: > > Considering this should be a drop in replacement for the expr family, > > a clash wouldn't actually be

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Lucas Cordiviola
On 2/21/2018 2:47 PM, Alex wrote: > Considering this should be a drop in replacement for the expr family, > a clash wouldn't actually be problematic if we can define which one is > preferred, though I'm not sure if that is possible so maybe I'll just > stick with the "jit" prefix. Please try

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Alexandre Torres Porres
2018-02-21 13:50 GMT-03:00 Alex : > I have an external I've created that I've put into: > /Users/alex/Documents/Pd/externals/jit_expr/ > the binary is called "jit_expr.pd_darwin" (...) when I [declare -stdlib > jit_expr] I then fail to create [jit/expr] > On my home, linux

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Alex
Considering this should be a drop in replacement for the expr family, a clash wouldn't actually be problematic if we can define which one is preferred, though I'm not sure if that is possible so maybe I'll just stick with the "jit" prefix. I'll test out -lib later on my linux machine. On Wed,

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Lucas Cordiviola
I'm not sure but -lib might also work on linux. Mensaje telepatico asistido por maquinas. On 2/21/2018 2:39 PM, Alex wrote: [declare -lib jit_expr] worked on my osx machine. On Wed, Feb 21, 2018 at 9:27 AM, Lucas Cordiviola > wrote: Can you

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Alex
[declare -lib jit_expr] worked on my osx machine. On Wed, Feb 21, 2018 at 9:27 AM, Lucas Cordiviola wrote: > Can you try on you osx [declare -lib jit_expr] or [declare -lib > full/path/to/jit_expr]? > > I'm not sure if -stdlib is currently covering the >

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Lucas Cordiviola
Can you try on you osx [declare -lib jit_expr] or [declare -lib full/path/to/jit_expr]? I'm not sure if -stdlib is currently covering the .../documents/pd/externals/* on all platforms. see https://puredata.info/docs/faq/how-do-i-install-externals-and-help-files for the paths that -stdlib