-
Notifications
You must be signed in to change notification settings - Fork 36
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
Doesn't compile on Ubuntu Xenial #18
Comments
Well there's clearly an opening parenthesis missing on line 203. Not sure how the other toolchains even compiled that without errors! I'll push the fix but for now you can just add that opening parenthesis like this
|
Thanks pac-dev. Actually this was compiling directly from the Github repo. I then downloaded the release zip and WAS able to compile from there. I wonder if some automatic patching update of Juce introduced that error into the repo? (BTW : the autobuild link seems broken as well) Anyway, I'm now trying to use Protoplug in Linux. I downloaded it pre-compiled in Windows, and it works beautifully in FL Studio. And I'm really excited by it (thank you for creating it) because there's a bunch of stuff which I've wanted to do as a plugin but never got my head around writing my own VSTs. Plus Lua is much nicer than C++. So, that's awesome. But so far, I haven't got it working in Linux. I CAN load Protoplug into Ardour4, but it's just hanging with an error message "ProtoplugFiles not found!" which then hangs. If I click the "locate directory" button nothing seems to happen. I've copied the ProtoplugFiles directory into the Bin/linux directory so it's alongside the compiled .so files, but that doesn't seem to help. So where should it actually be, for the plugins to find it? Are you, yourself, successfully using Protoplug in Linux? If so, what are you hosting it in? cheers Phil |
Pierre |
OK. Thanks again. Yes, doing (should have thought of it myself) And yes, now it seems to load OK, but yes, UI is definitely broken. It opens with the promising looking text editor, but then replaces it with a black window, and nothing seems to do anything more. |
Re: other hosts. I tried installing LMMS with VST support but the most recent instructions I found refered to files that were missing. I assume that VST support isn't a priority. What are the issues of making Protoplug as something that fits LMMS's own plugin format? |
Anyways the main issue is fixed I believe so I'll close this. |
Trying to compile from source on Ubuntu Xenial and I'm getting
Any suggestions?
The text was updated successfully, but these errors were encountered: