Skip to content
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

Build error on macOS platform #1

Closed
cschol opened this issue Jun 26, 2021 · 1 comment
Closed

Build error on macOS platform #1

cschol opened this issue Jun 26, 2021 · 1 comment

Comments

@cschol
Copy link

cschol commented Jun 26, 2021

Build error during integration on macOS platform:

x86_64-apple-darwin17-clang++-libc++  -std=c++11 -stdlib=libc++   -fPIC -I/home/build/rack-plugin-toolchain/Rack-SDK/include -I/home/build/rack-plugin-toolchain/Rack-SDK/dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_MAC -mmacosx-version-min=10.7  -c -o build/src/Grendel.cpp.o src/Grendel.cpp
src/Grendel.cpp:6:12: error: invalid suffix 'd' on floating constant
        phase = 0.d;
                  ^
src/Grendel.cpp:7:16: error: invalid suffix 'd' on floating constant
        frequency = 1.d;
                      ^
@kockie69
Copy link
Owner

Removed the suffix d and tested plugin again on Windows. Fix uploaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants