~hp/issues#13: 
different faust llvm header name

the compiler is complaining about not finding faust/dsp/llvm-c-dsp.h. but the correct header is named faust/dsp/llvm-dsp-c.h it seems that the name changed for some reason, since the first comment line in https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/dsp/llvm-dsp-c.h /************************** BEGIN llvm-c-dsp.h **************************/ mentions the former name.

editing the include in mephisto.c has solved this issue.

Status
REPORTED
Submitter
~hp
Assigned to
~hp
Submitted
1 year, 1 month ago
Updated
1 year, 1 month ago
Labels
mephisto

~hp 1 year, 1 month ago

The header has been renamed to llvm-dsp-c.h (for naming coherency reasons accros the code base). You'll have to adopter the mephisto.lv2 source code for that.

Register here or Log in to comment, or comment via email.