From: eXeC001er <exe...@gm...> - 2009-09-06 18:27:36
|
tried everything. No result. and: user1@opensolaris:~/open-vm-tools-2009.08.24-187411# make clean Making clean in docs Making clean in api rm -rf .libs _libs rm -f *.lo Making clean in . rm -rf .libs _libs rm -f *.lo Making clean in modules make: Fatal error in reader: Makefile, line 512: Unexpected end of line seen Current working directory /export/home/proof/open-vm-tools-2009.08.24-187411/modules *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "clean-recursive" in \ distclean-* | maintainer-clean-*) list='lib libvmtools vmware-user vmware-user-suid-wrapper hgfsclient hgfsmounter checkvm libguestlib rpctool scripts services toolbox vmblock-fuse xferlogs tests modules docs' ;; \ *) list='lib libvmtools hgfsclient checkvm libguestlib rpctool scripts services toolbox xferlogs tests modules docs' ;; \ esac; \ rev=''; for subdir in $list; do \ if test "$subdir" = "."; then :; else \ rev="$subdir $rev"; \ fi; \ done; \ rev="$rev ."; \ target=`echo clean-recursive | sed s/-recursive//`; \ for subdir in $rev; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done && test -z "$fail" make: Fatal error: Command failed for target `clean-recursive' 2009/9/6 Chris Ridd <chr...@ma...> > > On 6 Sep 2009, at 18:13, eXeC001er wrote: > > > I disables this options, but the error hasn't disappeared. > > Presumably a dependency is wrong somewhere; make clean should fix it. > But if it doesn't try untarring the code again and re-run configure. > > Cheers, > > Chris > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > open-vm-tools-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel > |