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

Comments

Projects
None yet
4 participants
@Rivet-the-Zombie
Copy link
Member

commented Feb 2, 2016

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

@macrosblackd

This comment has been minimized.

Copy link
Contributor

commented Feb 2, 2016

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

@chaosvolt

This comment has been minimized.

Copy link
Contributor

commented Feb 3, 2016

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

This comment has been minimized.

Copy link
Member

commented Feb 4, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.