From 69bc05b4223bd995c61fe8fdda04b21ef6066fca Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 30 Aug 2012 17:07:44 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_3_b737b3945103c5e2aa798b4e65fbce06._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Problem_compiling_current_master/comment_3_b737b3945103c5e2aa798b4e65fbce06._comment diff --git a/doc/forum/Problem_compiling_current_master/comment_3_b737b3945103c5e2aa798b4e65fbce06._comment b/doc/forum/Problem_compiling_current_master/comment_3_b737b3945103c5e2aa798b4e65fbce06._comment new file mode 100644 index 0000000000..12c4b1af08 --- /dev/null +++ b/doc/forum/Problem_compiling_current_master/comment_3_b737b3945103c5e2aa798b4e65fbce06._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.246.16" + subject="comment 3" + date="2012-08-30T17:07:44Z" + content=""" +I've fixed this.. I think. I don't have this problem with the version of yesod I have here. +"""]] From f302161f628bb39c6c374e5a0963994cd25be87b Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 30 Aug 2012 17:15:58 +0000 Subject: [PATCH 2/2] Added a comment --- ...mment_7_6e73aca1fc1747d0e742e054b88b5d78._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/design/assistant/blog/day_66__the_merge/comment_7_6e73aca1fc1747d0e742e054b88b5d78._comment diff --git a/doc/design/assistant/blog/day_66__the_merge/comment_7_6e73aca1fc1747d0e742e054b88b5d78._comment b/doc/design/assistant/blog/day_66__the_merge/comment_7_6e73aca1fc1747d0e742e054b88b5d78._comment new file mode 100644 index 0000000000..0cb970a4cd --- /dev/null +++ b/doc/design/assistant/blog/day_66__the_merge/comment_7_6e73aca1fc1747d0e742e054b88b5d78._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.246.16" + subject="comment 7" + date="2012-08-30T17:15:58Z" + content=""" +It's hard to tell from that error message what's going on. I'd hope that there was actually a real error message printed earlier than that that. + +For now, I can only guess.. In order to install the haskell libxml-sax library, you need to have the GNOME XML2 library installed, including development headers. On Debian and derivatives, that is `apt-get install libxml2-dev`. + +Alternatively, you can disable use of dbus by passing this to your cabal install: `--flags=-Dbus` +"""]]