Re: problems compiling on solaris

2007-03-11 Thread Yegappan Lakshmanan
Hi all, On 3/7/07, Paul Stuart [EMAIL PROTECTED] wrote: Hi there, I'm having some problems compiling vim 7 on solaris 8, and I'd really appreciate it if someone could point me in the right direction. Here is the error I'm getting : make[1]: Entering directory

Re: problems compiling on solaris

2007-03-07 Thread Rodolfo Borges
On 3/7/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: The first error mentioned (at vim:h:41) is part of the following: # if (SIZEOF_INT == 0) Error: configure did not run properly. Check auto/config.log. # endif Shouldn't that be: # if (SIZEOF_INT == 0) # error Configure did not run