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