Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Oct 31, 2014 · 3 comments
Open

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

ghost opened this issue Oct 31, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 31, 2014

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
Copy link
Author

ghost commented Oct 31, 2014

ah.. solution is:

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

@cryptobot123
Copy link

Thanks you saved me

@Flapmin
Copy link

Flapmin commented Jun 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants