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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
I think this commit breaks Julia's make. After git-pulling and make cleanall, make gives me this error:
theodore@camus:/opt/julia/julia_stable$ make -j 7
CC test/libccalltest.so
ccalltest.c: In function ‘cgtest’:
ccalltest.c:121:19: error: ‘i’ undeclared (first use in this function)
a += 1 - (2.0*i);
^
ccalltest.c:121:19: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [libccalltest.so] Error 1
make: *** [julia-libccalltest] Error 2
make: *** Waiting for unfinished jobs....
I may have to try a fresh installation to be 100% this is a bug.
03da3a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this commit breaks Julia's
make
. After git-pulling andmake cleanall
,make
gives me this error:I may have to try a fresh installation to be 100% this is a bug.
03da3a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should probably be a capital
I
.03da3a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Scidom Soory, and thanks for noticing. Does 97b1870 fix the issue?
03da3a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, works fine! Thanks both!