Re: PureVST: undefined symbol : s_float
Alexandros Drymonitis <[email protected]> Tue, 28 Apr 2026 21:44:19 +0300
| Newsgroups | gmane.comp.multimedia.puredata.general |
|---|---|
| Message-ID | <[email protected]> |
On 4/28/26 21:41, Miller Puckette via Pd-list wrote:
> s_float is defined in Pd (which is single threaded) but not in libpd
> when it's compiled for multi-threading, as it has to be for purevst to
> work. In place of s_float, the extern can use gensym("float") to
> circumvent the problem. That will require recompiling the extern.
So the following line:
```
x->x_epoch_out = outlet_new(&x->x_obj, &s_float);
```
should change to this?
```
x->x_epoch_out = outlet_new(&x->x_obj, gensym("float"));
```
---
[email protected] - the Pure Data mailinglist
https://lists.iem.at/hyperkitty/list/[email protected]/message/RAJJDVIZ3AO5NRJ6PKYJYDH6YDI2ZDAC/
To unsubscribe send an email to [email protected] mailing list
UNSUBSCRIBE and account-management -> https://lists.iem.at/