-
Notifications
You must be signed in to change notification settings - Fork 6
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
For those unable to compile Assignment 08_00 in Coq Ide... #99
Comments
Thank you for a great advice! I couldn't reproduce your issue, so I think your advice will be the only reasonable one. |
I couldn't resolve this problem with On Sat, May 16, 2015 at 4:35 PM, Jeehoon Kang notifications@github.com
|
@alkaza I didn't try to specifically make ..._00, I first wiped everything with |
how can i complile in git bash...would you please..?? Thanks |
@qkr0990 I would like to share a lyrics I like: |
|
I tried all the things referenced above. But executing coqc in gitshell says: File "/home/csehome/crusaderlee/pl/sf/Assignment08_00.v", line 2, characters 0-21: How can I solve this problem? Would you guys give me a solution? |
For me, when I compile it in CoqIDE, it freezes and nothing happens when i do |
@alkaza i can try doing what worked for me on your PC if you bring it to class today |
@alkaza Sorry, I haven't found any problem on Ubuntu Linux, but it seems that Windows version of CoqIde has a real problem. |
I tried again in martini.snu.ac.kr, not in my Win7 environment, and I found that there happens no problem at all. It seems clear that we should not use Windows environment when doing Software Foundations homework.. |
I have no problems with make on Windows 8 using cygwin. |
So I managed to |
@alkaza Does your |
Only |
@alkaza That means your |
|
Do |
|
I think your
|
It should not be different |
Oh I see it now |
Use this: https://github.com/snu-sf/pl2015/blob/master/sf/Makefile |
I changed Makefile but still
|
@alkaza Would you please zip your development and email me? |
I couldn't get any results by using cygwin, but I managed to succeed by using
|
@alkaza I guess you have multiple installation of Coq. Can you check it? |
It doesn't seem like it. |
Please zip and mail your development. |
You mean the whole sf folder? |
@alkaza yes. |
@alkaza if what you're doing with Jeehoon doesn't work and you want me to send you my 09_00 let me know |
@jeehoonkang I sent it |
@alkaza Ok, that's too bad:( Hope you can work it out |
@alkaza I saw your email, and it seems I cannot figure out your problem with only development files. Would you please come to my office tomorrow to figure out what's going on in your machine? Thanks. |
@jeehoonkang Are you available at 2PM? |
@alkaza LGTM see you tomorrow. |
@jeehoonkang Thank you! |
@jeehoobkang I came to your office (301-554-1) but door is closed and no one responds to knocking |
cuz we are on a evacuation exercise. I will be back in 20 minutes. |
How about distributing object file of 00? |
@jaewooklee93 I think that's a good idea. I believe Windows machines can share the object file. Would somebody who uses Windows please upload |
In Coq IDE when I selected the compile option for Assignment08_00 the program froze. For others having this problem, I was able to get around it by compiling 00 using Gitbash and make clean; make.
The text was updated successfully, but these errors were encountered: