bugmake - Bugs: bug #34542, vpath windows issues

 
 

bug #34542: vpath windows issues

Submitter:  None
Submitted:  Thu 13 Oct 2011 07:16:49 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Works for me Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  3.82 Operating System:  MS Windows
Fixed Release:  None Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 04 Mar 2012 05:18:34 PM UTC, comment #2: 

Closing as "works for me".  If anonymous comes by and updates the bug we can reopen.

Paul D. Smith <psmith>
Group administrator
Thu 13 Oct 2011 07:36:08 PM UTC, comment #1: 

I cannot reproduce this on my XP SP2 machine.  I tried versions 3.80, 3.81, and 3.82, and they all produce the expected output:

D:\usr\eli\data\test3>make
echo a/foo.c b/bar.c
a/foo.c b/bar.c

Perhaps you could run Make with the -d switch and see why it is failing.

Eli Zaretskii <eliz>
Group Member
Thu 13 Oct 2011 07:16:49 PM UTC, original submission:  

Hi,

platform: MS Windows XP SP3
make versions: 3.80 and 3.82

given following makefile:

vpath %.c a b

.PHONY: all
all: foo.c bar.c
echo $^

the directory structure is as follows:

$ ls -R
.:
a  b  Makefile

./a:
foo.c

./b:
bar.c


make gives error:

>make.exe

make.exe: * No rule to make target `foo.c', needed by `all'.  Stop.

while the same makefile works as expected on linux with make 3.82.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by eliz (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-03-04 psmith StatusNone Works for me
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code