Build error: void ExitThread(unsigned int)

Post Reply
indolering
Posts: 801
Joined: Sun Aug 18, 2013 8:26 pm
os: mac

Build error: void ExitThread(unsigned int)

Post by indolering »

Code: Select all

make -f makefile.unix namecoind
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -o obj/nogui/auxpow.o auxpow.cpp
In file included from headers.h:93:0,
                 from auxpow.cpp:4:
util.h: In function ‘void ExitThread(unsigned int)’:
util.h:653:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Ubuntu 12, ran an apt-get upgrade-dist, check to see if the listed reqs are installed, and a fresh clone from Github.

Any help?
DNS is much more than a key->value datastore.

Pagel1928
Posts: 27
Joined: Fri Sep 13, 2013 6:15 am

Re: Build error: void ExitThread(unsigned int)

Post by Pagel1928 »

Is that all the output you get? If you could paste a little more, its more likely we could help.

indolering
Posts: 801
Joined: Sun Aug 18, 2013 8:26 pm
os: mac

Re: Build error: void ExitThread(unsigned int)

Post by indolering »

That's all there was. The build turned out okay this time, although I couldn't get it working the night before.
*shrugs*
DNS is much more than a key->value datastore.

domob
Posts: 1129
Joined: Mon Jun 24, 2013 11:27 am
Contact:

Re: Build error: void ExitThread(unsigned int)

Post by domob »

If the build worked, I think you can ignore that. While in theory this suggests that there may be a problem worth looking into, I get tons of warnings like that for lots of different free software projects, which usually work just fine despite the warnings.
BTC: 1domobKsPZ5cWk2kXssD8p8ES1qffGUCm | NMC: NCdomobcmcmVdxC5yxMitojQ4tvAtv99pY
BM-GtQnWM3vcdorfqpKXsmfHQ4rVYPG5pKS
Use your Namecoin identity as OpenID: https://nameid.org/

Post Reply