Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild failing in Code Blocks. #15182
Comments
Rivet-the-Zombie
added
<Bug>
Code: Build
labels
Feb 2, 2016
This comment has been minimized.
This comment has been minimized.
|
Looks like consumption.h/cpp needs to be added to the project |
Coolthulhu
referenced this issue
Feb 2, 2016
Merged
Fix Codeblocks compilation and contained food #15190
Rivet-the-Zombie
closed this
in
#15190
Feb 3, 2016
This comment has been minimized.
This comment has been minimized.
|
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. |
This comment has been minimized.
This comment has been minimized.
|
That's it, you're out.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rivet-the-Zombie commentedFeb 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