From 0f9f21914742a2d75540ac192d22f7593f7615b5 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Mon, 8 Oct 2012 16:18:45 +0000 Subject: [PATCH] add links to developer docs [Imported from Trac: page CompileError, version 4] --- CompileError.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CompileError.md b/CompileError.md index 4beb7c2..9206823 100644 --- a/CompileError.md +++ b/CompileError.md @@ -34,4 +34,8 @@ Only if all three of the above attempts fail will it emit an error message like If you get an error message like this, then please look at [//source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/README.html the collection of eggs hosted on ], look at the table for the version of Python you are using, and then look in the row of that table for your platform. To see what version of Python you are using, run `python -V`. To see what platform you are using, run `python -c 'import distutils.util;print distutils.util.get_platform()'`. -If there are any blank cells in your row of the table, then that's your problem. The problem is that one of those dependencies is not available in precompiled binary form. To get this fixed, please send an email to [//cgi-bin/mailman/listinfo/tahoe-dev the tahoe-dev mailing list] politely requesting that someone who has your platform would build a precompiled binary of that dependency for you. \ No newline at end of file +If there are any blank cells in your row of the table, then that's your problem. The problem is that one of those dependencies is not available in precompiled binary form. To get this fixed, please send an email to [//cgi-bin/mailman/listinfo/tahoe-dev the tahoe-dev mailing list] politely requesting that someone who has your platform would build a precompiled binary of that dependency for you. + +# + +See also [Packaging](Packaging), [OSPackages](OSPackages), [Manual](Manual), and [NewbieDeveloperSetup](NewbieDeveloperSetup) \ No newline at end of file