Bitcoin Forum
May 10, 2024, 04:39:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How many total coin do you want?
500,000,000
50,000,000

Pages: « 1 ... 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 [161] 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 ... 215 »
  Print  
Author Topic: [ANN]SummerCoin|POS|10% per day in 5 days|New wallet  (Read 162032 times)
TTM
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
May 04, 2014, 07:56:37 AM
 #3201

Both trading volume and price keep dying.

with these huge inflation 10% a day, there is no way it could go up.
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 04, 2014, 07:57:19 AM
 #3202

100 blocks left!
bcd
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
May 04, 2014, 08:00:09 AM
 #3203

Both trading volume and price keep dying.

with these huge inflation 10% a day, there is no way it could go up.

wait until POS results and then judge.
cienki7
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
May 04, 2014, 08:01:11 AM
 #3204

Both trading volume and price keep dying.

with these huge inflation 10% a day, there is no way it could go up.

Wait and you'll see what will happen when more miners join multipools

1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 04, 2014, 08:02:05 AM
 #3205

Both trading volume and price keep dying.

with these huge inflation 10% a day, there is no way it could go up.

Wait and you'll see what will happen when more miners join multipools
Yep, we need more multipool miners Smiley
janos666
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
May 04, 2014, 08:14:47 AM
 #3206

I tried to build the current source from GIT on Gentoo as the Readme instructs but I dot this error:

Code:
user@miningrig ~/SUMC/src $ make -f makefile.unix USE_UPNP= BDB_INCLUDE_PATH='/usr/include/db4.8'
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -I/usr/include/db4.8 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
groestl.c:1:0: note: this is the location of the previous definition
groestl.c: In function âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2816:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2952:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid sph_groestl224_init(void*)â:
groestl.c:3013:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224(void*, const void*, size_t)â:
groestl.c:3020:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_close(void*, void*)â:
groestl.c:3027:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3034:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_init(void*)â:
groestl.c:3041:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256(void*, const void*, size_t)â:
groestl.c:3048:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_close(void*, void*)â:
groestl.c:3055:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3062:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_init(void*)â:
groestl.c:3069:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384(void*, const void*, size_t)â:
groestl.c:3076:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_close(void*, void*)â:
groestl.c:3083:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3090:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_init(void*)â:
groestl.c:3097:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512(void*, const void*, size_t)â:
groestl.c:3104:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_close(void*, void*)â:
groestl.c:3111:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3118:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: At global scope:
groestl.c:3122:1: fatal error: opening dependency file obj/groestl.d: No such file or directory
compilation terminated.
make: *** [obj/groestl.o] Error 1
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 04, 2014, 08:34:37 AM
 #3207

50 blocks left =)
taxli
Full Member
***
Offline Offline

Activity: 280
Merit: 100



View Profile
May 04, 2014, 08:41:30 AM
 #3208

yeah,very soon Grin Grin Grin
SummerCoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 04, 2014, 08:45:41 AM
 #3209

I tried to build the current source from GIT on Gentoo as the Readme instructs but I dot this error:

Code:
user@miningrig ~/SUMC/src $ make -f makefile.unix USE_UPNP= BDB_INCLUDE_PATH='/usr/include/db4.8'
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -I/usr/include/db4.8 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
groestl.c:1:0: note: this is the location of the previous definition
groestl.c: In function âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2816:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2952:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid sph_groestl224_init(void*)â:
groestl.c:3013:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224(void*, const void*, size_t)â:
groestl.c:3020:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_close(void*, void*)â:
groestl.c:3027:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3034:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_init(void*)â:
groestl.c:3041:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256(void*, const void*, size_t)â:
groestl.c:3048:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_close(void*, void*)â:
groestl.c:3055:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3062:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_init(void*)â:
groestl.c:3069:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384(void*, const void*, size_t)â:
groestl.c:3076:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_close(void*, void*)â:
groestl.c:3083:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3090:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_init(void*)â:
groestl.c:3097:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512(void*, const void*, size_t)â:
groestl.c:3104:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_close(void*, void*)â:
groestl.c:3111:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3118:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: At global scope:
groestl.c:3122:1: fatal error: opening dependency file obj/groestl.d: No such file or directory
compilation terminated.
make: *** [obj/groestl.o] Error 1


create obj folder before compiling.
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 04, 2014, 08:56:05 AM
 #3210

20 blocks left =)
quovadiz
Full Member
***
Offline Offline

Activity: 253
Merit: 100


View Profile
May 04, 2014, 09:02:06 AM
 #3211

POS seems working!  Cheesy
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 04, 2014, 09:04:42 AM
 #3212

POS seems working!  Cheesy


it is working all along...........

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 04, 2014, 09:05:23 AM
 #3213

pos still doesnt work

pos works , if not , can u explain why block count are increasing by the minute  ? U mean there is someone doing pow ?

for those who think PoS dont work , read above.

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
bcd
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
May 04, 2014, 09:06:14 AM
 #3214

POS seems working!  Cheesy


it is working all along...........

Can you confirm? Too bad I updated the wallet today morning and should wait until tomorrow for the coins to mature
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
May 04, 2014, 09:07:10 AM
 #3215

6 blocks, I'm so excited Smiley
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 04, 2014, 09:09:30 AM
 #3216

POS seems working!  Cheesy


it is working all along...........

Can you confirm? Too bad I updated the wallet today morning and should wait until tomorrow for the coins to mature

pos works , if not , can u explain why block count are increasing by the minute  ? U mean there is someone doing pow ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 04, 2014, 09:13:15 AM
 #3217

BLOCK 17000
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 04, 2014, 09:13:44 AM
 #3218

any report of 10% ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
janos666
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
May 04, 2014, 09:14:22 AM
 #3219

I tried to build the current source from GIT on Gentoo as the Readme instructs but I dot this error:

Code:
user@miningrig ~/SUMC/src $ make -f makefile.unix USE_UPNP= BDB_INCLUDE_PATH='/usr/include/db4.8'
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -I/usr/include/db4.8 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
groestl.c:1:0: note: this is the location of the previous definition
groestl.c: In function âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2816:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2952:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid sph_groestl224_init(void*)â:
groestl.c:3013:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224(void*, const void*, size_t)â:
groestl.c:3020:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_close(void*, void*)â:
groestl.c:3027:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3034:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_init(void*)â:
groestl.c:3041:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256(void*, const void*, size_t)â:
groestl.c:3048:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_close(void*, void*)â:
groestl.c:3055:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3062:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_init(void*)â:
groestl.c:3069:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384(void*, const void*, size_t)â:
groestl.c:3076:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_close(void*, void*)â:
groestl.c:3083:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3090:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_init(void*)â:
groestl.c:3097:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512(void*, const void*, size_t)â:
groestl.c:3104:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_close(void*, void*)â:
groestl.c:3111:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3118:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: At global scope:
groestl.c:3122:1: fatal error: opening dependency file obj/groestl.d: No such file or directory
compilation terminated.
make: *** [obj/groestl.o] Error 1


create obj folder before compiling.

Thank you. That problem got solved. But it still won't compile.

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
alert.cpp:1:0: note: this is the location of the previous definition
In file included from alert.cpp:12:0:
key.h:16:49: fatal error: openssl/ec.h: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

The system has openssl-1.0.1g installed.
taxli
Full Member
***
Offline Offline

Activity: 280
Merit: 100



View Profile
May 04, 2014, 09:14:46 AM
 #3220

pos no working!!
Pages: « 1 ... 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 [161] 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 ... 215 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!