Opened 18 years ago

Closed 18 years ago

#40 closed defect (fixed)

Dependencies on actions do not work.

Reported by: /C=FR/O=CNRS/OU=UMR8607/CN=Vincent Garonne/emailAddress=garonne@… Owned by: arnault
Priority: high Milestone: v1r20
Component: a. Usage Version:
Severity: major Keywords:
Cc: Pere.Mato@… OS: Windows
If Other, could you precise: Experiment: Other
If Other, could you precise: GAUDI
Stack trace:
C:\LHCbSoft\cmtuser\test\cmt>make B
Microsoft (R) Program Maintenance Utility Version 7.10.3077Copyright (C) Microsoft Corporation. All rights reserved.
(constituents.nmake) Rebuilding win32_vc71_dbg.nmake(constituents.nmake) Rebuilding setup.nmakesetup.nmake ok(constituents.nmake) Building A.nmakeLibrary A(constituents.nmake) A.nmake done(constituents.nmake) Starting A"------> A : library ok""------> A ok"(constituents.nmake) A done(constituents.nmake) Building B.nmakeDocument B(constituents.nmake) B.nmake done(constituents.nmake) Starting BNMAKE : fatal error U1073: don't know how to make 'A'Stop.NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\BIN\nmake.exe"' : return codeStop.
Steps to reproduce: library A *.cpp
action B "echo hello world"
macro B_dependencies A

Description

The following requirements produces an error when making the action B. I am using version v1r18p20060606

library A *.cpp
action B "echo hello world"
macro B_dependencies A
C:\LHCbSoft\cmtuser\test\cmt>make B
Microsoft (R) Program Maintenance Utility Version 7.10.3077Copyright (C) Microsoft Corporation.  All rights reserved.
(constituents.nmake) Rebuilding win32_vc71_dbg.nmake(constituents.nmake) Rebuilding setup.nmakesetup.nmake ok(constituents.nmake) Building A.nmakeLibrary A(constituents.nmake) A.nmake done(constituents.nmake) Starting A"------> A : library ok""------> A ok"(constituents.nmake) A done(constituents.nmake) Building B.nmakeDocument B(constituents.nmake) B.nmake done(constituents.nmake) Starting BNMAKE : fatal error U1073: don't know how to make 'A'Stop.NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\BIN\nmake.exe"' : return codeStop. 

Change History (2)

comment:1 Changed 18 years ago by /C=FR/O=CNRS/OU=UMR8607/CN=Vincent Garonne/emailAddress=garonne@…

Hi,

As a non windows expert, it seems that I've `apparently' fixed the problem. Available for next release (v1r20).

Vincent.

comment:2 Changed 18 years ago by /C=FR/O=CNRS/OU=UMR8607/CN=Vincent Garonne/emailAddress=garonne@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.