1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
| ==> Extracting Sources...
-> Extracting haskell-platform-2012.2.0.0.tar.gz with bsdtar
==> Starting build()...
**************************************************
*
* Haskell Platform Source Installer
*
* For the Haskell Platform 2012.2.0.0 and GHC 7.4.1
*
**************************************************
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for ghc... /usr/bin/ghc
checking for ghc-pkg... /usr/bin/ghc-pkg
checking for hsc2hs... /usr/bin/hsc2hs
checking version of ghc... 7.6.1
checking version of ghc-pkg matches... yes
checking ghc actually works... [1 of 1] Compiling Main ( conftest.hs, conftest.o )
Linking conftest ...
yes
checking for perl... /usr/bin/perl
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for zlibVersion in -lz... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for library containing glEnd... -lGL
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for library containing gluNewQuadric... -lGLU
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
checking for library containing glutMainLoop... -lglut
configure: creating ./config.status
config.status: creating scripts/config
**************************************************
* Configuration completed successfully.
*
* Install prefix: /var/cache/pacman/pkg/haskell-platform-3047/haskell-platform/pkg/usr
* Haskell packages will be registered into
* the global ghc package database
*
* If you wish to change these settings then
* use --prefix= and/or --enable-user-install
*
* Now do "make" followed by "sudo make install"
**************************************************
scripts/build.sh
**************************************************
Scanning system for any installed Haskell Platform components...
Found:None.
New packages to install: None! All done.
**************************************************
Building HUnit-1.2.4.2
"/usr/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal"
[1 of 1] Compiling Main ( Setup.hs, Setup.o )
Setup.hs:11:47: Warning:
In the use of `runTests'
(imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
Deprecated: "Please use the new testing interface instead!"
Linking Setup ...
"./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/var/cache/pacman/pkg/haskell-platform-3047/haskell-platform/pkg/usr" "--with-compiler=/usr/bin/ghc" "--with-hc-pkg=/usr/bin/ghc-pkg" "--with-hsc2hs=/usr/bin/hsc2hs" "--enable-library-profiling" "--ghc-pkg-option=--package-conf=../../packages/package.conf.inplace"
Configuring HUnit-1.2.4.2...
"./Setup" "build"
Building HUnit-1.2.4.2...
Preprocessing executable 'terminal-tests' for HUnit-1.2.4.2...
[1 of 6] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.hs, dist/build/terminal-tests/terminal-tests-tmp/Test/HUnit/Lang.o )
Test/HUnit/Lang.hs:73:18: Warning:
In the use of `mkTyCon'
(imported from Data.Dynamic, but defined in Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[2 of 6] Compiling Test.HUnit.Base ( Test/HUnit/Base.hs, dist/build/terminal-tests/terminal-tests-tmp/Test/HUnit/Base.o )
[3 of 6] Compiling Test.HUnit.Text ( Test/HUnit/Text.hs, dist/build/terminal-tests/terminal-tests-tmp/Test/HUnit/Text.o )
[4 of 6] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/terminal-tests/terminal-tests-tmp/Test/HUnit/Terminal.o )
[5 of 6] Compiling Test.HUnit ( Test/HUnit.hs, dist/build/terminal-tests/terminal-tests-tmp/Test/HUnit.o )
[6 of 6] Compiling Main ( tests/TerminalTest.lhs, dist/build/terminal-tests/terminal-tests-tmp/Main.o )
Linking dist/build/terminal-tests/terminal-tests ...
Preprocessing executable 'optimize-1-tests' for HUnit-1.2.4.2...
[1 of 5] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.hs, dist/build/optimize-1-tests/optimize-1-tests-tmp/Test/HUnit/Lang.o )
Test/HUnit/Lang.hs:73:18: Warning:
In the use of `mkTyCon'
(imported from Data.Dynamic, but defined in Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[2 of 5] Compiling Test.HUnit.Base ( Test/HUnit/Base.hs, dist/build/optimize-1-tests/optimize-1-tests-tmp/Test/HUnit/Base.o )
[3 of 5] Compiling Test.HUnit.Text ( Test/HUnit/Text.hs, dist/build/optimize-1-tests/optimize-1-tests-tmp/Test/HUnit/Text.o )
[4 of 5] Compiling Test.HUnit ( Test/HUnit.hs, dist/build/optimize-1-tests/optimize-1-tests-tmp/Test/HUnit.o )
[5 of 5] Compiling Main ( tests/HUnitTestOptimize.hs, dist/build/optimize-1-tests/optimize-1-tests-tmp/Main.o )
Linking dist/build/optimize-1-tests/optimize-1-tests ...
Preprocessing library HUnit-1.2.4.2...
[1 of 5] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o )
[2 of 5] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o )
Test/HUnit/Lang.hs:73:18: Warning:
In the use of `mkTyCon'
(imported from Data.Dynamic, but defined in Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[3 of 5] Compiling Test.HUnit.Base ( Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o )
[4 of 5] Compiling Test.HUnit.Text ( Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o )
[5 of 5] Compiling Test.HUnit ( Test/HUnit.hs, dist/build/Test/HUnit.o )
[1 of 5] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.p_o )
[2 of 5] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.p_o )
Test/HUnit/Lang.hs:73:18: Warning:
In the use of `mkTyCon'
(imported from Data.Dynamic, but defined in Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[3 of 5] Compiling Test.HUnit.Base ( Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.p_o )
[4 of 5] Compiling Test.HUnit.Text ( Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.p_o )
[5 of 5] Compiling Test.HUnit ( Test/HUnit.hs, dist/build/Test/HUnit.p_o )
In-place registering HUnit-1.2.4.2...
Preprocessing executable 'extended-tests' for HUnit-1.2.4.2...
[1 of 7] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/extended-tests/extended-tests-tmp/Test/HUnit/Terminal.o )
[2 of 7] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.hs, dist/build/extended-tests/extended-tests-tmp/Test/HUnit/Lang.o )
Test/HUnit/Lang.hs:73:18: Warning:
In the use of `mkTyCon'
(imported from Data.Dynamic, but defined in Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[3 of 7] Compiling Test.HUnit.Base ( Test/HUnit/Base.hs, dist/build/extended-tests/extended-tests-tmp/Test/HUnit/Base.o )
[4 of 7] Compiling Test.HUnit.Text ( Test/HUnit/Text.hs, dist/build/extended-tests/extended-tests-tmp/Test/HUnit/Text.o )
[5 of 7] Compiling Test.HUnit ( Test/HUnit.hs, dist/build/extended-tests/extended-tests-tmp/Test/HUnit.o )
[6 of 7] Compiling HUnitTestBase ( tests/HUnitTestBase.lhs, dist/build/extended-tests/extended-tests-tmp/HUnitTestBase.o )
[7 of 7] Compiling Main ( tests/HUnitTestExtended.lhs, dist/build/extended-tests/extended-tests-tmp/Main.o )
Linking dist/build/extended-tests/extended-tests ...
Preprocessing executable 'basic-tests' for HUnit-1.2.4.2...
[1 of 7] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/basic-tests/basic-tests-tmp/Test/HUnit/Terminal.o )
[2 of 7] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.hs, dist/build/basic-tests/basic-tests-tmp/Test/HUnit/Lang.o )
Test/HUnit/Lang.hs:73:18: Warning:
In the use of `mkTyCon'
(imported from Data.Dynamic, but defined in Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[3 of 7] Compiling Test.HUnit.Base ( Test/HUnit/Base.hs, dist/build/basic-tests/basic-tests-tmp/Test/HUnit/Base.o )
[4 of 7] Compiling Test.HUnit.Text ( Test/HUnit/Text.hs, dist/build/basic-tests/basic-tests-tmp/Test/HUnit/Text.o )
[5 of 7] Compiling Test.HUnit ( Test/HUnit.hs, dist/build/basic-tests/basic-tests-tmp/Test/HUnit.o )
[6 of 7] Compiling HUnitTestBase ( tests/HUnitTestBase.lhs, dist/build/basic-tests/basic-tests-tmp/HUnitTestBase.o )
[7 of 7] Compiling Main ( tests/HUnitTest98.lhs, dist/build/basic-tests/basic-tests-tmp/Main.o )
Linking dist/build/basic-tests/basic-tests ...
"./Setup" "register" "--inplace"
In-place registering HUnit-1.2.4.2...
"./Setup" "haddock" "--hyperlink-source"
Running Haddock for HUnit-1.2.4.2...
Setup: The program hscolour version >=1.8 is required but it could not be
found.
Generating the HUnit-1.2.4.2 package documentation failed
**************************************************
Building OpenGL-2.2.3.1
"/usr/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal"
[1 of 1] Compiling Main ( Setup.hs, Setup.o )
Linking Setup ...
"./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/var/cache/pacman/pkg/haskell-platform-3047/haskell-platform/pkg/usr" "--with-compiler=/usr/bin/ghc" "--with-hc-pkg=/usr/bin/ghc-pkg" "--with-hsc2hs=/usr/bin/hsc2hs" "--enable-library-profiling" "--ghc-pkg-option=--package-conf=../../packages/package.conf.inplace"
Configuring OpenGL-2.2.3.1...
configure: WARNING: unrecognized options: --with-hc-pkg, --with-gcc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for Windows environment... no
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for atan... no
checking for atan in -lm... yes
checking for GL library... -lGL -lm
checking for GLU library... -lGLU -lGL -lm
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking OpenGL/gl.h usability... no
checking OpenGL/gl.h presence... no
checking for OpenGL/gl.h... no
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking OpenGL/glu.h usability... no
checking OpenGL/glu.h presence... no
checking for OpenGL/glu.h... no
checking Haskell type for GLboolean... Word8
checking Haskell type for GLbyte... Int8
checking Haskell type for GLubyte... Word8
checking Haskell type for GLshort... Int16
checking Haskell type for GLushort... Word16
checking Haskell type for GLint... Int32
checking Haskell type for GLuint... Word32
checking Haskell type for GLsizei... Int32
checking Haskell type for GLenum... Word32
checking Haskell type for GLbitfield... Word32
checking Haskell type for GLfloat... Float
checking Haskell type for GLclampf... Float
checking Haskell type for GLdouble... Double
checking Haskell type for GLclampd... Double
checking Haskell type for char... Int8
checking Haskell type for GLchar... Int8
checking Haskell type for ptrdiff_t... Int64
checking Haskell type for GLintptr... Int64
checking Haskell type for GLsizeiptr... Int64
configure: creating ./config.status
config.status: creating OpenGL.buildinfo
config.status: creating include/HsOpenGLConfig.h
config.status: creating include/HsOpenGL.h
configure: WARNING: unrecognized options: --with-hc-pkg, --with-gcc
"./Setup" "build"
Building OpenGL-2.2.3.1...
Preprocessing library OpenGL-2.2.3.1...
[ 1 of 86] Compiling Graphics.Rendering.OpenGL.GL.FlushFinish ( Graphics/Rendering/OpenGL/GL/FlushFinish.hs, dist/build/Graphics/Rendering/OpenGL/GL/FlushFinish.o )
[ 2 of 86] Compiling Graphics.Rendering.OpenGL.GL.IOState ( Graphics/Rendering/OpenGL/GL/IOState.hs, dist/build/Graphics/Rendering/OpenGL/GL/IOState.o )
[ 3 of 86] Compiling Graphics.Rendering.OpenGL.GL.PeekPoke ( Graphics/Rendering/OpenGL/GL/PeekPoke.hs, dist/build/Graphics/Rendering/OpenGL/GL/PeekPoke.o )
[ 4 of 86] Compiling Graphics.Rendering.OpenGL.GL.Tensor ( Graphics/Rendering/OpenGL/GL/Tensor.hs, dist/build/Graphics/Rendering/OpenGL/GL/Tensor.o )
Graphics/Rendering/OpenGL/GL/Tensor.hs:59:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/Tensor.hs:96:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/Tensor.hs:133:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/Tensor.hs:170:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/Tensor.hs:207:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/Tensor.hs:244:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/Tensor.hs:281:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/Tensor.hs:318:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[ 5 of 86] Compiling Graphics.Rendering.OpenGL.GL.VertexAttributes ( Graphics/Rendering/OpenGL/GL/VertexAttributes.hs, dist/build/Graphics/Rendering/OpenGL/GL/VertexAttributes.o )
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:62:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:99:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:136:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:173:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:209:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:246:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:283:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:320:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Graphics/Rendering/OpenGL/GL/VertexAttributes.hs:357:28: Warning:
In the use of `mkTyCon' (imported from Data.Typeable):
Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[ 6 of 86] Compiling Graphics.Rendering.OpenGL.GL.GLboolean ( Graphics/Rendering/OpenGL/GL/GLboolean.hs, dist/build/Graphics/Rendering/OpenGL/GL/GLboolean.o )
[ 7 of 86] Compiling Graphics.Rendering.OpenGL.GL.Extensions ( Graphics/Rendering/OpenGL/GL/Extensions.hs, dist/build/Graphics/Rendering/OpenGL/GL/Extensions.o )
[ 8 of 86] Compiling Graphics.Rendering.OpenGL.GL.Exception ( Graphics/Rendering/OpenGL/GL/Exception.hs, dist/build/Graphics/Rendering/OpenGL/GL/Exception.o )
[ 9 of 86] Compiling Graphics.Rendering.OpenGL.GL.StateVar ( Graphics/Rendering/OpenGL/GL/StateVar.hs, dist/build/Graphics/Rendering/OpenGL/GL/StateVar.o )
[10 of 86] Compiling Graphics.Rendering.OpenGL.GL.BasicTypes ( Graphics/Rendering/OpenGL/GL/BasicTypes.hs, dist/build/Graphics/Rendering/OpenGL/GL/BasicTypes.o )
[11 of 86] Compiling Graphics.Rendering.OpenGL.GL.EdgeFlag ( Graphics/Rendering/OpenGL/GL/EdgeFlag.hs, dist/build/Graphics/Rendering/OpenGL/GL/EdgeFlag.o )
[12 of 86] Compiling Graphics.Rendering.OpenGL.GL.PrimitiveMode ( Graphics/Rendering/OpenGL/GL/PrimitiveMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/PrimitiveMode.o )
[13 of 86] Compiling Graphics.Rendering.OpenGL.GLU.ErrorsInternal ( Graphics/Rendering/OpenGL/GLU/ErrorsInternal.hs, dist/build/Graphics/Rendering/OpenGL/GLU/ErrorsInternal.o )
[14 of 86] Compiling Graphics.Rendering.OpenGL.GL.QueryUtils ( Graphics/Rendering/OpenGL/GL/QueryUtils.hs, dist/build/Graphics/Rendering/OpenGL/GL/QueryUtils.o )
[15 of 86] Compiling Graphics.Rendering.OpenGL.GL.BeginEnd ( Graphics/Rendering/OpenGL/GL/BeginEnd.hs, dist/build/Graphics/Rendering/OpenGL/GL/BeginEnd.o )
[16 of 86] Compiling Graphics.Rendering.OpenGL.GLU.Errors ( Graphics/Rendering/OpenGL/GLU/Errors.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Errors.o )
[17 of 86] Compiling Graphics.Rendering.OpenGL.GL.Face ( Graphics/Rendering/OpenGL/GL/Face.hs, dist/build/Graphics/Rendering/OpenGL/GL/Face.o )
[18 of 86] Compiling Graphics.Rendering.OpenGL.GL.Texturing.TextureUnit ( Graphics/Rendering/OpenGL/GL/Texturing/TextureUnit.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/TextureUnit.o )
[19 of 86] Compiling Graphics.Rendering.OpenGL.GL.VertexSpec ( Graphics/Rendering/OpenGL/GL/VertexSpec.hs, dist/build/Graphics/Rendering/OpenGL/GL/VertexSpec.o )
[20 of 86] Compiling Graphics.Rendering.OpenGL.GL.DataType ( Graphics/Rendering/OpenGL/GL/DataType.hs, dist/build/Graphics/Rendering/OpenGL/GL/DataType.o )
[21 of 86] Compiling Graphics.Rendering.OpenGL.GL.Domain ( Graphics/Rendering/OpenGL/GL/Domain.hs, dist/build/Graphics/Rendering/OpenGL/GL/Domain.o )
[22 of 86] Compiling Graphics.Rendering.OpenGL.GL.PolygonMode ( Graphics/Rendering/OpenGL/GL/PolygonMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/PolygonMode.o )
[23 of 86] Compiling Graphics.Rendering.OpenGL.GL.RenderMode ( Graphics/Rendering/OpenGL/GL/RenderMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/RenderMode.o )
[24 of 86] Compiling Graphics.Rendering.OpenGL.GL.Selection ( Graphics/Rendering/OpenGL/GL/Selection.hs, dist/build/Graphics/Rendering/OpenGL/GL/Selection.o )
[25 of 86] Compiling Graphics.Rendering.OpenGL.GL.Feedback ( Graphics/Rendering/OpenGL/GL/Feedback.hs, dist/build/Graphics/Rendering/OpenGL/GL/Feedback.o )
[26 of 86] Compiling Graphics.Rendering.OpenGL.GL.BufferMode ( Graphics/Rendering/OpenGL/GL/BufferMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/BufferMode.o )
[27 of 86] Compiling Graphics.Rendering.OpenGL.GL.Hints ( Graphics/Rendering/OpenGL/GL/Hints.hs, dist/build/Graphics/Rendering/OpenGL/GL/Hints.o )
[28 of 86] Compiling Graphics.Rendering.OpenGL.GL.Rectangles ( Graphics/Rendering/OpenGL/GL/Rectangles.hs, dist/build/Graphics/Rendering/OpenGL/GL/Rectangles.o )
[29 of 86] Compiling Graphics.Rendering.OpenGL.GL.StringQueries ( Graphics/Rendering/OpenGL/GL/StringQueries.hs, dist/build/Graphics/Rendering/OpenGL/GL/StringQueries.o )
[30 of 86] Compiling Graphics.Rendering.OpenGL.GL.SavingState ( Graphics/Rendering/OpenGL/GL/SavingState.hs, dist/build/Graphics/Rendering/OpenGL/GL/SavingState.o )
[31 of 86] Compiling Graphics.Rendering.OpenGL.GL.BlendingFactor ( Graphics/Rendering/OpenGL/GL/BlendingFactor.hs, dist/build/Graphics/Rendering/OpenGL/GL/BlendingFactor.o )
[32 of 86] Compiling Graphics.Rendering.OpenGL.GL.ComparisonFunction ( Graphics/Rendering/OpenGL/GL/ComparisonFunction.hs, dist/build/Graphics/Rendering/OpenGL/GL/ComparisonFunction.o )
[33 of 86] Compiling Graphics.Rendering.OpenGL.GL.Texturing.PixelInternalFormat ( Graphics/Rendering/OpenGL/GL/Texturing/PixelInternalFormat.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/PixelInternalFormat.o )
[34 of 86] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Sink ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Sink.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Sink.o )
[35 of 86] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Reset ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Reset.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Reset.o )
[36 of 86] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage ( Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.o )
[37 of 86] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap ( Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.o )
[38 of 86] Compiling Graphics.Rendering.OpenGL.GL.PixelFormat ( Graphics/Rendering/OpenGL/GL/PixelFormat.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelFormat.o )
[39 of 86] Compiling Graphics.Rendering.OpenGL.GL.PixelData ( Graphics/Rendering/OpenGL/GL/PixelData.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelData.o )
[40 of 86] Compiling Graphics.Rendering.OpenGL.GL.PointParameter ( Graphics/Rendering/OpenGL/GL/PointParameter.hs, dist/build/Graphics/Rendering/OpenGL/GL/PointParameter.o )
[41 of 86] Compiling Graphics.Rendering.OpenGL.GLU.Initialization ( Graphics/Rendering/OpenGL/GLU/Initialization.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Initialization.o )
[42 of 86] Compiling Graphics.Rendering.OpenGL.GLU.Tessellation ( Graphics/Rendering/OpenGL/GLU/Tessellation.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Tessellation.o )
[43 of 86] Compiling Graphics.Rendering.OpenGL.GL.Capability ( Graphics/Rendering/OpenGL/GL/Capability.hs, dist/build/Graphics/Rendering/OpenGL/GL/Capability.o )
[44 of 86] Compiling Graphics.Rendering.OpenGL.GL.CoordTrans ( Graphics/Rendering/OpenGL/GL/CoordTrans.hs, dist/build/Graphics/Rendering/OpenGL/GL/CoordTrans.o )
[45 of 86] Compiling Graphics.Rendering.OpenGL.GL.Bitmaps ( Graphics/Rendering/OpenGL/GL/Bitmaps.hs, dist/build/Graphics/Rendering/OpenGL/GL/Bitmaps.o )
[46 of 86] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Rasterization ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Rasterization.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Rasterization.o )
[47 of 86] Compiling Graphics.Rendering.OpenGL.GLU.Matrix ( Graphics/Rendering/OpenGL/GLU/Matrix.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Matrix.o )
[48 of 86] Compiling Graphics.Rendering.OpenGL.GL.VertexArrays ( Graphics/Rendering/OpenGL/GL/VertexArrays.hs, dist/build/Graphics/Rendering/OpenGL/GL/VertexArrays.o )
Graphics/Rendering/OpenGL/GL/VertexArrays.hs:557:1:
Unacceptable argument type in foreign declaration: AttribLocation
When checking declaration:
foreign import ccall unsafe "dynamic" dyn_glVertexAttribPointerARB
:: Invoker (AttribLocation
-> GLint -> GLenum -> GLboolean -> GLsizei -> Ptr a -> IO ())
Graphics/Rendering/OpenGL/GL/VertexArrays.hs:558:1:
Unacceptable argument type in foreign declaration: AttribLocation
When checking declaration:
foreign import ccall unsafe "dynamic" dyn_glVertexAttribIPointer
:: Invoker (AttribLocation
-> GLint -> GLenum -> GLsizei -> Ptr a -> IO ())
Graphics/Rendering/OpenGL/GL/VertexArrays.hs:574:1:
Unacceptable argument type in foreign declaration: AttribLocation
When checking declaration:
foreign import ccall unsafe "dynamic" dyn_glDisableVertexAttribArrayARB
:: Invoker (AttribLocation -> IO ())
Graphics/Rendering/OpenGL/GL/VertexArrays.hs:575:1:
Unacceptable argument type in foreign declaration: AttribLocation
When checking declaration:
foreign import ccall unsafe "dynamic" dyn_glEnableVertexAttribArrayARB
:: Invoker (AttribLocation -> IO ())
Error:
Building the OpenGL-2.2.3.1 package failed
make: *** [build.stamp] Error 2
==> ERROR: A failure occurred in build().
Aborting... |