Re: [PD] ceammc error on windows

2021-02-12 Thread Lucas Cordiviola
Just to chime in I had installed: ~~~ ceammc[v0.9.1](Windows-amd64-32)(Windows-amd64-None).dek     Uploaded by anadjarov @ 2020-12-31 15:08:39 ~~~ and [declare -lib ceammc] works for me. Win10. Pd 0.51-4 (I also have msys2 installed but the dlls are invisible to Windows or Pd. msys2 dlls are

Re: [PD] ceammc error on windows

2021-02-12 Thread Christof Ressi
which version is yours ? The most recent one on Deken. On 12.02.2021 15:51, oliver wrote: Christof Ressi wrote: I have msys2 installed, but I temporarily renamed it. I've checked the Pd external with Dependency Walker and the symbol you're missing is really present in the bundled

Re: [PD] ceammc error on windows

2021-02-12 Thread oliver
Christof Ressi wrote: I have msys2 installed, but I temporarily renamed it. I've checked the Pd external with Dependency Walker and the symbol you're missing is really present in the bundled stdlibc++-6.dll, so I have no idea what is going on your side... ok, a little closer now i fiddled

Re: [PD] ceammc error on windows

2021-02-12 Thread Christof Ressi
I have msys2 installed, but I temporarily renamed it. I've checked the Pd external with Dependency Walker and the symbol you're missing is really present in the bundled stdlibc++-6.dll, so I have no idea what is going on your side... On 12.02.2021 14:55, oliver wrote: Christof Ressi wrote:

Re: [PD] ceammc error on windows

2021-02-12 Thread oliver
Christof Ressi wrote: I had a look at the deken package. The 32-bit version is missing lots of libraries and consequently doesn't load. The 64-bit version, however, looks ok and it loads just fine (Windows 7) that's strange. it's not the first time you write this. do you have a special

Re: [PD] ceammc error on windows

2021-02-12 Thread Christof Ressi
I had a look at the deken package. The 32-bit version is missing lots of libraries and consequently doesn't load. The 64-bit version, however, looks ok and it loads just fine (Windows 7) Are you running 32-bit or 64-bit Pd? You only wrote: WIN 7 / 64bit For me that reads you're on 64-bit

Re: [PD] ceammc error on windows (was: list item picker widget)

2021-02-12 Thread Christof Ressi
? You probably wanted to link to a different issue ;-) On 12.02.2021 13:48, Alexandre Torres Porres wrote: hmm, knwn issue https://github.com/uliss/pure-data/issues/71 Em sex., 12 de fev. de 2021 às 09:46, Alexandre Torres Porres

Re: [PD] ceammc error on windows

2021-02-12 Thread oliver
Christof Ressi wrote: That's because they apparently dynamically link against libstdc++ (and probably also libgcc) but don't ship the DLL next to the external. That's a common problem with MinGW based software written in C++. actually those libraries are included in the ceammc folder, i'm

Re: [PD] ceammc error on windows (was: list item picker widget)

2021-02-12 Thread Alexandre Torres Porres
hmm, knwn issue https://github.com/uliss/pure-data/issues/71 Em sex., 12 de fev. de 2021 às 09:46, Alexandre Torres Porres < por...@gmail.com> escreveu: > Em sex., 12 de fev. de 2021 às 08:51, Christof Ressi < > i...@christofressi.com> escreveu: > >> (Maybe they already say that, but the person

Re: [PD] ceammc error on windows (was: list item picker widget)

2021-02-12 Thread Alexandre Torres Porres
Em sex., 12 de fev. de 2021 às 08:51, Christof Ressi escreveu: > (Maybe they already say that, but the person who uploaded the package > didn't read it :-) > pretty sure the developers uploaded it, anyway, bug reports: https://github.com/uliss/pure-data/issues

Re: [PD] ceammc error on windows (was: list item picker widget)

2021-02-12 Thread Christof Ressi
That's because they apparently dynamically link against libstdc++ (and probably also libgcc) but don't ship the DLL next to the external. That's a common problem with MinGW based software written in C++. You can't assume that those libraries are present on the users system. You either have to

[PD] ceammc error on windows (was: list item picker widget)

2021-02-12 Thread oliver
Alexandre Torres Porres wrote: Em qui., 11 de fev. de 2021 às 21:04, Alexandre Torres Porres mailto:por...@gmail.com>> escreveu:  Maybe ceammc has one as it has an unbeatable/extraordinary GUI pack  yeah, ui.menu :) hi, on my machine i can't seem to load the CEAMMC library WIN 7 /

Re: [PD] list item picker widget

2021-02-12 Thread Roman Haefeli
On Fri, 2021-02-12 at 09:44 +0100, João Pais wrote: > > > you mean something like [jmmmp/jp.menu]? > > Exactly. Thanks for the pointer. That's definitely what I was > > looking > > for. Picking something can be done really quick, which is nice. One > > small caveat: I personally find it confusing,

Re: [PD] list item picker widget

2021-02-12 Thread João Pais
you mean something like [jmmmp/jp.menu]? Exactly. Thanks for the pointer. That's definitely what I was looking for. Picking something can be done really quick, which is nice. One small caveat: I personally find it confusing, when the drop-down covers the selected item. I'd place the drop-down

Re: [PD] list item picker widget

2021-02-12 Thread João Pais
It's possible to build one with data structures. There may be one from me or others on the pd forum. But it's really a pain to build. I'm not even so worried about the pain of building, but about how you can make something that feels good and intuitive to use given the limited HID data you get