-
Notifications
You must be signed in to change notification settings - Fork 52
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
Restore build on Linux, Mac OS #125
Comments
Added a 100$ bounty in bountysource: https://www.bountysource.com/issues/73426604-restore-build-on-linux-mac-os |
@threonin Which linux distro? Ubuntu 20.04 ok? |
I started working on this on my fork: https://github.com/jglauche/huestacean I can get it compiled now with the exception of adding an #ifdef _WIN32 on the ::LoadLibrary part of chroma.cpp. This is windows specific and I need help refactoring this. The thing I got stuck with is the linker.
|
Fun fact (I just stumbled upon this by complete accident and was curious, I have absolutely none of the necessary equipment to do a physical test for this program 😅😅): on my machine (Arch Linux, x86_64), adding |
@chilledfrogs I also tried to link it with -shared, it also segfaulted for me. |
NB to others who are trying to build Huestacean on Linux / Mac OS
Huestacean in Master currently doesn't build on any platform but Windows because I'm working on a rewrite on the Master branch directly. Please use tag v2.6 for now.
I don't intend to take PRs against 2.6 any longer, hence my not making a keeping a branch going for it.
The text was updated successfully, but these errors were encountered: