configure.developer does not find some xfs related include files
Günter Kukkukk
linux at kukkukk.com
Fri Apr 18 09:06:06 MDT 2014
Hi all,
probably one of the WAF gurus might want to have a look.
When running ./configure.developer on opensuse-13.1 i noticed some missing
XFS related include files.
The xfs-devel package is installed.
1.) "Use xfs.h rather than libxfs.h"
http://oss.sgi.com/archives/xfs/2009-05/msg00249.html
2.) xfs/xqm.h is there, but the included file uuid.h cannot be found
-----------------------------
Checking for header xfs/xqm.h
==>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <stddef.h>
#include <memory.h>
#include <string.h>
#include <strings.h>
#include <inttypes.h>
#include <stdint.h>
#include <unistd.h>
#include <ctype.h>
#include <stdbool.h>
#include <stdarg.h>
#include <xfs/xqm.h>
int main(void) { return 0; }
<==
[1/1] Compiling [32mtest.c[0m
In file included from /usr/include/xfs/platform_defs.h:73:0,
from /usr/include/xfs/xfs.h:36,
from /usr/include/xfs/xqm.h:21,
from ../test.c:15:
/usr/include/xfs/linux.h:20:23: fatal error: uuid/uuid.h: Datei oder Verzeichnis nicht gefunden
#include <uuid/uuid.h>
....
Here on this box uuid.h is located at:
/usr/include/linux/uuid.h
I'm not sure, whether some action is needed here - or not.
Cheers, Günter
--
More information about the samba-technical
mailing list