[omniORB] 4.0.4 Build error on Windows

Julien Chevalley Julien.Chevalley at Ripple-Systems.com
Thu Aug 5 17:41:08 BST 2004


Hello

I was trying to build the latest release on Windows with VC++ 6.0 and got
the following error, just after omnicpp.exe got linked:

(dir="../../../../../bin/x86_win32"; files="omnicpp.exe"; for file in
$files; do
 if [ ! -d $dir ]; then (umask 002; set -x; mkdir -p $dir); fi; dirs='. .';
case
 "$file" in /*) fullfile="$file";; *) fullfile=""; for _dir in $dirs; do if
[ -f
 $_dir/$file ]; then if [ "$_dir" = "." ]; then fullfile="$file"; else
fullfile=
"$_dir/$file"; fi; break; fi; done; if [ ! "$fullfile" ]; then echo "ERROR:
Cann
ot find $file in $dirs"; exit 1; fi;; esac; base=`basename $file`; if [ -f
$dir/
$base ] && cmp $fullfile $dir/$base >/dev/null; then echo "File $base hasn't
cha
nged."; else (set -x; install -c  $fullfile $dir); fi; done; )
+ install -c omnicpp.exe ../../../../../bin/x86_win32
/cygdrive/c/Program Files/GNU/WinCvs 1.3/install: 2: Syntax error: word
unexpect
ed


As the last line indicates, the build system is picking up a file called
"install" in my Program Files/WinCVS folder!

Deleting the file seemed to solve the problem (everything built OK) but this
probably needs a proper fix.

Regards,

Julien Chevalley



More information about the omniORB-list mailing list