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] Bug when saving the patch with Pd 0.48-1

2018-02-21 Thread Lucas Cordiviola
Can't reproduce the bug on Windows. (Tk 8.5.10 32bit), (Tk 8.5.19 64bit) and (Tk 8.6.8 64bit) ctl+s on-focus @ [array define x] or @ menu/put/array on focus. -- Mensaje telepatico asistido por maquinas. On 2/21/2018 4:38 PM, Pierre Guillot wrote: Hi, I don't know if anybody already

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

Re: [PD-dev] cross-compiling linus-to-windows 64 bit using automake

2018-02-21 Thread IOhannes m zmölnig
On 02/19/2018 10:42 PM, Miller Puckette wrote: > 'libtool' has a library dependency, -lmsvcrt , which breaks compilation. It > works just to delete it. > > Somehow a 32-bit version of libwinpthread-1.dll gets installed - I have to > manually replace it with a 64-bit one. could it be (as lucas