Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Compile error with vs2013 functions.cpp #1284

Closed
WangZhechao opened this issue Nov 25, 2015 · 1 comment
Closed

Compile error with vs2013 functions.cpp #1284

WangZhechao opened this issue Nov 25, 2015 · 1 comment

Comments

@WangZhechao
Copy link

I use vs2013 compile the project, I always make some mistakes when I build it。

example:

 libsass\src\functions.cpp(1176) : error C2065: 'distributed' : undeclared identifier
 libsass\src\functions.cpp(1176) : error C2061: syntax error : identifier 'uint_fast32_t'

I tried to fix the error:

functions.cpp file

#include <cstdint>   <= add it
#include <cstdlib>
#include <cmath>
#include <cctype>

it is ok!

@xzyfer
Copy link
Contributor

xzyfer commented Nov 28, 2015

Thanks for the report @WangZhechao. This is a known issue in the latest LibSass release - sass/libsass#1719

Whether they/we continue to support VS 2013 is an open question. Please comment there if that is something you require.

We should update our readme to mention we require VS 2015 now.

@xzyfer xzyfer closed this as completed Nov 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants