grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.53k stars 319 forks source link

__packed__ undeclared identifier with the MSVC #200

Closed pierreguillot closed 6 years ago

pierreguillot commented 6 years ago

From my appveyor CI: https://ci.appveyor.com/project/pierreguillot/faust-pd/build/1.0.192#L131 __packed__ is an undeclared identifier with the MSVC (defined here https://github.com/grame-cncm/faust/blob/master-dev/compiler/generator/dsp_aux.hh#L300)

sletz commented 6 years ago

Should be fixed in https://github.com/grame-cncm/faust/commit/6ca8fae370ff64c96ca4dd1509c92fff7e26df93. Can you check ?

pierreguillot commented 6 years ago

Fixed! Thanks