Willy Sudiarto Raharjo wrote:
Making: ../wntmsci10.pro/obj/collectdircontent.obj
> c:/PROGRA~1/MICROS~2.NET/Vc7/bin/cl.exe -Zm500 -Zc:forScope -GR -c -nologo -Gs
...
-I/cygdrive/c/STLport-5.1.5/stlport
...
> c:\cygwin\home\har2d2\OOH680_m17\soltools\mkdepend\collectdircontent.hxx(6)
> : fatal error C1083: Cannot open include file: 'set': No such file or
directory
Does this work?
$ source winenv.set.sh
to set environment variables, especially PATH
$ guw echo /cygdrive/c/STLport-5.1.5/stlport
could be c:\STLport-5.1.5\stlport
$ guw ls /cygdrive/c/STLport-5.1.5/stlport
could list files in the directory, including the missing file 'set'
If yes, your environment might be somewhat wrong since ls command
on Cygwin can find the file while cl.exe seems not to find it.
'guw' is a command that comes with OOo build environment, which
translates a file and/or directory path in Cygwin convention to
Windows native one and then executes the given command.
Do you use a symbolic link? If so, try not to use any symbolic links
as much as possible. It basically works but occasionally not to work
well under certain circumstances.
Do you use a file server such as samba, share folder of VMware,
or like that? A symbolic link created by Cygwin 'ln -s' command on
such a server does not work very well with a mixture of Cygwin and
Windows native environment.
Ciao,
Tora
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]