-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't make it work #2
Comments
I'm not totally sure but we've had some trouble lately because of some llvm updates. I should get back to finishing this project soon.... Sorry. Anyways: There is more info here https://scsynth.org/t/wip-faustgen-a-ugen-for-interpreting-faust-code/4029/34?u=madskjeldgaard Try again with latest version of Faust built from master-dev branch and run |
Still not working, faust rebuilt from master-dev with all the backends |
Damn. What's the output of On mine (Arch Linux) it's:
Once this whole project is done I will setup prebuilt versions like in my other plugin repos FYI. |
The output is almost the same:
Don't worry I just wanted to give it a try. |
Maybe the Ubuntu llvm is a bit too old? Honestly not sure though |
The missing symbol seems to be from faust Edit: If it shows a dlopen error it should be a searching for a dynamic library, but is not linked to the faust library:
|
Hi
I'm trying it built it on Ubuntu but I can't compile it properly, the server gives me this error:
for _supernova and _scsynth.so, booth. I used this command to configure the build:
I had to use llvm_dir because it was detecting both llvm 6 and llvm 10 in different steps. The output is:
There is one path that catches my attention :
/home/xyz/.local/share/SuperCollider/Extensions/lib
it is not in the install manifest which is:I don't know what I'm doing wrong, the faust library seems to be missing, I have it installed but nevertheless the build does compile a static version for the .so, right?
The text was updated successfully, but these errors were encountered: