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
thanks for taking the time to fix it. I cloned the repo again. But this time I got an even earlier error:
$ git submodule init
Submodule 'cnn' (https://github.com/clab/cnn) registered for path 'cnn'
Submodule 'eigen' (https://github.com/RLovelett/eigen.git) registered for path 'eigen'
panc-at-ibm:segrep-for-nn-semicrf panc$ git submodule update
Cloning into '/Users/panc/sandbox/segrep-for-nn-semicrf/cnn'...
Cloning into '/Users/panc/sandbox/segrep-for-nn-semicrf/eigen'...
Submodule path 'cnn': checked out '89204a71f8804713c309eb256bf404486b1239be'
error: no such remote ref 0dd400093c013847efecf79095af91c24dcdbc72
Fetched in submodule path 'eigen', but it did not contain 0dd400093c013847efecf79095af91c24dcdbc72. Direct fetching of that commit failed.
It seems to have something to do with the git commit.
First of all, I found I had to change ./configure by removing the leading
../
and trailing/
in the path:so that ./configure will work.
Then I follow the instruction to compile the code. but had the following error:
I am using homebrew gcc 6.2
My system is Mac OSX 10.11.6.
Anyone can help?
The text was updated successfully, but these errors were encountered: