-
Notifications
You must be signed in to change notification settings - Fork 6
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 Instructions for OS X #9
Comments
@ben-albrecht , I recognize how important is this issue for the OS X users. My big problem is that I do not have any MAC near me! :( Sadly Apple products are VERY expensive here in Brazil). Maybe, @buddha314 may have more information about this.
brew install mysql Usually, it is installed in /usr/local export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH
I do not know if this can help. |
I haven't tried running the tests, only using the library. I'l see if I can give this a shot today. |
Sorry, I neglected this. I just ran make and got chpl -o ./bin/query_builder_ex ./examples/query_builder_ex.chpl -M ./src -I/usr/include/postgresql/
mv: rename /var/folders/g5/4zwyfk513hd94tjs1fm5mdq00000gn/T//chpl-buddha-80068.deleteme/query_builder_ex.tmp to ./bin/query_builder_ex: No such file or directory
make[1]: *** [/var/folders/g5/4zwyfk513hd94tjs1fm5mdq00000gn/T//chpl-buddha-80068.deleteme/query_builder_ex.tmp] Error 1
error: compiling generated source
make: *** [query_builder_ex] Error 1 However, I have been able to use it as a module recently with the option |
@ben-albrecht are you getting an error using CDO like > /Users/buddha/github/cdo/src/Cdo.chpl:1571: warning: proc returns an iterator that will be immediately converted to an array
> timedexec: target program died with signal 11, without coredump This just started for me when I did a |
I believe the errors I encountered were related to dependencies. That error looks unfamiliar to me. |
@ben-albrecht Unfortunately, I cannot help with this issue for now. I know that you get things done using a docker container. |
I think this issue should remain open until someone documents the process of getting it working on OS X. You can consider this in @buddha314's or my court though, since you don't have access to an OS X machine |
It would be good to include OS X instructions once we get it working.
Currently, I am having difficulty getting the tests to build on OS X. If I am unable to get it working, I'll document the errors in an issue.
The text was updated successfully, but these errors were encountered: