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

Build failing in Code Blocks. #15182

Closed
Rivet-the-Zombie opened this issue Feb 2, 2016 · 3 comments
Closed

Build failing in Code Blocks. #15182

Rivet-the-Zombie opened this issue Feb 2, 2016 · 3 comments
Labels
<Bug> This needs to be fixed Code: Build Issues regarding different builds and build environments

Comments

@Rivet-the-Zombie
Copy link
Member

It seems to fail for me ever since #15057 was merged.


Error log:

obj\Release\src\game.o:game.cpp:(.text+0x68e03): undefined reference to `player::rate_action_eat(item const&) const'

obj\Release\src\iexamine.o:iexamine.cpp:(.text+0x13d71): undefined reference to `player::eat(item&, bool)'

obj\Release\src\item.o:item.cpp:(.text+0xbe11): undefined reference to `player::can_eat(item const&, bool, bool) const'

obj\Release\src\item.o:item.cpp:(.text+0x26a8c): undefined reference to `player::nutrition_for(it_comest const*) const'

obj\Release\src\item.o:item.cpp:(.text+0x26af8): undefined reference to `player::nutrition_for(it_comest const*) const

@Rivet-the-Zombie Rivet-the-Zombie added <Bug> This needs to be fixed Code: Build Issues regarding different builds and build environments labels Feb 2, 2016
@macrosblackd
Copy link
Contributor

Looks like consumption.h/cpp needs to be added to the project

@chaosvolt
Copy link
Contributor

And I just got whined at by @kevingranade because I submitted a pull request after being unable to compile-test due to this issue. Glorious.

@kevingranade
Copy link
Member

kevingranade commented Feb 4, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bug> This needs to be fixed Code: Build Issues regarding different builds and build environments
Projects
None yet
Development

No branches or pull requests

4 participants