On Wed, Oct 01, 2008 at 11:54:58AM -0700, Prashant R wrote: > I am building libxml2 (ver 2.-2.7.1) on Max OS X 10.5.4. > everything succeeds yet a file copy during make install fails and shows up > as an error in Xcode > > *Making install in examples* > > *make[3]: Nothing to be done for `install-exec-am'.* > > */bin/sh ../../mkinstalldirs > /Users/foo/LIBXML/Output//share/doc/libxml2-2.7.1/html* > > */usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res > /Users/foo/LIBXML/Output//share/doc/libxml2-2.7.1/html* > > *install: ./*.html: No such file or directory* > > *make[3]: [install-data-local] Error 71 (ignored)* > > > > > > Is there any way I can suppress this or this could get fixed ?
Is there any way i could get more context as requested previously. I don't even know from your excerpt on what directory this is happening ! I guess it was in doc/ due to the "Making install in examples" See tar tvzf libxml2-2.7.1.tar.gz | grep /doc/ | grep html there are html pages in that directory. Why they are not there when you run 'make install' I have no idea and no way to guess ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMAIL PROTECTED] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
