When I use faust -a <my.cpp> the <<includeclass>> and <<includeInstrinsic>> tags are not removed #1013
-
If I use a "null" architecture as shown in the help, these two tags DO not appear in the generated C++. But when I use my own architecture cpp file, they remain in the generated source. Any ideas what I might be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Why do you mean by a "null" architecture? |
Beta Was this translation helpful? Give feedback.
-
… On Thu, May 2, 2024 at 2:41 PM Stéphane Letz ***@***.***> wrote:
Why do you mean by *a "null" architecture*?
—
Reply to this email directly, view it on GitHub
<#1013 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAKLWQTSCHIWFQDSJLQTXLZAIX6PAVCNFSM6AAAAABHDUONKWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TEOJVGE4TO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Than I guess your architecture file is incorrect: can you share it ? |
Beta Was this translation helpful? Give feedback.
-
This one works : I simply created a new one, then added:
Then pasted your code. (no idea what happened, could not see problematic hidden character or what ever...) |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. |
Beta Was this translation helpful? Give feedback.
LOL - It was DOS line breaks - I compared yours to mine and that was the difference. Changed them all to unix 0x0A and all works. Thanks so much for the help!