javigon / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

'make' loops forever during normal compilation #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ./configure && make
2. Watch it loop through the same few hundred dependency checks forever
3.

What is the expected output? What do you see instead?
Finish compiling

What version of the product are you using? On what operating system?
7.4 Latest commit from today. 

Please provide any additional information below.
I waited about 40 mins to compile and it was still checking the same 
dependencies. I'm on redhat with an i7 cpu. 

Original issue reported on code.google.com by corn8...@gmail.com on 29 Mar 2014 at 12:44

GoogleCodeExporter commented 9 years ago
What was the situation before you started?
Did you do "make distclean" first?
Did you start with a clean setup or did you build before?
How did you get the files?

Original comment by brammool...@gmail.com on 29 Mar 2014 at 11:52

GoogleCodeExporter commented 9 years ago
I did try it with make clean, and make distclean first as well. I don't think 
the make part should be checking dependencies as all right? That should only 
happen with ./configure right? I got the files by just clicking download zip on 
the Google code page on the main branch. When I downloaded the src of the 
stable 7.4 from the vim website I can compile it fine. 

Original comment by benhg...@gmail.com on 29 Mar 2014 at 9:07

GoogleCodeExporter commented 9 years ago
I encountered the same problem (Scientific Linux). Stable 7.4 compiled fine as 
well.

Original comment by jonathan...@gmail.com on 13 Jan 2015 at 3:16