Bitcoin Forum
April 16, 2024, 10:53:50 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: rpcminer-mod (Modified puddinpop's miner)  (Read 15038 times)
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 11, 2011, 04:12:47 PM
 #1

If You have CUDA or OpenCL gpu then this is for You.

https://github.com/Ang3lus/rpcminer-mod

What do i give ?
Modified version of puddinpop's miner that is ready for easy compilation (for maximum performance) and installation. There are some little performance tweaks (GT420M is giving ~11 Mhash/s on Gentoo Linux, original miner is giving me ~13 Mhash/s on Windows so whe can get more out of Linux Box Smiley). Software is prepared to compile only CUDA or OpenCL miner without all other things.

OpenCL problem!
For some reason i get 200 Khash/s while using OpenCL. There is some bug or something. You can compile it and test it for Your own. Give some feedback how it works for You

Long live CUDA. Why ?
0% CPU on CUDA while 100% in summary on every OpenCL miner (or 25% per core on quad core). So more power is needed while using OpenCL. This is design of OpenCL problem not miner problem. So i run aggression=3 and i have fully usable system Smiley

Why do i need ?
Feedback, lots of it, download it, compile it and test it, give some info how it works for You (or not), especially Windows users because i didn't test it on Windows Smiley

Remember to read HOW-TO file Smiley

If You like it You know whre the BTC address is Smiley

1713308030
Hero Member
*
Offline Offline

Posts: 1713308030

View Profile Personal Message (Offline)

Ignore
1713308030
Reply with quote  #2

1713308030
Report to moderator
1713308030
Hero Member
*
Offline Offline

Posts: 1713308030

View Profile Personal Message (Offline)

Ignore
1713308030
Reply with quote  #2

1713308030
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
navigator
Sr. Member
****
Offline Offline

Activity: 362
Merit: 250


View Profile
July 30, 2011, 09:46:39 PM
Last edit: September 11, 2011, 09:38:16 PM by navigator
 #2

DELETED for privacy
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 01, 2011, 06:36:12 PM
 #3

Has anyone gotten this to compile on windows? I want to test it.

Test it m8 and give me some info Smiley
navigator
Sr. Member
****
Offline Offline

Activity: 362
Merit: 250


View Profile
August 02, 2011, 12:31:47 AM
 #4

I've tried compiling it on windows. I downloaded all the libraries and tried using cmake but can't get very far. I am unfamilar with cmake and a few other things. I doubt I would have much trouble compiling this in linux. It's a little beyond me and that's why I was hoping someone else got it to work.
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 03, 2011, 11:56:31 AM
 #5

I've tried compiling it on windows. I downloaded all the libraries and tried using cmake but can't get very far. I am unfamilar with cmake and a few other things. I doubt I would have much trouble compiling this in linux. It's a little beyond me and that's why I was hoping someone else got it to work.
I understand, if You have any output from compilation please paste me here because the aim of this mod is to provide easy to compile version of software.
I'm thinking also on providing binary version (for windows too) and to remove OpenCL support, because there are plenty of OpenCL miners but no good (except rpcminer) CUDA miners that are giving large benefits for nvidia users.
PsycO
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 11, 2011, 12:29:47 AM
Last edit: October 11, 2011, 05:54:04 AM by PsycO
 #6

Dear Ang3lus,

I tried to compile it without success on Kubuntu Linux 2.6.32-34-generic #77-Ubuntu SMP i686 GNU/Linux. I have Cuda installed and all deps you mentionned too. I first try it using the 285Nvidia driver, and after i installed dev270Driver, hoping that this will make the difference, but no. I'm not sure if the error is not on my side, i usually have no problems compiling software, but i can't compile any miner, nor the Nvidia Gpu computing SDK. The problem always reside in the cpp file, other file have no problem but the make always stop on a cpp file. Maybe it's my g++ version that doesn't do the job??? I installed the 3 version(4.1,4.3,4.4), just to be sure, but this changed nothing. What is the right one to make the miner, i will erase the other, maybe this will work. So this where i am, what do you have to propose???

Edit: I've corrected the problem. It was that the value of unsigned short int and unsigned int wasn't defined. I added them and after it compiled without other problems. If someone got an error in serialize.h saying that USHRT_MAX and UINT_MAX is not defined in the scope, simply add these 2 line to serialize.h that is in the src dir, after the line 25:
Code:
#define USHRT_MAX 65535
#define UINT_MAX 4294967295
PsycO
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 11, 2011, 06:28:41 PM
 #7

I've tried compiling it on windows. I downloaded all the libraries and tried using cmake but can't get very far. I am unfamilar with cmake and a few other things. I doubt I would have much trouble compiling this in linux. It's a little beyond me and that's why I was hoping someone else got it to work.
I understand, if You have any output from compilation please paste me here because the aim of this mod is to provide easy to compile version of software.
I'm thinking also on providing binary version (for windows too) and to remove OpenCL support, because there are plenty of OpenCL miners but no good (except rpcminer) CUDA miners that are giving large benefits for nvidia users.
Hi Ang3lus,

I like your miner, and i like that you have not forgotten the CUDA owners like everyone else have. So i will help you make it work on windows, i will use my winxp virtualbox today and work on it. If it work i'll boot my win7 and test it to confirm it work. After, you'll be able to provide an already compiled version to the windows users. I'll say you all i've done to make it work, so you'll be able to make it on the real file.

Regards, Mike
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 13, 2011, 07:08:18 PM
 #8

Hi Cheesy
Nice to see that someone is interested in this Smiley Sorry for late response as i don't have much time now (ass you can see by the last commit date Smiley).
I don't have a clue why there was any compilation error as i tested it on my linux box, puddimpop's code is little bit ugly and without real testing it is hard to make this work like a charm Smiley
I have gcc 4.4.5 and 4.5.3.
Inform me about windows testing Smiley
When i get some time i will update  repo to include your patch Smiley
Malstrond
Newbie
*
Offline Offline

Activity: 2
Merit: 0



View Profile
February 14, 2012, 09:50:53 PM
 #9

Building failed for me too. Although not during compilation:
Code:
Linking CXX executable rpcminer
/usr/bin/ld: CMakeFiles/rpcminer.dir/__/src/rpcminer/rpcminerclient.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [cmake-rpcminer/rpcminer] Error 1
make[1]: *** [cmake-rpcminer/CMakeFiles/rpcminer.dir/all] Error 2
make: *** [all] Error 2
Using make 3.82, gcc 4.6.2, binutils 2.22.0, Kernel 3.2.5 on Arch Linux.

I had to add -lpthread to CMAKE_EXE_LINKER_FLAGS:STRING in CMakeCache.txt after configuration to make it work.
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 08, 2012, 04:54:40 PM
 #10

Building failed for me too. Although not during compilation:
Code:
Linking CXX executable rpcminer
/usr/bin/ld: CMakeFiles/rpcminer.dir/__/src/rpcminer/rpcminerclient.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [cmake-rpcminer/rpcminer] Error 1
make[1]: *** [cmake-rpcminer/CMakeFiles/rpcminer.dir/all] Error 2
make: *** [all] Error 2
Using make 3.82, gcc 4.6.2, binutils 2.22.0, Kernel 3.2.5 on Arch Linux.

I had to add -lpthread to CMAKE_EXE_LINKER_FLAGS:STRING in CMakeCache.txt after configuration to make it work.

Ok, thx for info Smiley
colinrgodsey
Newbie
*
Offline Offline

Activity: 39
Merit: 0



View Profile WWW
April 09, 2012, 03:39:15 PM
 #11

love it! Works great  Smiley
senseless
Hero Member
*****
Offline Offline

Activity: 1118
Merit: 541



View Profile
September 14, 2012, 05:07:57 AM
 #12

I've tried compiling it on windows. I downloaded all the libraries and tried using cmake but can't get very far. I am unfamilar with cmake and a few other things. I doubt I would have much trouble compiling this in linux. It's a little beyond me and that's why I was hoping someone else got it to work.
I understand, if You have any output from compilation please paste me here because the aim of this mod is to provide easy to compile version of software.
I'm thinking also on providing binary version (for windows too) and to remove OpenCL support, because there are plenty of OpenCL miners but no good (except rpcminer) CUDA miners that are giving large benefits for nvidia users.
Hi Ang3lus,

I like your miner, and i like that you have not forgotten the CUDA owners like everyone else have. So i will help you make it work on windows, i will use my winxp virtualbox today and work on it. If it work i'll boot my win7 and test it to confirm it work. After, you'll be able to provide an already compiled version to the windows users. I'll say you all i've done to make it work, so you'll be able to make it on the real file.

Regards, Mike

Any luck?

420
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
September 15, 2012, 06:24:01 AM
 #13

Code:
2>  rpcminerclient.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerclient.cpp(281): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerclient.cpp(327): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>  rpcminermain.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminermain.cpp(119): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
2>  rpcminerthreadgpu.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerthreadgpu.cpp(60): error C2065: 'PRIO_MAX' : undeclared identifier
2>..\..\src\rpcminer\rpcminerthreadgpu.cpp(129): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>  bitcoinminercuda.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>..\..\src\cuda\bitcoinminercuda.cpp(199): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\src\cuda\bitcoinminercuda.cpp(201): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\src\cuda\bitcoinminercuda.cpp(326): warning C4018: '<' : signed/unsigned mismatch
2>  Generating Code...
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Trying to compile in windows under 2010.

Edit:

Was able to get rid of some of the pthread errors; but a lot of those undeclared functions are unix only. So this code will never compile under windows.

... Kinda shitty; can't even pay someone to get a working cuda miner. Best part is the "buy ati" trolls.

Guess I gotta code an entire miner from scratch. Fun times. 

where shall we send you donations

Donations: 1JVhKjUKSjBd7fPXQJsBs5P3Yphk38AqPr - TIPS
the hacks, the hacks, secure your bits!
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 30, 2013, 08:18:51 AM
 #14

Code:
2>  rpcminerclient.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerclient.cpp(281): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerclient.cpp(327): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>  rpcminermain.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminermain.cpp(119): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
2>  rpcminerthreadgpu.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(170): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\rpcminer\rpcminerthread.h(187): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>..\..\src\rpcminer\rpcminerthreadgpu.cpp(60): error C2065: 'PRIO_MAX' : undeclared identifier
2>..\..\src\rpcminer\rpcminerthreadgpu.cpp(129): error C2668: 'Sleep' : ambiguous call to overloaded function
2>          c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(104): could be 'void Sleep(int64)'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4726): or       'void Sleep(DWORD)'
2>          while trying to match the argument list '(int)'
2>  bitcoinminercuda.cpp
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(888): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(900): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(913): warning C4018: '<=' : signed/unsigned mismatch
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(988): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../serialize.h(1204): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(90): warning C4005: 'WSAEWOULDBLOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19881) : see previous definition of 'WSAEWOULDBLOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(91): warning C4005: 'WSAEMSGSIZE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19926) : see previous definition of 'WSAEMSGSIZE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(92): warning C4005: 'WSAEINTR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19827) : see previous definition of 'WSAEINTR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(93): warning C4005: 'WSAEINPROGRESS' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19890) : see previous definition of 'WSAEINPROGRESS'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(94): warning C4005: 'WSAEADDRINUSE' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19998) : see previous definition of 'WSAEADDRINUSE'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(95): warning C4005: 'WSAENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winerror.h(19908) : see previous definition of 'WSAENOTSOCK'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(97): warning C4005: 'SOCKET_ERROR' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winsock2.h(388) : see previous definition of 'SOCKET_ERROR'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(102): warning C4005: 'MAX_PATH' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windef.h(57) : see previous definition of 'MAX_PATH'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(117): error C3861: 'close': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(373): error C3861: 'gettimeofday': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2146: syntax error : missing ';' before identifier 'CreateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C2433: 'pthread_t' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(600): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(601): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2146: syntax error : missing ';' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(602): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(603): error C3861: 'pthread_create': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(607): error C2143: syntax error : missing ';' before 'constant'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(611): error C2065: 'hthread' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(614): warning C4005: 'THREAD_PRIORITY_LOWEST' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(917) : see previous definition of 'THREAD_PRIORITY_LOWEST'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(615): warning C4005: 'THREAD_PRIORITY_BELOW_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(918) : see previous definition of 'THREAD_PRIORITY_BELOW_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(617): warning C4005: 'THREAD_PRIORITY_ABOVE_NORMAL' : macro redefinition
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(921) : see previous definition of 'THREAD_PRIORITY_ABOVE_NORMAL'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C2065: 'PRIO_PROCESS' : undeclared identifier
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(626): error C3861: 'setpriority': identifier not found
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2146: syntax error : missing ')' before identifier 'hthread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2433: 'TerminateThread' : 'inline' not permitted on data declarations
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2365: 'TerminateThread' : redefinition; previous definition was 'function'
2>          C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(4169) : see declaration of 'TerminateThread'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(630): error C2059: syntax error : ')'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2143: syntax error : missing ';' before '{'
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(631): error C2447: '{' : missing function header (old-style formal list?)
2>c:\users\test\downloads\ang3lus-rpcminer-mod-7696388\ang3lus-rpcminer-mod-7696388\src\minercommon\../util.h(637): error C3861: 'pthread_exit': identifier not found
2>..\..\src\cuda\bitcoinminercuda.cpp(199): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\src\cuda\bitcoinminercuda.cpp(201): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\src\cuda\bitcoinminercuda.cpp(326): warning C4018: '<' : signed/unsigned mismatch
2>  Generating Code...
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Trying to compile in windows under 2010.

Edit:

Was able to get rid of some of the pthread errors; but a lot of those undeclared functions are unix only. So this code will never compile under windows.

... Kinda shitty; can't even pay someone to get a working cuda miner. Best part is the "buy ati" trolls.

Guess I gotta code an entire miner from scratch. Fun times. 

where shall we send you donations

pthreads for linux fixed, i didn't know that someone is still interested in this, yesterday i've compiled this on ArchLinux and worked like a charm Smiley As for donations there is my btc address in the footer.
Ps. If i will have time i will work on the Windows version (finally, sorry for that).
420
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
January 30, 2013, 08:29:09 AM
 #15

i just want a better cuda miner; who's working on that that I can donate too

Donations: 1JVhKjUKSjBd7fPXQJsBs5P3Yphk38AqPr - TIPS
the hacks, the hacks, secure your bits!
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 30, 2013, 03:17:02 PM
 #16

i just want a better cuda miner; who's working on that that I can donate too

I'm working on that ;]
philips
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
January 30, 2013, 07:51:45 PM
 #17


pthreads for linux fixed, i didn't know that someone is still interested in this, yesterday i've compiled this on ArchLinux and worked like a charm Smiley As for donations there is my btc address in the footer.
Ps. If i will have time i will work on the Windows version (finally, sorry for that).

I was also interested at one point: https://bitcointalk.org/index.php?topic=2444.msg1192642#msg1192642
Ang3lus (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 31, 2013, 04:12:44 PM
 #18


pthreads for linux fixed, i didn't know that someone is still interested in this, yesterday i've compiled this on ArchLinux and worked like a charm Smiley As for donations there is my btc address in the footer.
Ps. If i will have time i will work on the Windows version (finally, sorry for that).

I was also interested at one point: https://bitcointalk.org/index.php?topic=2444.msg1192642#msg1192642

Nice to hear this, do You still have the problem with the compilation ?
DBG
Member
**
Offline Offline

Activity: 119
Merit: 100


Digital Illustrator + Software/Hardware Developer


View Profile
February 13, 2013, 04:16:23 AM
 #19

Hi all, I come from a game development background and know that CUDA mining is more than possible.  I am doing research now and it seems better to start from scratch than to fork any existing miner (based on what I've seen so far).  Getting ~100Mhash/s with a nVidia 660 Ti using unoptimized OpenCL (version 1.1?) code and I think this can easily be pushed into the 300 - 500Mhash range.  It will become backwards compatible in time, but if I can get CC (Compute Capability) 2.0 running then we will be in business (2.0 was introduced in the 400-series of cards, however support will likely go back to the 200-series).

No talk of donations yet though.  It will be open-source (once it's basically working), cross-compatible (although Windows will be the primary deployment target) and will support getblocktemplate and stratum (because slush is cool like that).  IPv6 and Tor (does anyone do Tor mining?) in time.

Not trying to hijack your thread, but just throwing this out there for us nVidia gamers that leave their computers idle Grin.  Feel free to submit humorous/witty suggestion for possible program name via PM.

Bitcoin - 3DTcMYT8SmRw4o4Lbq9cvm71YaUtVuNn29
Litecoin - MAoFYsBf7BzeK86gg6WRqzFncfwWnoYZet
/* Coins are never required but always appreciated if feeling generous! */
philips
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
February 15, 2013, 11:57:19 AM
 #20

Hi all, I come from a game development background and know that CUDA mining is more than possible.  I am doing research now and it seems better to start from scratch than to fork any existing miner (based on what I've seen so far).  Getting ~100Mhash/s with a nVidia 660 Ti using unoptimized OpenCL (version 1.1?) code and I think this can easily be pushed into the 300 - 500Mhash range.  It will become backwards compatible in time, but if I can get CC (Compute Capability) 2.0 running then we will be in business (2.0 was introduced in the 400-series of cards, however support will likely go back to the 200-series).

No talk of donations yet though.  It will be open-source (once it's basically working), cross-compatible (although Windows will be the primary deployment target) and will support getblocktemplate and stratum (because slush is cool like that).  IPv6 and Tor (does anyone do Tor mining?) in time.

Not trying to hijack your thread, but just throwing this out there for us nVidia gamers that leave their computers idle Grin.  Feel free to submit humorous/witty suggestion for possible program name via PM.

Suppose you do this...is too late.
Perhaps useful for LTC mining ?
Pages: [1] 2 »  All
  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!