View difference between Paste ID: BXCJ16dB and RBJpRG4f
SHOW: | | - or go back to the newest paste.
1
8bitp@8bitpsvmpc /c
2
$ cd /c/Anime-CPUMiner-master/
3
4
8bitp@8bitpsvmpc /c/Anime-CPUMiner-master
5
$ ./autogen.sh
6
configure.ac:15: installing `./compile'
7
configure.ac:4: installing `./config.guess'
8
configure.ac:4: installing `./config.sub'
9
configure.ac:6: installing `./install-sh'
10
configure.ac:6: installing `./missing'
11
compat/jansson/Makefile.am: installing `./depcomp'
12
Makefile.am: installing `./INSTALL'
13
14
8bitp@8bitpsvmpc /c/Anime-CPUMiner-master
15
$ ./configure CFLAGS="-O3"
16
checking build system type... i686-pc-mingw32
17
checking host system type... i686-pc-mingw32
18
checking target system type... i686-pc-mingw32
19
checking for a BSD-compatible install... /bin/install -c
20
checking whether build environment is sane... yes
21
checking for a thread-safe mkdir -p... /bin/mkdir -p
22
checking for gawk... gawk
23
checking whether make sets $(MAKE)... yes
24
checking whether to enable maintainer-specific portions of Makefiles... no
25
checking for style of include used by make... GNU
26
checking for gcc... gcc
27
checking whether the C compiler works... yes
28
checking for C compiler default output file name... a.exe
29
checking for suffix of executables... .exe
30
checking whether we are cross compiling... no
31
checking for suffix of object files... o
32
checking whether we are using the GNU C compiler... yes
33
checking whether gcc accepts -g... yes
34
checking for gcc option to accept ISO C89... none needed
35
checking dependency style of gcc... gcc3
36
checking for gcc option to accept ISO C99... -std=gnu99
37
checking how to run the C preprocessor... gcc -std=gnu99 -E
38
checking for grep that handles long lines and -e... /bin/grep
39
checking for egrep... /bin/grep -E
40
checking whether gcc -std=gnu99 needs -traditional... no
41
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
42
checking dependency style of gcc -std=gnu99... gcc3
43
checking for ranlib... ranlib
44
checking for ANSI C header files... yes
45
checking for sys/types.h... yes
46
checking for sys/stat.h... yes
47
checking for stdlib.h... yes
48
checking for string.h... yes
49
checking for memory.h... yes
50
checking for strings.h... yes
51
checking for inttypes.h... no
52
checking for stdint.h... no
53
checking for unistd.h... yes
54
checking sys/endian.h usability... no
55
checking sys/endian.h presence... no
56
checking for sys/endian.h... no
57
checking sys/param.h usability... yes
58
checking sys/param.h presence... yes
59
checking for sys/param.h... yes
60
checking syslog.h usability... yes
61
checking syslog.h presence... yes
62
checking for syslog.h... yes
63
checking for sys/sysctl.h... no
64
checking whether be32dec is declared... no
65
checking whether le32dec is declared... no
66
checking whether be32enc is declared... no
67
checking whether le32enc is declared... no
68
checking for size_t... yes
69
checking for working alloca.h... no
70
checking for alloca... yes
71
checking for getopt_long... yes
72
checking whether we can compile AVX code... yes
73
checking whether we can compile XOP code... no
74
configure: WARNING: The assembler does not support the XOP instruction set.
75
checking whether we can compile AVX2 code... no
76
configure: WARNING: The assembler does not support the AVX2 instruction set.
77
checking for json_loads in -ljansson... no
78
checking for pthread_create in -lpthread... no
79
checking for pthread_create in -lpthreadGC2... no
80
checking for pthread_create in -lpthreadGC1... no
81
checking for pthread_create in -lpthreadGC... no
82
checking for gawk... (cached) gawk
83
checking for curl-config... /bin/curl-config
84
checking for the version of libcurl... 7.37.1
85
checking for libcurl >= version 7.15.2... yes
86
checking whether libcurl is usable... yes
87
checking for curl_free... yes
88
configure: creating ./config.status
89
config.status: creating Makefile
90
config.status: creating compat/Makefile
91
config.status: creating compat/jansson/Makefile
92
config.status: creating cpuminer-config.h
93
config.status: executing depfiles commands
94
95
8bitp@8bitpsvmpc /c/Anime-CPUMiner-master
96
$ make
97
make  all-recursive
98
make[1]: Entering directory `/c/Anime-CPUMiner-master'
99
Making all in compat
100
make[2]: Entering directory `/c/Anime-CPUMiner-master/compat'
101
Making all in jansson
102
make[3]: Entering directory `/c/Anime-CPUMiner-master/compat/jansson'
103
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/
104
dump.Tpo -c -o dump.o dump.c
105
In file included from dump.c:17:
106
utf.h:17:22: inttypes.h: No such file or directory
107
In file included from dump.c:17:
108
utf.h:23: error: parse error before "int32_t"
109
utf.h:24: error: parse error before "int32_t"
110
dump.c: In function `dump_string':
111
dump.c:72: error: `int32_t' undeclared (first use in this function)
112
dump.c:72: error: (Each undeclared identifier is reported only once
113
dump.c:72: error: for each function it appears in.)
114
dump.c:72: error: parse error before "codepoint"
115
dump.c:86: error: `codepoint' undeclared (first use in this function)
116
dump.c:132: error: parse error before "first"
117
dump.c:135: error: `first' undeclared (first use in this function)
118
dump.c:136: error: `last' undeclared (first use in this function)
119
make[3]: *** [dump.o] Error 1
120
make[3]: Leaving directory `/c/Anime-CPUMiner-master/compat/jansson'
121
make[2]: *** [all-recursive] Error 1
122
make[2]: Leaving directory `/c/Anime-CPUMiner-master/compat'
123
make[1]: *** [all-recursive] Error 1
124
make[1]: Leaving directory `/c/Anime-CPUMiner-master'
125
make: *** [all] Error 2
126
127
8bitp@8bitpsvmpc /c/Anime-CPUMiner-master
128
$