starcoinproject / starcoin

MIT License
8 stars 13 forks source link

obj/alert.d: No such file or directory #6

Open ghost opened 9 years ago

ghost commented 9 years ago

root@taurinus:~# git clone https://github.com/starcoinproject/starcoin Cloning into 'starcoin'... remote: Counting objects: 418, done. remote: Total 418 (delta 0), reused 0 (delta 0) Receiving objects: 100% (418/418), 1.85 MiB | 1.02 MiB/s, done. Resolving deltas: 100% (47/47), done. Checking connectivity... done. root@taurinus:~# cd starcoin/src root@taurinus:~/starcoin/src# make -f makefile.unix g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/starcoin/src -I/root/starcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp alert.cpp:244:1: fatal error: opening dependency file obj/alert.d: No such file or directory } ^ compilation terminated.

make: *\ [obj/alert.o] Error 1

ghost commented 9 years ago

ah.. solution is:

git clone https://github.com/starcoinproject/starcoin cd starcoin/src mkdir obj make -f makefile.unix

cryptobot123 commented 6 years ago

Thanks you saved me

Flapmin commented 6 years ago

indeed . i just updated to 18 and was about to go thru a whole mess of not the solution thanks