-
Notifications
You must be signed in to change notification settings - Fork 229
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
Installation error #316
Comments
sry @Montesdodgers13 I tried a lot but failed to fix it. |
@VignesViji Name of the module?? |
@VignesViji could you share the other module please? 😭 |
@irajashekarb if you still need a similar module: JIMP seems to work very similar |
see last comment - #306 |
lwip module is not able to install can anyone fix this |
@krishnakakade1999 Note: Installation of this module involves compiling native code. If npm install lwip failes, you probably need to setup your system. See instructions(https://github.com/nodejs/node-gyp#installation). Building on Windows with Visual Studio requires version 2013 or higher. |
H:\npm>npm install lwip
npm WARN deprecated [email protected]: This package is discontinued. Use lodash@^4.0.0.
H:\npm\node_modules\lwip>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
init.cpp
util.cpp
buffer_worker.cpp
jpeg_decoder.cpp
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'const double' of greater size (compiling source file ..\src\decoder\init.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxproj
]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\decoder\buffer_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_decode
r.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'const doublgreater size (compiling source file ..\src\decoder\init.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\decoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\decoder\jpeg_decoder.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder
.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'const doublgreater size (compiling source file ..\src\decoder\buffer_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxp
roj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\decoder\buffer_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\decoder\util.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxproj
]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'double' ofgreater size (compiling source file ..\src\decoder\jpeg_decoder.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxpr
oj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\decoder\jpeg_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\decoder\util.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\decoder\util.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\decoder\util.cpp)
h:\npm\node_modules\nan\nan_new.h(208): warning C4244: 'argument': conversion from 'std::size_t' to 'double', possible
loss of data (compiling source file ..\src\decoder\buffer_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxp
roj]
..\src\decoder\buffer_worker.cpp(61): note: see reference to function template instantiation 'v8::Localv8::Number N
an::Newv8::Number,std::size_t(std::A0)' being compiled
with
[
A0=std::size_t
]
png_decoder.cpp
gif_decoder.cpp
win_delay_load_hook.cc
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'const double' of greater size (compiling source file ..\src\decoder\gif_decoder.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.
vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\decoder\png_decoder.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.
vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'double' ofgreater size (compiling source file ..\src\decoder\gif_decoder.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxpro
j]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\decoder\gif_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\decoder\png_decoder.cpp) [H:\npm\node_modules\lwip\build\lwip_decoder.vcxpro
j]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\decoder\png_decoder.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\decoder\png_decoder.cpp)
jmemnobs.c
jcomapi.c
jdapimin.c
jdapistd.c
jdatadst.c
jdatasrc.c
jdcoefct.c
jdcolor.c
jddctmgr.c
jdhuff.c
jdinput.c
jdmainct.c
jdmarker.c
jdmaster.c
jdpostct.c
jdsample.c
jerror.c
jfdctflt.c
jfdctfst.c
jfdctint.c
jidctflt.c
jidctfst.c
jidctint.c
jutils.c
jmemmgr.c
jdarith.c
jdmerge.c
jaricom.c
jquant1.c
jquant2.c
png.c
pngset.c
pngget.c
pngrutil.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\png.c) [H:\npm\node_modules
lwip\build\lwip_decoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngset.c) [H:\npm\node_modul
es\lwip\build\lwip_decoder.vcxproj]
pngtrans.c
pngread.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngget.c) [H:\npm\node_modul
es\lwip\build\lwip_decoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngrutil.c) [H:\npm\node_mod
ules\lwip\build\lwip_decoder.vcxproj]
pngwrite.c
pngrio.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngtrans.c) [H:\npm\node_mod
ules\lwip\build\lwip_decoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngread.c) [H:\npm\node_modu
les\lwip\build\lwip_decoder.vcxproj]
pngrtran.c
pngmem.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngwrite.c) [H:\npm\node_mod
ules\lwip\build\lwip_decoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngrio.c) [H:\npm\node_modul
es\lwip\build\lwip_decoder.vcxproj]
pngerror.c
pngpread.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngrtran.c) [H:\npm\node_mod
ules\lwip\build\lwip_decoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngmem.c) [H:\npm\node_modul
es\lwip\build\lwip_decoder.vcxproj]
adler32.c
crc32.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngerror.c) [H:\npm\node_mod
ules\lwip\build\lwip_decoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngpread.c) [H:\npm\node_mod
ules\lwip\build\lwip_decoder.vcxproj]
gzlib.c
gzread.c
infback.c
inflate.c
inftrees.c
inffast.c
uncompr.c
zutil.c
trees.c
dgif_lib.c
gif_err.c
..\src\lib\gif\dgif_lib.c(379): warning C4018: '<': signed/unsigned mismatch [H:\npm\node_modules\lwip\build\lwip_decod
er.vcxproj]
gifalloc.c
init.cpp
jpeg_worker.cpp
png_worker.cpp
gif_worker.cpp
..\src\encoder\init.cpp(10): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data [
H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj]
..\src\encoder\init.cpp(30): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data [
H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj]
..\src\encoder\init.cpp(67): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data [
H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj]
..\src\encoder\init.cpp(68): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data [
H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj]
..\src\encoder\init.cpp(71): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data [
H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'const double' of greater size (compiling source file ..\src\encoder\jpeg_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.
vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\encoder\png_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.v
cxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'const doublgreater size (compiling source file ..\src\encoder\jpeg_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.vcxpro
j]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\encoder\init.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj
]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\encoder\jpeg_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'const doublgreater size (compiling source file ..\src\encoder\png_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj
]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\encoder\png_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\encoder\gif_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.v
cxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'double' ofgreater size (compiling source file ..\src\encoder\init.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\encoder\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\encoder\gif_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_encoder.vcxproj
]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\encoder\gif_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\encoder\gif_worker.cpp)
win_delay_load_hook.cc
jdatadst.c
jmemnobs.c
jcomapi.c
jerror.c
jfdctflt.c
jfdctfst.c
jfdctint.c
jidctflt.c
jidctfst.c
jidctint.c
jutils.c
jmemmgr.c
jaricom.c
jquant1.c
jquant2.c
jcapimin.c
jcapistd.c
jccoefct.c
jccolor.c
jcdctmgr.c
jchuff.c
jcinit.c
jcmainct.c
jcmarker.c
jcmaster.c
jcparam.c
jcprepct.c
jcsample.c
jcarith.c
png.c
pngset.c
pngget.c
pngtrans.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\png.c) [H:\npm\node_modules
lwip\build\lwip_encoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngset.c) [H:\npm\node_modul
es\lwip\build\lwip_encoder.vcxproj]
pngmem.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngget.c) [H:\npm\node_modul
es\lwip\build\lwip_encoder.vcxproj]
pngerror.c
pngread.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngtrans.c) [H:\npm\node_mod
ules\lwip\build\lwip_encoder.vcxproj]
pngwrite.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngmem.c) [H:\npm\node_modul
es\lwip\build\lwip_encoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngread.c) [H:\npm\node_modu
les\lwip\build\lwip_encoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngerror.c) [H:\npm\node_mod
ules\lwip\build\lwip_encoder.vcxproj]
pngwutil.c
pngwio.c
pngwtran.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngwrite.c) [H:\npm\node_mod
ules\lwip\build\lwip_encoder.vcxproj]
adler32.c
crc32.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngwutil.c) [H:\npm\node_mod
ules\lwip\build\lwip_encoder.vcxproj]
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngwio.c) [H:\npm\node_modul
es\lwip\build\lwip_encoder.vcxproj]
gzlib.c
zutil.c
h:\npm\node_modules\lwip\src\lib\png\pngpriv.h(806): fatal error C1189: #error: ZLIB_VERNUM != PNG_ZLIB_VERNUM "
-I (include path) error: see the notes in pngpriv.h" (compiling source file ..\src\lib\png\pngwtran.c) [H:\npm\node_mod
ules\lwip\build\lwip_encoder.vcxproj]
gzwrite.c
compress.c
deflate.c
trees.c
egif_lib.c
gif_err.c
gifalloc.c
..\src\lib\gif\egif_lib.c(473): warning C4028: formal parameter 2 different from declaration [H:\npm\node_modules\lwip
build\lwip_encoder.vcxproj]
..\src\lib\gif\egif_lib.c(878): warning C4028: formal parameter 3 different from declaration [H:\npm\node_modules\lwip
build\lwip_encoder.vcxproj]
..\src\lib\gif\egif_lib.c(966): warning C4028: formal parameter 2 different from declaration [H:\npm\node_modules\lwip
build\lwip_encoder.vcxproj]
gif_hash.c
quantize.c
..\src\lib\gif\quantize.c(132): warning C4018: '<': signed/unsigned mismatch [H:\npm\node_modules\lwip\build\lwip_encod
er.vcxproj]
..\src\lib\gif\quantize.c(141): warning C4018: '<': signed/unsigned mismatch [H:\npm\node_modules\lwip\build\lwip_encod
er.vcxproj]
..\src\lib\gif\quantize.c(152): warning C4244: '=': conversion from 'long' to 'GifByteType', possible loss of data [H:
npm\node_modules\lwip\build\lwip_encoder.vcxproj]
..\src\lib\gif\quantize.c(153): warning C4244: '=': conversion from 'long' to 'GifByteType', possible loss of data [H:
npm\node_modules\lwip\build\lwip_encoder.vcxproj]
..\src\lib\gif\quantize.c(154): warning C4244: '=': conversion from 'long' to 'GifByteType', possible loss of data [H:
npm\node_modules\lwip\build\lwip_encoder.vcxproj]
init.cpp
image.cpp
resize_worker.cpp
rotate_worker.cpp
..\src\image\image.cpp(53): warning C4244: 'initializing': conversion from 'double' to 'std::size_t', possible loss of
data [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\image.cpp(54): warning C4244: 'initializing': conversion from 'double' to 'std::size_t', possible loss of
data [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\image.cpp(118): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data [
H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'const double' of greater size (compiling source file ..\src\image\init.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\image\rotate_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vc
xproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'const doublgreater size (compiling source file ..\src\image\init.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\init.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\image\image.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'double' ofe' of greater size (compiling source file ..\src\image\resize_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vc
xproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\rotate_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\rotate_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'double' ofgreater size (compiling source file ..\src\image\image.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\image.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\resize_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\resize_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\resize_worker.cpp)
blur_worker.cpp
crop_worker.cpp
mirror_worker.cpp
pad_worker.cpp
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'const double' of greater size (compiling source file ..\src\image\mirror_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vc
xproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\image\blur_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxp
roj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'const double' of greater size (compiling source file ..\src\image\pad_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxpr
oj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\image\crop_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxp
roj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg const ,const char const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'double' ofgreater size (compiling source file ..\src\image\blur_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\blur_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\mirror_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\mirror_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'double' ofgreater size (compiling source file ..\src\image\pad_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\pad_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\crop_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\crop_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\crop_worker.cpp)
sharpen_worker.cpp
hsla_worker.cpp
opacify_worker.cpp
paste_worker.cpp
..\src\image\hsla_worker.cpp(31): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [H:\n
pm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\hsla_worker.cpp(37): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [H:\n
pm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\hsla_worker.cpp(43): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [H:\n
pm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\hsla_worker.cpp(70): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of
data [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\hsla_worker.cpp(71): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of
data [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\hsla_worker.cpp(72): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of
data [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\paste_worker.cpp(24): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of
data [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
..\src\image\paste_worker.cpp(25): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of
data [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'const double' of greater size (compiling source file ..\src\image\paste_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcx
proj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
e' of greater size (compiling source file ..\src\image\opacify_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.v
cxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'double' ofe' of greater size (compiling source file ..\src\image\hsla_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxp
roj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\paste_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\paste_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
': zero extending 'unsigned long' to 'double' of': zero extending 'unsigned long' to 'double' ofgreater size (compiling source file ..\src\image\opacify_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj
]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\opacify_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\hsla_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\hsla_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'double' ofe' of greater size (compiling source file ..\src\image\sharpen_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.v
cxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\sharpen_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxproj
]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\sharpen_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\sharpen_worker.cpp)
setpixel_worker.cpp
win_delay_load_hook.cc
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14673): warning C4319: '
': zero extending 'unsigned long' to 'const doubl': zero extending 'unsigned long' to 'double' ofe' of greater size (compiling source file ..\src\image\setpixel_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.
vcxproj]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14067): note: while compiling class template member function 'unsigned i
nt cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' (compiling source file ..\src
\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14040): note: see reference to function template instantiation 'unsigned
int cimg_library::CImg::_cimg_math_parser::compile(char *,char *,unsigned int *)' being compiled (compiling s
ource file ..\src\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17489): note: see reference to class template instantiation 'cimg_librar
y::CImg::_cimg_math_parser' being compiled (compiling source file ..\src\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17478): note: while compiling class template member function 'double cim
g_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const do
uble,const double) const' (compiling source file ..\src\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(17474): note: see reference to function template instantiation 'double c
img_library::CImg::_eval(cimg_library::CImg *const ,const char *const ,const double,const double,const
double,const double) const' being compiled (compiling source file ..\src\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(29155): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(51300): note: see reference to class template instantiation 'cimg_librar
y::CImg' being compiled (compiling source file ..\src\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15385): warning C4319: '
greater size (compiling source file ..\src\image\setpixel_worker.cpp) [H:\npm\node_modules\lwip\build\lwip_image.vcxpro
j]
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(15384): note: while compiling class template member function 'double cim
g_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' (compiling
source file ..\src\image\setpixel_worker.cpp)
H:\npm\node_modules\lwip\src\lib\cimg\CImg.h(14674): note: see reference to function template instantiation 'double c
img_library::CImg::_cimg_math_parser::mp_bitwise_not(cimg_library::CImg::_cimg_math_parser &)' being co
mpiled (compiling source file ..\src\image\setpixel_worker.cpp)
Creating library H:\npm\node_modules\lwip\build\Release\lwip_image.lib and object H:\npm\node_modules\lwip\build\R
elease\lwip_image.exp
Generating code
All 627 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
lwip_image.vcxproj -> H:\npm\node_modules\lwip\build\Release\lwip_image.node
lwip_image.vcxproj -> H:\npm\node_modules\lwip\build\Release\lwip_image.pdb (Full PDB)
gyp ERR! build error
gyp ERR! stack Error:
C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe
failed with exit code: 1gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:160:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
gyp ERR! System Windows_NT 10.0.16299
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd H:\npm\node_modules\lwip
gyp ERR! node -v v9.5.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm WARN enoent ENOENT: no such file or directory, open 'H:\npm\package.json'
npm WARN npm No description
npm WARN npm No repository field.
npm WARN npm No README data
npm WARN npm No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\vignesviji\AppData\Roaming\npm-cache_logs\2018-03-15T10_52_36_864Z-debug.log
getting error like this ?
how to fix this?
The text was updated successfully, but these errors were encountered: