On Sunday 01 Feb 2004 10:00 am, Martin Pool wrote:
>
> Congratulations, you have experienced a famous samba delicacy. ;-)
> Somehow you have lost your proto.h file, and samba does not
> automatically rebuild it (for reasons I disagree with).  Try "make
> proto" and it will be OK again.  It has nothing to do with distcc or
> even parallel builds.
>

Hi Martin. 

But....
        <unpack tarball>
        ./configure
        make
...works fine.

Stick -j3 on the make and it fails with the errors I posted. So as I said, 
parallel build is broken, with or without distcc.

Or are you suggesting the build process should be

        ./configure
        make proto
        make -j3

?

Andrew

__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to