volcoma / EtherealEngine

C++ Game Engine and Editor
BSD 2-Clause "Simplified" License
970 stars 159 forks source link

Compiler turn on Error C1083 #9

Closed zhouxs1023 closed 7 years ago

zhouxs1023 commented 7 years ago

I use win7+ vs2015 compiler EtherealEngine to turn on " Cannot open include file: 'boost/preprocessor/debug/error.hpp': No such file or directory"

error pls help me how to deal with these errors? Tks

volcoma commented 7 years ago

Lol it seems an error of my end. I guess due to the the .gitignore file the whole debug dir didn't get commited. Will fix it asap

volcoma commented 7 years ago

I have fixed it in the latest commit. :). If there are more issues please don't hesitate to write them. I guess this issue has been like this for quite a while.

volcoma commented 7 years ago

Can you tell me if you were able to compile so that I can close this.

zhouxs1023 commented 7 years ago

I get latest source to compile, but turn on error C1083 in X86/X32.h as below:

error

volcoma commented 7 years ago

Yet another issue with .gitignore. I fixed it and you can try again :) sorry :)

zhouxs1023 commented 7 years ago

Compile successfully,Thanks for your help, this project is very cool!