Guest User

Untitled

a guest
Jan 11th, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. C:\vapecoin-master\src>mingw32-make -f makefile.mingw
  2. g++ -c -mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-par
  3. ameter -g -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D
  4. USE_IPV6 -D__NO_SYSTEM_INCLUDES -I"C:\deps\boost" -I"C:\deps\db\build_unix" -I"C
  5. :\deps\ssl\include" -o obj/checkpoints.o checkpoints.cpp
  6. checkpoints.cpp:6:59: fatal error: boost/assign/list_of.hpp: No such file or dir
  7. ectory
  8. #include <boost/assign/list_of.hpp> // for 'map_list_of()'
  9. ^
  10. compilation terminated.
  11. makefile.mingw:72: recipe for target 'obj/checkpoints.o' failed
  12. mingw32-make: *** [obj/checkpoints.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment