summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2011q4/000472.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2011q4/000472.html')
-rw-r--r--pipermail/pycrypto/2011q4/000472.html105
1 files changed, 105 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2011q4/000472.html b/pipermail/pycrypto/2011q4/000472.html
new file mode 100644
index 0000000..2d9a97b
--- /dev/null
+++ b/pipermail/pycrypto/2011q4/000472.html
@@ -0,0 +1,105 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] Install failure on FreeBSD 8.2
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Install%20failure%20on%20FreeBSD%208.2&In-Reply-To=">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000470.html">
+ <LINK REL="Next" HREF="000476.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] Install failure on FreeBSD 8.2</H1>
+ <B>Gmele</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Install%20failure%20on%20FreeBSD%208.2&In-Reply-To="
+ TITLE="[pycrypto] Install failure on FreeBSD 8.2">gmele at debitcardnetwork.com
+ </A><BR>
+ <I>Wed Oct 19 16:52:20 CST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000470.html">[pycrypto] Install failure
+</A></li>
+ <LI>Next message: <A HREF="000476.html">[pycrypto] string XOR
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#472">[ date ]</a>
+ <a href="thread.html#472">[ thread ]</a>
+ <a href="subject.html#472">[ subject ]</a>
+ <a href="author.html#472">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>
+Hi,
+&#160;
+I'm trying to install the latest on my FreeBSD 8.2, Python 3.2 server.
+&#160;
+There seem to be contradictions about whether stdint.h exists.&#160;
+It is&#160;located in&#160;/usr/include/src/ with a link from /usr/include/
+&#160;
+#ll /usr/include/
+lrwxr-xr-x&#160; 1 root&#160; wheel&#160; 12 Jul 18&#160; 2010 /usr/include/stdint.h -&gt; sys/stdint.h
+&#160;
+Here are some relevant pieces of the &quot;python3.2 setup.py install&quot; results
+------------------------------
+running build_configure
+...
+checking for stdint.h... yes
+...
+checking for stdint.h... (cached) yes
+...
+checking for int16_t... yes
+checking for int32_t... yes
+checking for int64_t... yes
+checking for int8_t... yes
+checking for size_t... yes
+checking for uint16_t... yes
+checking for uint32_t... yes
+checking for uint64_t... yes
+checking for uint8_t... yes
+...
+cc -pipe -D__wchar_t=wchar_t -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -fno-strict-aliasing -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/sys/ -I/usr/local/include/python3.2mu -c src/RIPEMD160.c -o build/temp.freebsd-8.2-RELEASE-i386-3.2/src/RIPEMD160.o
+src/RIPEMD160.c:52:3: error: #error &quot;stdint.h not found&quot;
+------------------------------
+I added '/usr/include/sys/' to the include_dirs in&#160; Extension(&quot;Crypto.Hash.RIPEMD160&quot;,
+It didn't help.
+
+src/config.h contains
+/* Define to 1 if you have the &lt;stdint.h&gt; header file. */
+#undef HAVE_STDINT_H
+
+Any ideas about what is happening?
+&#160;
+Gary
+
+
+</PRE>
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000470.html">[pycrypto] Install failure
+</A></li>
+ <LI>Next message: <A HREF="000476.html">[pycrypto] string XOR
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#472">[ date ]</a>
+ <a href="thread.html#472">[ thread ]</a>
+ <a href="subject.html#472">[ subject ]</a>
+ <a href="author.html#472">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">More information about the pycrypto
+mailing list</a><br>
+</body></html>