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 10:35:37 -0400 (EDT)

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

                 Summary: error: too few arguments to function
‘find_in_given_path’
                 Project: make
               Submitter: chenzero
               Submitted: Wed 03 Aug 2022 02:35:36 PM UTC
                Severity: 3 - Normal
              Item Group: Build/Install
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.3
        Operating System: None
           Fixed Release: None
           Triage Status: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 03 Aug 2022 02:35:36 PM UTC By: chen <chenzero>
System: Ubuntu 20.04
Lastest master or 4.3 tag code

build step:
$ ./bootstrap
$ ./configure
$ make

then, error msg printed:
.....
src/job.c: In function ‘child_execute_job’:
src/job.c:2396:19: error: too few arguments to function ‘find_in_g
iven_path’
 2396 |     cmd = (char *)find_in_given_path (argv[0], p, 0);
....

in the findprog-in.c , the 
find_in_given_path() should have 4 params ?

Thanks!

    







    _______________________________________________________

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]