Hi there,
I have a Linux machine (OpenSuSE 13.1) and I use GNU Make 3.82. According to the instructions, I cloned the following repository by running
git clone git://pike-git.lysator.liu.se/pike.git
so I am not sure whether it is a pre-release or stable one. Another thing is that I use rather older version of autoconf i.e. 2.13 because newer versions of autoconf are not backward compatible. I am not sure if it can be the source of the problem. I downloaded the source code of Pike and it compiled successfully. The error comes up when I clone the git repository.
Regards,
D.
On Thu, Mar 13, 2014 at 4:36 PM, Bill Welliver bill@welliver.org wrote:
Hi Danesh,
What type of system are you using? What version of make is complaining? I assume you're trying to compile from the 8.0 pre-release branch?
Bill
On Thu, 13 Mar 2014, Danesh Daroui wrote:
Dear all,
I have downloaded and compiled successfully the source code of Pike-v7.8.700. Now when I clone the git repository of Pike, the make complains about VPATH is not supported by make. I have modified VPATH variable to point to the where the source code (compiled previously) resides, but the problem is still there. Any tip for that?
Regards,
D.