Error.h not found
skyve2012 opened this issue · 3 comments
skyve2012 commented
when I tried to use make to compile the terastructure, it showed this error "./env.hh:8:10: fatal error: 'error.h' file not found". Do we need to install some other packages?
whao89 commented
Hi, are you trying to build on a mac? I've seen that problem before in that context. We have a branch "macinstall" that should fix it.
skyve2012 commented
I tried the mac version but it still doesn't work. I think that might be a library problem. I'll try to work it or. Thank you!
Best regard,
Hongyu
在 2017年4月27日,21:21,whao89 <notifications@github.com<mailto:notifications@github.com>> 写道:
Hi, are you trying to build on a mac? I've seen that problem before in that context. We have a branch "macinstall" that should fix it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#12 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKg_WOgLFOHfiRRMpp_6o5EDFNuHkUI1ks5r0U08gaJpZM4NK9Tc>.
Jmtorres138 commented
Had the same problem at first (installing to a Mac). However, all seemed to work when I used this command for cloning:
git clone --branch macinstall --single-branch https://github.com/StoreyLab/terastructure.git
I had also installed the GSL library using brew.
Hope this helps.