Displaying 4 results from an estimated 4 matches for "ac_header_tim".
Did you mean:
ac_header_time
2004 Sep 02
2
[LLVMdev] Type uint64_t required but not found
...re.ac 2 Sep 2004 20:13:17 -0000
@@ -315,7 +315,7 @@
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_CHECK_TYPES([int64_t],,AC_MSG_ERROR([Type int64_t required but not
found]))
-AC_CHECK_TYPES([uint64_t],,AC_MSG_ERROR([Type uint64_t required but not
found]))
+AC_CHECK_TYPES([uint64_t])
AC_CHECK_TYPES([u_int64_t])
AC_HEADER_TIME
AC_STRUCT_TM
_________________________________________________________________
F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/p...
2004 Sep 02
0
[LLVMdev] Type uint64_t required but not found
...13:17 -0000
} @@ -315,7 +315,7 @@
} AC_TYPE_PID_T
} AC_TYPE_SIZE_T
} AC_CHECK_TYPES([int64_t],,AC_MSG_ERROR([Type int64_t required but not
} found]))
} -AC_CHECK_TYPES([uint64_t],,AC_MSG_ERROR([Type uint64_t required but not
} found]))
} +AC_CHECK_TYPES([uint64_t])
} AC_CHECK_TYPES([u_int64_t])
} AC_HEADER_TIME
} AC_STRUCT_TM
}
Maybe instead of just assuming one will be there you can do something
like this:
AC_CHECK_TYPES([uint64_t],,
AC_CHECK_TYPES([u_int64_t],,
AC_MSG_ERROR([Type uint64_t or u_int64_t ...])))
I know I just jumped into the middle of this...
2012 Oct 03
3
2.4-beta fixes for MinGW
...U1qgAoV/QazybNnh
is5K4Tz9cbyQhGR/6Ug56WwwcaK26xF6DnYFqR+K0XeiUeNxtcRSCnMRcU1GBKY=
=2djo
-----END PGP SIGNATURE-----
-------------- next part --------------
--- icecast-2.3.99.0.orig/configure.in 2012-07-18 01:25:56 +0400
+++ icecast-2.3.99.0/configure.in 2012-10-02 15:02:32 +0400
@@ -34,8 +34,9 @@
AC_HEADER_TIME
AC_CHECK_HEADERS([alloca.h sys/timeb.h])
-AC_CHECK_HEADERS(pwd.h, AC_DEFINE(CHUID, 1, [Define if you have pwd.h]),,)
-AC_CHECK_HEADERS(unistd.h, AC_DEFINE(CHROOT, 1, [Define if you have unistd.h]),,)
+AC_CHECK_HEADERS([pwd.h, unistd.h, grp.h, sys/types.h])
+AC_CHECK_FUNC ([chuid])
+AC_CHECK_FUN...
2004 Jan 25
0
openbsd support
...in _start ()
#9 0xcfbfd6ec in ?? ()
Error accessing memory address 0x4: Invalid argument.
any ideas to isolate the problem ?
Regards
Julien
-------------- next part --------------
--- configure.in.orig Sun Jan 25 15:06:49 2004
+++ configure.in Sun Jan 25 14:41:58 2004
@@ -591,10 +591,21 @@
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(arpa/inet.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h)
-AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h)
-AC_CHECK_HEADERS(rpc/rpc.h rpcsvc/nis.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h)
+AC_CHECK_HEADERS(unistd.h utime.h gr...