Author

Topic: Compile error (Read 1154 times)

newbie
Activity: 15
Merit: 0
January 11, 2015, 10:14:44 PM
#13
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
legendary
Activity: 1628
Merit: 1012
January 11, 2015, 10:00:35 PM
#12
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.
newbie
Activity: 15
Merit: 0
January 11, 2015, 09:54:57 PM
#11
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.
legendary
Activity: 1628
Merit: 1012
January 11, 2015, 09:53:01 PM
#10
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.
newbie
Activity: 15
Merit: 0
January 11, 2015, 09:47:56 PM
#9
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.
legendary
Activity: 1628
Merit: 1012
January 11, 2015, 09:41:44 PM
#8
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.
newbie
Activity: 15
Merit: 0
January 11, 2015, 09:39:08 PM
#7
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?
legendary
Activity: 1628
Merit: 1012
January 11, 2015, 09:35:58 PM
#6
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.
newbie
Activity: 15
Merit: 0
January 11, 2015, 09:22:41 PM
#5
I am getting this error when trying to do mingw32-make -f makefile.mingw in CMD

http://pastebin.com/0gxGEBM0
legendary
Activity: 1628
Merit: 1012
January 11, 2015, 04:07:59 PM
#4
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 // for 'map_list_of()'
                                                           ^
compilation terminated.
make: *** [obj/checkpoints.o] Error 1

Try this thread: https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

Thanks, I will try this and see how it goes down.

Feel free to PM me if you're still stuck.
newbie
Activity: 15
Merit: 0
January 11, 2015, 04:04:30 PM
#3
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 // for 'map_list_of()'
                                                           ^
compilation terminated.
make: *** [obj/checkpoints.o] Error 1

Try this thread: https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

Thanks, I will try this and see how it goes down.
legendary
Activity: 1628
Merit: 1012
January 11, 2015, 03:58:09 PM
#2
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 // for 'map_list_of()'
                                                           ^
compilation terminated.
make: *** [obj/checkpoints.o] Error 1

Try this thread: https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479
newbie
Activity: 15
Merit: 0
January 11, 2015, 03:55:39 PM
#1
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 // for 'map_list_of()'
                                                           ^
compilation terminated.
make: *** [obj/checkpoints.o] Error 1
Jump to: