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

Setup.cpp:189:5: error: OSX 10.12.5 Pd-0.48-0-test1 #147

Closed
megrimm opened this issue Jul 19, 2017 · 4 comments
Closed

Setup.cpp:189:5: error: OSX 10.12.5 Pd-0.48-0-test1 #147

megrimm opened this issue Jul 19, 2017 · 4 comments

Comments

@megrimm
Copy link
Contributor

megrimm commented Jul 19, 2017

Compiling against new test Pd-0.48-0-test1 on OSX 10.12.5 using wiki instructions (https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-(10.12)) I get error that I have seen for first time:

clang: warning: optimization flag '-falign-loops' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-functions' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-jumps' is not supported [-Wignored-optimization-argument]
Setup.cpp:189:5: error: use of undeclared identifier 'sys_searchpath'
sys_searchpath = namelist_append(sys_searchpath, mypath, 0);
^
Setup.cpp:189:38: error: use of undeclared identifier 'sys_searchpath'
sys_searchpath = namelist_append(sys_searchpath, mypath, 0);
^
2 errors generated.
make[3]: *** [libGem_la-Setup.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

@umlaeute
Copy link
Owner

afaict, this has been fixed with pure-data/pure-data@c34380a (and thus in the upcoming Pd-0.48-0-test2)

@umlaeute
Copy link
Owner

pure-data/pure-data@c34380a only fixed ABI compatibility, but not API compatibility, so the build still fails.

@umlaeute umlaeute reopened this Jul 20, 2017
@megrimm
Copy link
Contributor Author

megrimm commented Aug 25, 2017

i just compiled with your recent changes to Setup.cpp and all seems to compile fine. so this is resolved no?

@umlaeute
Copy link
Owner

kind of; but i would like to submit an even better solution to the problem...

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