Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archlinux Build #2

Open
ghost opened this issue Mar 12, 2015 · 1 comment
Open

Archlinux Build #2

ghost opened this issue Mar 12, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 12, 2015

Hello

3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux

vpncoind will build on archlinux but the GUI has the following errors:

RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/images/splash.png'

Solution - rename file

src/qt/bitcoin.cpp:24:26: warning: extra tokens at end of #include directive
 #include "splashscreen.h"; //#include <QSplashScreen>
                          ^
In file included from src/qt/bitcoin.cpp:6:0:
src/qt/walletmodel.h:34:2: error: ‘DWORD’ does not name a type
  DWORD sType;
  ^
Makefile:987: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1

I need some help with this one

@ghost
Copy link
Author

ghost commented Mar 13, 2015

added define DWORD int to line 3 of src/qt/walletmodel.h

now I get the following error

:slot0<void, boost::function<void()> >]’
src/qt/bitcoin.cpp:193:52:   required from here
/usr/include/boost/signals2/detail/slot_groups.hpp:151:11: error: base operand of ‘->’ is not a pointer
           BOOST_ASSERT(weakly_equivalent(map_it->first, key));
           ^
In file included from /usr/include/boost/signals2/signal.hpp:27:0,
                 from src/keystore.h:10,
                 from src/script.h:17,
                 from src/main.h:11,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src/qt/bitcoin.cpp:11:
/usr/include/boost/signals2/detail/slot_groups.hpp:152:14: error: base operand of ‘->’ is not a pointer
           if(map_it->second == it)
              ^
Makefile:987: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants