[Haskell-cafe] trouble compiling regex posix head (I think >0.92) on ghc 6.7

Thomas Hartman thomas.hartman at db.com
Wed Aug 29 12:46:45 EDT 2007


Skipped content of type multipart/alternative-------------- next part --------------
{
addfile ./include/regex/HsRegexPosixConfig.h
hunk ./include/regex/HsRegexPosixConfig.h 1
+/* include/HsRegexPosixConfig.h.  Generated by configure.  */
+/* include/HsRegexPosixConfig.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have a POSIX regex library installed */
+#define HAVE_POSIX_REGEX 1
+
+/* Define to 1 if you have the `regcomp' function. */
+#define HAVE_REGCOMP 1
+
+/* Define to 1 if you have the <regex.h> header file. */
+#define HAVE_REGEX_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "TextRegexLazy at personal.mightyreason.com"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "Haskell regex-posix package"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "Haskell regex-posix package 0.71"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "regex-posix"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.71"
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
hunk ./regex-posix.cabal 16
-Build-Depends:          regex-base >= 0.80, base >= 2.0
+Build-Depends:          regex-base >= 0.80, base >= 2.0, array, containers, bytestring
hunk ./regex-posix.cabal 43
-Include-Dirs:           include
+Include-Dirs:           include/regex
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: regex-posix-0.92-build
Type: application/octet-stream
Size: 6952 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20070829/b4429a62/regex-posix-0-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: regex-posix-0.92-install
Type: application/octet-stream
Size: 634 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20070829/b4429a62/regex-posix-0-0003.obj


More information about the Haskell-Cafe mailing list