bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #62858] error: too few arguments to function ‘find_in_given_path’


From: chen
Subject: [bug #62858] error: too few arguments to function ‘find_in_given_path’
Date: Wed, 3 Aug 2022 14:29:04 -0400 (EDT)

Follow-up Comment #3, bug #62858 (project make):

Just as @psmith pointed out, some functions in gnulib changed their signature,
e.g: find_in_given_path(), 
In case if someone need to build 4.3 release from git repo,
please try these steps:

1. In a dir: $dir1,
   $ git clone https://git.savannah.gnu.org/git/gnulib.git 
   $ cd gnulib
   $ git checkout 5fde00bdb689884f6de0ab2829f0df907380a010   
   # 5fde... commit is the matched version for make 4.3

2. In $dir1
   $ git clone https://git.savannah.gnu.org/git/make.git
   $ cd make
   $ git checkout 4.3 -b 4.3

3. Build
   $ ./bootstrap --gnulib-srcdir=../gnulib/
   $ ./configure;
   $ ./make; make install; 

HTH
   


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62858>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]