diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 14:36:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 14:36:47 -0400 |
commit | c209a60827e8ebfe816952cf357fd9d9c2613e79 (patch) | |
tree | da5e1a2314481284fab6051c80205d4179f048ee /doc | |
parent | 29707409a37c0618ac35093cc1f2ac5c525c8b76 (diff) |
remove old comments, there is a build script now
Diffstat (limited to 'doc')
4 files changed, 0 insertions, 84 deletions
diff --git a/doc/install/Windows/comment_1_77e6b1023fee32277f1890def86b0106._comment b/doc/install/Windows/comment_1_77e6b1023fee32277f1890def86b0106._comment deleted file mode 100644 index aa78d28ca..000000000 --- a/doc/install/Windows/comment_1_77e6b1023fee32277f1890def86b0106._comment +++ /dev/null @@ -1,14 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM" - nickname="Bruno" - subject="comment 1" - date="2013-05-15T18:29:19Z" - content=""" -Did you have any problem installing unix-2.6.0.1? - -I got : - - cabal.exe: Missing dependencies on foreign libraries: - * Missing (or bad) header file: HsUnix.h - * Missing C libraries: rt, dl -"""]] diff --git a/doc/install/Windows/comment_2_1b4eaffa46dfff0a5e20f7f2016bdf9a._comment b/doc/install/Windows/comment_2_1b4eaffa46dfff0a5e20f7f2016bdf9a._comment deleted file mode 100644 index 5c562887c..000000000 --- a/doc/install/Windows/comment_2_1b4eaffa46dfff0a5e20f7f2016bdf9a._comment +++ /dev/null @@ -1,52 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM" - nickname="Bruno" - subject="comment 2" - date="2013-05-16T02:22:26Z" - content=""" -By doing `cabal install --only-dependencies -v3` I saw that the problem was that it didn't find `sys/times.h`: - - In file included from C:\cygwin\tmp\36.c:1:0: - include/HsUnix.h:33:23: fatal error: sys/times.h: No such file or directory - compilation terminated. - (\"C:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\mingw\\bin\\gcc.exe\",[\"-Wl,--hash-size=31\",\"-Wl,--reduce-memory-overheads\",\"C:\\cygwin\\tmp\\36.c\",\"-o\",\"C:\\cygwin\\tmp\\36\",\"-E\",\"-D__GLASGOW_HASKELL__=704\",\"-Dmingw32_HOST_OS=1\",\"-Di386_HOST_ARCH=1\",\"-Idist\\build\\autogen\",\"-Iinclude\",\"-I.\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\time-1.4\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\Win32-2.2.2.0\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\bytestring-0.9.2.1\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\base-4.5.1.0\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib/include\"]) - C:\Program Files (x86)\Haskell Platform\2012.4.0.0\mingw\bin\gcc.exe returned - ExitFailure 1 with error message: - In file included from C:\cygwin\tmp\36.c:1:0: - include/HsUnix.h:33:23: fatal error: sys/times.h: No such file or directory - compilation terminated. - cabal.exe: Missing dependencies on foreign libraries: - * Missing (or bad) header file: HsUnix.h - * Missing C libraries: rt, dl - This problem can usually be solved by installing the system packages that - provide these libraries (you may need the \"-dev\" versions). If the libraries - are already installed but in a non-standard location then you can use the - flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are. - If the header file does exist, it may contain errors that are caught by the C - compiler at the preprocessing stage. In this case you can re-run configure - with the verbosity flag -v3 to see the error messages. - Failed to install unix-2.6.0.1 - -Is it normal that cabal use mingw's gcc (from the Haskell Platform)? - -If so, should the following command work (I'm not sure if mixing mingw and cygwin stuff is ok) ? - -cabal install --only-dependencies -v3 --extra-include-dirs=C:\\cygwin\\usr\\include --extra-lib-dirs=c:\\cygwin\\lib - - configure: WARNING: unrecognized options: --with-compiler, --with-gcc - Reading parameters from .\unix.buildinfo - (\"C:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\mingw\\bin\\gcc.exe\",[\"-Wl,--hash-size=31\",\"-Wl,--reduce-memory-overheads\",\"C:\\cygwin\\tmp\\3504.c\",\"-o\",\"C:\\cygwin\\tmp\\3504\",\"-D__GLASGOW_HASKELL__=704\",\"-Dmingw32_HOST_OS=1\",\"-Di386_HOST_ARCH=1\",\"-Idist\\build\\autogen\",\"-Iinclude\",\"-IC:\\cygwin\\usr\\include\",\"-I.\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\time-1.4\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\Win32-2.2.2.0\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\bytestring-0.9.2.1\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\base-4.5.1.0\\include\",\"-IC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib/include\",\"-lrt\",\"-ldl\",\"-Lc:\\cygwin\\lib\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\time-1.4\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\old-locale-1.0.0.4\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\deepseq-1.3.0.0\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\array-0.4.0.0\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\Win32-2.2.2.0\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\bytestring-0.9.2.1\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\base-4.5.1.0\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\integer-gmp-0.4.0.0\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\\ghc-prim-0.2.0.0\",\"-LC:\\Program Files (x86)\\Haskell Platform\\2012.4.0.0\\lib\"]) - C:\Program Files (x86)\Haskell Platform\2012.4.0.0\mingw\bin\gcc.exe returned - ExitFailure 1 with error message: - In file included from include/HsUnix.h:39:0, - from C:\cygwin\tmp\3504.c:1: - C:\cygwin\usr\include/sys/resource.h:76:29: error: expected declaration - specifiers or '...' before 'id_t' - C:\cygwin\usr\include/sys/resource.h:77:29: error: expected declaration - specifiers or '...' before 'id_t' - In file included from C:\cygwin\usr\include/dirent.h:6:0, - from include/HsUnix.h:75, - from C:\cygwin\tmp\3504.c:1: - C:\cygwin\usr\include/sys/dirent.h:24:3: error: expected - specifier-qualifier-list before '__ino64_t' -"""]] diff --git a/doc/install/Windows/comment_3_b0c4c6e77246b1b4a81f6940e11b67d3._comment b/doc/install/Windows/comment_3_b0c4c6e77246b1b4a81f6940e11b67d3._comment deleted file mode 100644 index fc776f17e..000000000 --- a/doc/install/Windows/comment_3_b0c4c6e77246b1b4a81f6940e11b67d3._comment +++ /dev/null @@ -1,10 +0,0 @@ -[[!comment format=mdwn - username="http://joeyh.name/" - nickname="joey" - subject="comment 3" - date="2013-05-16T02:29:10Z" - content=""" -You need to build from git master, which is fixed to not use unix on windows, or wait for tomorrow's release. - -(Cabal will also try to upgrade network as part of installing yesod. Since the webapp is not ported yet, you need to `cabal configure -f-Webapp` for now.) -"""]] diff --git a/doc/install/Windows/comment_4_7a244275724da1f8493f3faff9268f6d._comment b/doc/install/Windows/comment_4_7a244275724da1f8493f3faff9268f6d._comment deleted file mode 100644 index f593fb92e..000000000 --- a/doc/install/Windows/comment_4_7a244275724da1f8493f3faff9268f6d._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="http://joeyh.name/" - nickname="joey" - subject="comment 4" - date="2013-05-16T16:17:52Z" - content=""" -You should probably run `cabal install` from outside cygwin. You definitely do not want to end up with libraries installed that link cygwin.dll into git-annex. mingw should provide enough stuff to run `configure` scripts. Still investigating how to get all the libraries best installed. -"""]] |