Quantcast

Compiling rsync-3.0.9 on Xcode 4.4 (Mountain Lion)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Compiling rsync-3.0.9 on Xcode 4.4 (Mountain Lion)

Ian Battersby
Apologies if this isn't the right list for this post, looking for some guidance on compiling rsync on OS X 10.8 Mountain Lion having recently upgraded, including XCode 4.4.

> ./prepare-source                                             ~/Code/rsync OSXPatched@984bc92
make: Nothing to be done for `conf'.

> ./configure                                                        ~/Code/rsync OSXPatched@984bc92
        <.. snip ..>
    rsync 3.1.0dev configuration successful

> make                                                                 ~/Code/rsync OSXPatched@984bc92
autoconf -o configure.sh
        <.. snip ..>
Copying srcdir rsync.1
cp: ./rsync.1: No such file or directory
make: [man-copy] Error 1 (ignored)
Copying srcdir rsyncd.conf.5
cp: ./rsyncd.conf.5: No such file or directory
make: [man-copy] Error 1 (ignored)

Any pointers gratefully appreciated! If it is a bug then I'll happily detail in Bugzilla.

Best wishes, Ian.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Compiling rsync-3.0.9 on Xcode 4.4 (Mountain Lion)

Wayne Davison-2
On Thu, Aug 9, 2012 at 12:03 PM, Ian Battersby <[hidden email]> wrote:
Copying srcdir rsync.1
cp: ./rsync.1: No such file or directory
make: [man-copy] Error 1 (ignored)

You need yodl if you want to be able to translate the *.yo manpages into the nroff versions.  If you don't have yodl it will try to copy the files out of the srcdir (since tar releases provide the built manpages).  If that fails, it just ignores the error. 

..wayne..

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Loading...