2011/9/14 Chet Ramey <chet.ra...@case.edu>: >> execute_cmd.c: In function ‘execute_pipeline’: >> execute_cmd.c:2205:23: error: ‘job_control’ undeclared (first use in >> this function) >> execute_cmd.c:2205:23: note: each undeclared identifier is reported >> only once for each function it appears in > > Surrounding those two lines with #ifdef JOB_CONTROL is the right fix. > I posted it here before when the issue first came up. >
In which tarball will your fix be released ? I don't understand the code flow between the tarballs and git on savannah, the git repo contains only imports from tarballs until 4.0, and the newest tarball is 4.2. Best regards, Maciej Grela