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

current git HEAD can't be compiled (gcc4.2): missing 'player_activity::player_activity(player_activity)' #51

Open
aapo opened this issue Sep 6, 2012 · 2 comments

Comments

@aapo
Copy link

aapo commented Sep 6, 2012

HEAD= cf18cea
Happens with:
sbox-arm-none-linux-gnueabi-g++ (GCC) 4.2.1

git clone https://github.com/Whales/Cataclysm.git
make
game.cpp: In member function 'void game::exam_vehicle(vehicle&, int, int, int, int)':
game.cpp:4174: error: no matching function for call to 'player_activity::player_activity(player_activity)'
pldata.h:113: note: candidates are: player_activity::player_activity(player_activity&)
@aapo
Copy link
Author

aapo commented Sep 11, 2012

Workaround: Compile with gcc4.6

@hovatterz
Copy link

kevingranade pushed a commit to kevingranade/Cataclysm that referenced this issue 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

No branches or pull requests

2 participants