You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build BedrockDB within the cygwin environment. I am getting this error,
[clip]
CC x509/cert_req.c
CC x509/cert_write.c
CC x509/req_app.c
make[2]: Leaving directory '/home/e608313/builds/Bedrock/mbedtls/programs'
make[1]: Leaving directory '/home/e608313/builds/Bedrock/mbedtls'
g++ -g -std=c++14 -fpic -O2 -Wall -Werror -Wformat-security -DGIT_REVISION=f6d58b9 -I/home/e608313/builds/Bedrock -I/home/e608313/builds/Bedrock/mbedtls/include -MMD -MF libstuff/libstuff.d -MT libstuff/libstuff.h.gch -c libstuff/libstuff.h
libstuff/libstuff.h:7:10: fatal error: execinfo.h: No such file or directory
#include <execinfo.h> // for backtrace
^~~~~~~~~~~~
compilation terminated.
make: *** No rule to make target 'libstuff/libstuff.d', needed by '.build/libstuff/libstuff.d'. Stop.
I know that I can comment that line out, and continue, but I think that maybe a check for cygwin may be placed in here and be able to replace the code for cygwin or just bypass it. Thanks.
josé
The text was updated successfully, but these errors were encountered:
Greetings.
Trying to build BedrockDB within the cygwin environment. I am getting this error,
[clip]
CC x509/cert_req.c
CC x509/cert_write.c
CC x509/req_app.c
make[2]: Leaving directory '/home/e608313/builds/Bedrock/mbedtls/programs'
make[1]: Leaving directory '/home/e608313/builds/Bedrock/mbedtls'
g++ -g -std=c++14 -fpic -O2 -Wall -Werror -Wformat-security -DGIT_REVISION=f6d58b9 -I/home/e608313/builds/Bedrock -I/home/e608313/builds/Bedrock/mbedtls/include -MMD -MF libstuff/libstuff.d -MT libstuff/libstuff.h.gch -c libstuff/libstuff.h
libstuff/libstuff.h:7:10: fatal error: execinfo.h: No such file or directory
#include <execinfo.h> // for backtrace
^~~~~~~~~~~~
compilation terminated.
make: *** No rule to make target 'libstuff/libstuff.d', needed by '.build/libstuff/libstuff.d'. Stop.
I know that I can comment that line out, and continue, but I think that maybe a check for cygwin may be placed in here and be able to replace the code for cygwin or just bypass it. Thanks.
josé
The text was updated successfully, but these errors were encountered: