|
Title: Compile error Post by: tomgie on January 11, 2015, 07:55:39 PM Can anyone help me? I am getting this error when trying to build my client in windows.
$ make -f makefile.mingw g++ -c -mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-par ameter -g -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D USE_IPV6 -D__NO_SYSTEM_INCLUDES -I"C:\deps\boost" -I"C:\deps\db\build_unix" -I"C :\deps\ssl\include" -o obj/checkpoints.o checkpoints.cpp checkpoints.cpp:6:59: fatal error: boost/assign/list_of.hpp: No such file or dir ectory #include <boost/assign/list_of.hpp> // for 'map_list_of()' ^ compilation terminated. make: *** [obj/checkpoints.o] Error 1 Title: Re: Compile error Post by: ncsupanda on January 11, 2015, 07:58:09 PM Can anyone help me? I am getting this error when trying to build my client in windows. $ make -f makefile.mingw g++ -c -mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-par ameter -g -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D USE_IPV6 -D__NO_SYSTEM_INCLUDES -I"C:\deps\boost" -I"C:\deps\db\build_unix" -I"C :\deps\ssl\include" -o obj/checkpoints.o checkpoints.cpp checkpoints.cpp:6:59: fatal error: boost/assign/list_of.hpp: No such file or dir ectory #include <boost/assign/list_of.hpp> // for 'map_list_of()' ^ compilation terminated. make: *** [obj/checkpoints.o] Error 1 Try this thread: https://bitcointalk.org/index.php?topic=149479.0 Title: Re: Compile error Post by: tomgie on January 11, 2015, 08:04:30 PM Can anyone help me? I am getting this error when trying to build my client in windows. $ make -f makefile.mingw g++ -c -mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-par ameter -g -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D USE_IPV6 -D__NO_SYSTEM_INCLUDES -I"C:\deps\boost" -I"C:\deps\db\build_unix" -I"C :\deps\ssl\include" -o obj/checkpoints.o checkpoints.cpp checkpoints.cpp:6:59: fatal error: boost/assign/list_of.hpp: No such file or dir ectory #include <boost/assign/list_of.hpp> // for 'map_list_of()' ^ compilation terminated. make: *** [obj/checkpoints.o] Error 1 Try this thread: https://bitcointalk.org/index.php?topic=149479.0 Thanks, I will try this and see how it goes down. Title: Re: Compile error Post by: ncsupanda on January 11, 2015, 08:07:59 PM Can anyone help me? I am getting this error when trying to build my client in windows. $ make -f makefile.mingw g++ -c -mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-par ameter -g -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D USE_IPV6 -D__NO_SYSTEM_INCLUDES -I"C:\deps\boost" -I"C:\deps\db\build_unix" -I"C :\deps\ssl\include" -o obj/checkpoints.o checkpoints.cpp checkpoints.cpp:6:59: fatal error: boost/assign/list_of.hpp: No such file or dir ectory #include <boost/assign/list_of.hpp> // for 'map_list_of()' ^ compilation terminated. make: *** [obj/checkpoints.o] Error 1 Try this thread: https://bitcointalk.org/index.php?topic=149479.0 Thanks, I will try this and see how it goes down. Feel free to PM me if you're still stuck. Title: Re: Compile error Post by: tomgie on January 12, 2015, 01:22:41 AM I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD
http://pastebin.com/0gxGEBM0 Title: Re: Compile error Post by: ncsupanda on January 12, 2015, 01:35:58 AM I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD http://pastebin.com/0gxGEBM0 It's a libboost error. On linux you would do: sudo apt-get install libboost-all-dev For windows it's a bit more complicated, but I'm sure you've noticed this by now. Title: Re: Compile error Post by: tomgie on January 12, 2015, 01:39:08 AM I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD http://pastebin.com/0gxGEBM0 It's a libboost error. On linux you would do: sudo apt-get install libboost-all-dev For windows it's a bit more complicated, but I'm sure you've noticed this by now. Yep. Im on windows, do you know how to fix this or where to get some precompiled deps? Title: Re: Compile error Post by: ncsupanda on January 12, 2015, 01:41:44 AM I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD http://pastebin.com/0gxGEBM0 It's a libboost error. On linux you would do: sudo apt-get install libboost-all-dev For windows it's a bit more complicated, but I'm sure you've noticed this by now. Yep. Im on windows, do you know how to fix this or where to get some precompiled deps? The link I posted before has a really good guide for compiling the required dependencies. Title: Re: Compile error Post by: tomgie on January 12, 2015, 01:47:56 AM I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD http://pastebin.com/0gxGEBM0 It's a libboost error. On linux you would do: sudo apt-get install libboost-all-dev For windows it's a bit more complicated, but I'm sure you've noticed this by now. Yep. Im on windows, do you know how to fix this or where to get some precompiled deps? The link I posted before has a really good guide for compiling the required dependencies. I did use that link, it gave me that error. Title: Re: Compile error Post by: ncsupanda on January 12, 2015, 01:53:01 AM I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD http://pastebin.com/0gxGEBM0 It's a libboost error. On linux you would do: sudo apt-get install libboost-all-dev For windows it's a bit more complicated, but I'm sure you've noticed this by now. Yep. Im on windows, do you know how to fix this or where to get some precompiled deps? The link I posted before has a really good guide for compiling the required dependencies. I did use that link, it gave me that error. Are you compiling for Bitcoin or for an altcoin? I'm assuming altcoin. Title: Re: Compile error Post by: tomgie on January 12, 2015, 01:54:57 AM I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD http://pastebin.com/0gxGEBM0 It's a libboost error. On linux you would do: sudo apt-get install libboost-all-dev For windows it's a bit more complicated, but I'm sure you've noticed this by now. Yep. Im on windows, do you know how to fix this or where to get some precompiled deps? The link I posted before has a really good guide for compiling the required dependencies. I did use that link, it gave me that error. Are you compiling for Bitcoin or for an altcoin? I'm assuming altcoin. Yes I am compiling my own coin, it works on linux so I don't think its the coin, its a scrypt coin. Title: Re: Compile error Post by: ncsupanda on January 12, 2015, 02:00:35 AM Depending on which coin your coin is based on it may use a different version of the specific dependencies. If you copy me onto your project, I'll be willing to help.
You should lock this thread and we can stick to PMing. Title: Re: Compile error Post by: tomgie on January 12, 2015, 02:14:44 AM Depending on which coin your coin is based on it may use a different version of the specific dependencies. If you copy me onto your project, I'll be willing to help. You should lock this thread and we can stick to PMing. Got it PMing you now |