-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_error.txt
More file actions
120 lines (117 loc) · 5.88 KB
/
build_error.txt
File metadata and controls
120 lines (117 loc) · 5.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
======================================================================
Z8 Coding Style Check Report
======================================================================
Files checked : 20
Errors : 0
Warnings : 4
======================================================================
[WARN] WARNINGS:
src\module\node\zlib\zlib.cpp:467: Use 'int64_t' instead of bare C type
src\module\node\zlib\zlib.cpp:479: Local raw-pointer 'dctx' should use 'p_' prefix + snake_case
src\module\node\zlib\zlib.cpp:714: Use 'int64_t' instead of bare C type
src\module\node\zlib\zlib.cpp:727: Local raw-pointer 'dctx' should use 'p_' prefix + snake_case
main.cpp
temporal_shims.cpp
console.cpp
fs.cpp
path.cpp
os.cpp
process.cpp
util.cpp
zlib.cpp
timer.cpp
Compiling...
adler32.c
compress.c
crc32.c
deflate.c
infback.c
inffast.c
inflate.c
inftrees.c
trees.c
uncompr.c
zutil.c
constants.c
context.c
dictionary.c
platform.c
shared_dictionary.c
transform.c
bit_reader.c
decode.c
huffman.c
Compiling...
prefix.c
state.c
backward_references.c
backward_references_hq.c
bit_cost.c
block_splitter.c
brotli_bit_stream.c
cluster.c
command.c
compound_dictionary.c
compress_fragment.c
compress_fragment_two_pass.c
dictionary_hash.c
encode.c
encoder_dict.c
entropy_encode.c
fast_log.c
histogram.c
literal_cost.c
memory.c
Compiling...
metablock.c
static_dict.c
static_dict_lut.c
utf8_util.c
debug.c
entropy_common.c
error_private.c
fse_decompress.c
pool.c
threading.c
xxhash.c
zstd_common.c
fse_compress.c
hist.c
huf_compress.c
zstd_compress.c
zstd_compress_literals.c
zstd_compress_sequences.c
zstd_compress_superblock.c
zstd_double_fast.c
Compiling...
zstd_fast.c
zstd_lazy.c
zstd_ldm.c
zstd_opt.c
zstdmt_compress.c
huf_decompress.c
zstd_ddict.c
zstd_decompress.c
zstd_decompress_block.c
cl.exe : cl : Command line warning D9025 : overriding '/Fobuild\' with
'/Fobuild\\static_init_dec.obj'
At D:\Z8\Z8-app\build.ps1:122 char:1
+ & cl.exe $cppFlags "/Fobuild\\static_init_dec.obj" "deps/brotli/c/dec ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (cl : Command li...c_init_dec.
obj':String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
static_init.c
cl.exe : cl : Command line warning D9025 : overriding '/Fobuild\' with
'/Fobuild\\static_init_enc.obj'
At D:\Z8\Z8-app\build.ps1:124 char:1
+ & cl.exe $cppFlags "/Fobuild\\static_init_enc.obj" "deps/brotli/c/enc ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (cl : Command li...c_init_enc.
obj':String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
static_init.c
Creating library z8.lib and object z8.exp
zstd_compress.obj : error LNK2001: unresolved external symbol ZSTD_splitBlock
z8.exe : fatal error LNK1120: 1 unresolved externals