Post
Topic
Board Announcements (Altcoins)
Re: Coin2.0 [C2.0] - The forward thinking POS altcoin with a plan.
by
otila
on 15/04/2014, 22:35:23 UTC
Code:
$ qmake-qt4
...
$ make -j8
...
src/net.cpp:19:22: fatal error: miniwget.h: No such file or directory                                                                                                 
 #include                                                                                                                                                  
                      ^                                                                                                                                               
compilation terminated.                                                                                                                                               
make: *** [build/net.o] Error 1 

If you had looked at src/net.cpp , you would have seen #ifdef USE_UPNP ..
So if you like to have UPNP feature, install the miniupnp packages, if not, "qmake USE_UPNP=-"

As to that libboost_system.so.1.48.0: how you managed to link it without the libraries?
Anyways, "No such file or directory" means just that, install the boost packages.