Apple ships a very old GCC (4.2). This one line change (const ref in npc_opinion constructor) is the only thing I needed to change for simply typing "make" to build a working executable on OS X using the stock GCC. (I may have necessary libraries, like curses, installed via homebrew, I didn't even check any dependencies, it just worked)
Apple ships a very old GCC (4.2). This one line change (const ref in npc_opinion constructor) is the only thing I needed to change for simply typing "make" to build a working executable on OS X using the stock GCC. (I may have necessary libraries, like curses, installed via homebrew, I didn't even check any dependencies, it just worked)