On 1 Feb 2004, Andrew Walrond <[EMAIL PROTECTED]> wrote: > On Sunday 01 Feb 2004 9:34 am, Lisa Seelye wrote: > > > > Care to point out where? > > Unpack v3.0.1 and do ./configure > make works just fine, but... > > [EMAIL PROTECTED] source $ make -j3 > Using FLAGS = -O -I./popt -Iinclude -I/home/public/packages/samba/ > samba-3.0.1/source/include -I/home/public/packages/samba/samba-3.0.1/source/ > ubiqx -I/home/public/packages/samba/samba-3.0.1/source/smbwrapper -I. - > D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/home/public/ > packages/samba/samba-3.0.1/source > LIBS = -lcrypt -lresolv -lnsl -ldl > Generating smbd/build_options.c > Building include/wrepld_proto.h > LDSHFLAGS = -shared > LDFLAGS = > Building include/build_env.h > creating /home/public/packages/samba/samba-3.0.1/source/nsswitch/ > winbindd_proto.h > creating /home/public/packages/samba/samba-3.0.1/source/include/wrepld_proto.h > creating /home/public/packages/samba/samba-3.0.1/source/web/swat_proto.h > Compiling dynconfig.c > creating /home/public/packages/samba/samba-3.0.1/source/client/client_proto.h > Compiling param/loadparm.c > creating /home/public/packages/samba/samba-3.0.1/source/utils/net_proto.h > Compiling param/params.c > In file included from param/loadparm.c:54In file included from dynconfig.c:21: > include/includes.h:892:19: proto.h: No such file or directory > make: *** [dynconfig.o] Error 1 > make: *** Waiting for unfinished jobs....
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. -- Martin
pgp00000.pgp
Description: PGP signature
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc
