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

Lastest source code pull won't make #67

Open
ly2xing opened this issue Jan 18, 2013 · 4 comments
Open

Lastest source code pull won't make #67

ly2xing opened this issue Jan 18, 2013 · 4 comments

Comments

@ly2xing
Copy link

ly2xing commented Jan 18, 2013

make clean and make results in
item.cpp: In member function 'std::string item::info(bool)':
item.cpp:282: error: 'struct it_comest' has no member named 'health'

which was apparently added in the following commit:
0062bb2

@ly2xing
Copy link
Author

ly2xing commented Jan 18, 2013

I suppose I should just add the y to the end of health eh? :P

edit:
fixed item.cpp at line 282 reveals another error on line 214 of iuse.cpp where add_msg was called directly without g->
and map.cpp line 1929 is half done.... ._.
I'll just pull from september build then... sowee to be a bother....

@Whales
Copy link
Owner

Whales commented Jan 18, 2013

Yeah, this commit was not intended to be compilable. I just wanted to commit some half-finished work before wiping my hard drive. Sorry about that.

@bakyeono
Copy link

$ sudo apt-get install build-essential libncurses5-dev
$ git clone https://github.com/Whales/Cataclysm.git
$ cd Cataclysm
$ git checkout 16331b
$ make clean
$ make
$ ./cataclysm

will do, hopefully

@thetrav
Copy link

thetrav commented Jul 13, 2013

perhaps create another branch for stable, and just keep moving it when you get a commit that builds? There's a guy on the forum also having pain with the compile

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

4 participants