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

Compile failure on macOS platform #1

Closed
cschol opened this issue Jul 1, 2023 · 0 comments
Closed

Compile failure on macOS platform #1

cschol opened this issue Jul 1, 2023 · 0 comments

Comments

@cschol
Copy link

cschol commented Jul 1, 2023

Cross-compilation with the Rack Plugin Toolchain fails on macOS platform:

src/Regex/Regex.cpp:32:41: error: reference to 'string' is ambiguous                                                                                       
                configSwitch(PARAM_MODE + i, 0, 1, 0, string::f("Mode %d", i + 1), {"Clock", "Pitch"});                                                    
                                                      ^                                                                                                    
src/Regex/../plugin.hpp:8:15: note: candidate found by name lookup is 'string'                                                                             
using                           std::string;                                                                                                               
                                     ^                                                                                                                     
/home/build/rack-plugin-toolchain/Rack-SDK-mac-x64/include/string.hpp:10:11: note: candidate found by name lookup is 'rack::string'                        
namespace string {                                                                                                                                         
          ^                                                         
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

1 participant