I'm running Mac OSX 10.9.2 (Mavericks) and I use Xcode 5.1.
I've been doing tons of researching into how to properly include Boost files in my program, but I simply can't do it. I currently have boost saved at /usr/local/include/boost/. Whenever I tried to include boost files, it either doesn't compile, or it can't find the file, or if it does find the file, it collides with some other file that already exists (that's what it seems like to me). Can someone please provide a detailed explanation of how to do this properly and preferably provide a code snippet of some sort? Please include several different boost files (i.e., ones that exist at the top level of the boost directory, but also those that exist within subdirectories, like algorithm files).