Do I have to mount ClearCase's view ?
Alexei Karpov
Alexei.Karpov@sonycom.com
Wed Oct 21 04:07:00 GMT 1998
Hi,
ÃÂ ÃÂ ÃÂ Of course.
-- GNUmakefile file :
export AR := Y:/aaa
include $(AR)/Make/cong.make
-- Y:/aaa/Make/conf.make file ( $(AR)/Make/conf.make )
include $(AR)/Make/init.make
include $(AR)/Make/pl.make
.
.
.
MC = $(AR)/Make/Collect
ÃÂ
ÃÂ ÃÂ ÃÂ Ok, when I use this code I get next error : "missing
separator. Stop."
This error takes place in line which contains echo command. I know
it is
correct line and if I delete string MC = $(AR)/Make/Collect this
error has disappeared, but I need this line because I use the var.
ÃÂ ÃÂ ÃÂ If I assign to AR := //Y/aaa I have next error:
SD := $(AR)/src
.
.
.
depend :
ÃÂ ÃÂ ÃÂ echo Something output
ÃÂ ÃÂ ÃÂ cd $(SD) #-- Here make process has failed.
I get next message :
cd: lstat /Y failed
make: *** [depend] Error 1
ÃÂ
ÃÂ ÃÂ ÃÂ Ok, I try to mount Y: as /y and assign AR := /y/aaa,
but include commands in /y/aaa/config.make have failed.
I get : "No such file or directory". But I can see contents of
included files using cat command :
( f.e. ) cat /y/aaa/init.make.
Do You Have any ideas ?
ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ Regards,
ÃÂ
Stephen Vance wrote:
Alexei --
ÃÂ ÃÂ ÃÂ Could you provide some more information, such as
part of your
makefile?ÃÂ I have been using Cygwin with ClearCase with no problems
for
some time.ÃÂ Other than some caution relating to ':'s in target
path
names (I only use relative paths for targets), there has been little
issue.
Alexei Karpov wrote:
>ÃÂ Hi,
>>ÃÂ ÃÂ ÃÂ ÃÂ I have problem when I use clearcase's view.
> There are a lot of sources under ClearCase and I must
> create loadable image using make utility. I have my
> view and work with it as with disk. I implement next string :
>>ÃÂ ÃÂ ÃÂ ÃÂ A := //Y/aaaa/bbbbb
>> where //Y - my view mapped to disk Y:.
>ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ /aaaa/bbbbb - dir. in the view.
>> When I used this var. in my makefile make did not
> do cd command. I replaced A to Y:/aaaa/bbbbb last
> error has disappeared but next command have not
> worked :
>>ÃÂ ÃÂ ÃÂ ÃÂ include $(A)/sss/ddd
>> I do not know why it takes place. May be I have to mount
> this view( disk ) using mount command ? May be anybody
> had similar situation ?
>>ÃÂ ÃÂ ÃÂ ÃÂ Regards,
>> --
> Alexei Karpov
> SONY Platform Software Development Center - Belgium ( PSDC- B )
> Sint Stevens Woluwestraat 55 ( Rue de Woluwe-Saint-Etienne )
> 1130 Brussel ( Bruxelles ), Belgium, Europe, Earth
> Tel.ÃÂ : +32 2 724.86.50
> FaxÃÂ ÃÂ : +32 2 726.26.86
> E-mail: Alexei.Karpov@sonycom.com
>> " There is no future or freedom in the circumscribed life and
>ÃÂ ÃÂ the only other life is complete rejection of the rules...
"
>>ÃÂ ÃÂ - For help on using this list (especially unsubscribing),
send a
> message to "gnu-win32-request@cygnus.com" with one line of text:
> "help".
--
Stephen VanceÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
|ÃÂ http://www.deneb.com
Deneb Robotics, Inc.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
|ÃÂ mailto:vance@deneb.com
5500 New King StreetÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
|ÃÂ Phone: (248) 267-9696
Troy, MI 48098-2615ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
|ÃÂ Fax:ÃÂ ÃÂ (248) 267-8585
What is done well is done quickly enough. -Augustus Caesar
--ÃÂ
Alexei Karpov
SONY Platform Software Development Center - Belgium ( PSDC- B )
Sint Stevens Woluwestraat 55 ( Rue de Woluwe-Saint-Etienne )
1130 Brussel ( Bruxelles ), Belgium, Europe, Earth
Tel.ÃÂ : +32 2 724.86.50
FaxÃÂ ÃÂ : +32 2 726.26.86
E-mail: Alexei.Karpov@sonycom.com
" There is no future or freedom in the circumscribed life and
ÃÂ the only other life is complete rejection of the rules... "
ÃÂ
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list