svn commit: samba r20808 - in branches/SAMBA_4_0/source/heimdal_build: .

Stefan (metze) Metzmacher metze at samba.org
Mon Jan 15 17:49:45 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> remove whitespace

This was the problem on the Tru64 build...

it's very important to not have whitespaces between -Ifoo...

axp> cat ipath.c
#include <standards.h>
int main(void) { return 0; }
axp> cc -I foo -c -o ipath.o ipath.c
cc: Severe: ipath.c, line 1: Cannot find file <standards.h> specified in
#include directive. (noinclfilef)
#include <standards.h>
- -^
axp> cc -Ifoo -c -o ipath.o ipath.c

metze
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFq765m70gjA5TCD8RAkc6AJsGqr41WxgeOjwh0E3OPSezhaS8ogCeOxeI
RN9Lz/ccBS3xlhWDHa6mijg=
=TD6P
-----END PGP SIGNATURE-----


More information about the samba-cvs mailing list