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

One line fix for building on OS X #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tinyogre
Copy link

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)

@PhilHarnish
Copy link

This was the only change I had to make as well. Thanks!

@cwc
Copy link

cwc commented Jun 21, 2012

👍 Fixed the build for me as well.

kevingranade pushed a commit to kevingranade/Cataclysm that referenced this pull request Feb 20, 2013
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

Successfully merging this pull request may close these issues.

3 participants