Re: Build issues on macOS [newbie]

2019-09-30 Thread Wes McKinney
Thanks for letting us know. If there are any improvements we can make to the developer documentation, please feel free to open a JIRA or a pull request to fix On Mon, Sep 30, 2019 at 8:13 AM Tarek Allam Jr. wrote: > > > Hi Wes, > > Thank you very much, that indeed fixed things and allowed me to

Re: Build issues on macOS [newbie]

2019-09-30 Thread Tarek Allam Jr .
Hi Wes, Thank you very much, that indeed fixed things and allowed me to complete a build. After running conda install --file ci/conda_env_cpp.yml I was able to get passed the above error, but then was faced with the error message akin to that found at

Re: Build issues on macOS [newbie]

2019-09-26 Thread Wes McKinney
It looks like the development toolchain dependencies in conda_env_cpp.yml aren't installed in your "main" conda environment, e.g. https://github.com/apache/arrow/blob/master/ci/conda_env_cpp.yml#L42 You can see what's installed by running "conda list" Note that most of these dependencies are

Re: Build issues on macOS [newbie]

2019-09-25 Thread Tarek Allam Jr .
Thanks for the advice Uwe and Neal. I tried your suggestion (as well as turning many of the flags to off) but then ran into other errors afterwards such as: -- Using ZSTD_ROOT: /usr/local/anaconda3/envs/main CMake Error at

Re: Build issues on macOS [newbie]

2019-09-19 Thread Uwe L. Korn
Hello Tarek, this error message is normally the one you get when CONDA_BUILD_SYSROOT doesn't point to your 10.9 SDK. Please delete your build folder again and do `export CONDA_BUILD_SYSROOT=..` immediately before running cmake. Running e.g. a conda install will sadly reset this variable to

Re: Build issues on macOS [newbie]

2019-09-19 Thread Neal Richardson
Others have different experience, but I ultimately had better luck using Homebrew for system dependencies rather than Conda. You might also want to start with more cmake flags OFF, just to keep things simpler while you work out the basic environment. Though your current error is happening before