Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295459 | Differences between
and this patch

Collapse All | Expand All

(-)digikam-1.0.0-rc.old/build/CMakeCache.txt (+1294 lines)
Line 0 Link Here
1
# This is the CMakeCache file.
2
# For build in directory: /home/scarab/tmp/digikam-1.0.0-rc/build
3
# It was generated by CMake: /usr/bin/cmake
4
# You can edit this file to change values found and used by cmake.
5
# If you do not want to change any of the values, simply exit the editor.
6
# If you do want to change a value, simply edit, save, and exit the editor.
7
# The syntax for the file is as follows:
8
# KEY:TYPE=VALUE
9
# KEY is the name of a variable in the cache.
10
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
11
# VALUE is the current value for the KEY.
12
13
########################
14
# EXTERNAL cache entries
15
########################
16
17
//Path to a program.
18
AUTOMOC4_EXECUTABLE:FILEPATH=/usr/bin/automoc4
19
20
//The directory containing a CMake configuration file for Automoc4.
21
Automoc4_DIR:PATH=/usr/lib64/automoc4
22
23
//Path to a program.
24
CMAKE_AR:FILEPATH=/usr/bin/ar
25
26
//For backwards compatibility, what version of CMake commands and
27
// syntax should this version of CMake try to support.
28
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
29
30
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
31
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
32
CMAKE_BUILD_TYPE:STRING=
33
34
//Enable/Disable color output during build.
35
CMAKE_COLOR_MAKEFILE:BOOL=ON
36
37
//CXX compiler.
38
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
39
40
//Flags used by the compiler during all build types.
41
CMAKE_CXX_FLAGS:STRING=
42
43
//Flags used by the compiler during debug builds.
44
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
45
46
//Flags used by the compiler during release minsize builds.
47
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG -DQT_NO_DEBUG
48
49
//Flags used by the compiler during release builds.
50
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG -DQT_NO_DEBUG
51
52
//Flags used by the compiler during Release with Debug Info builds.
53
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DQT_NO_DEBUG
54
55
//C compiler.
56
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
57
58
//Flags used by the compiler during all build types.
59
CMAKE_C_FLAGS:STRING=
60
61
//Flags used by the compiler during debug builds.
62
CMAKE_C_FLAGS_DEBUG:STRING=-g
63
64
//Flags used by the compiler during release minsize builds.
65
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
66
67
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
68
// /Ot /Oy /Gs will produce slightly less optimized but smaller
69
// files).
70
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
71
72
//Flags used by the compiler during Release with Debug Info builds.
73
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
74
75
//Flags used by the linker.
76
CMAKE_EXE_LINKER_FLAGS:STRING=
77
78
//Flags used by the linker during debug builds.
79
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
80
81
//Flags used by the linker during release minsize builds.
82
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
83
84
//Flags used by the linker during release builds.
85
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
86
87
//Flags used by the linker during Release with Debug Info builds.
88
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
89
90
//Install path prefix, prepended onto install directories.
91
CMAKE_INSTALL_PREFIX:PATH=/usr/local
92
93
//Path to a program.
94
CMAKE_LINKER:FILEPATH=/usr/bin/ld
95
96
//Path to a program.
97
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
98
99
//Flags used by the linker during the creation of modules.
100
CMAKE_MODULE_LINKER_FLAGS:STRING=
101
102
//Flags used by the linker during debug builds.
103
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
104
105
//Flags used by the linker during release minsize builds.
106
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
107
108
//Flags used by the linker during release builds.
109
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
110
111
//Flags used by the linker during Release with Debug Info builds.
112
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
113
114
//Path to a program.
115
CMAKE_NM:FILEPATH=/usr/bin/nm
116
117
//Path to a program.
118
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
119
120
//Path to a program.
121
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
122
123
//Value Computed by CMake
124
CMAKE_PROJECT_NAME:STATIC=digikam
125
126
//Path to a program.
127
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
128
129
//Flags used by the linker during the creation of dll's.
130
CMAKE_SHARED_LINKER_FLAGS:STRING=
131
132
//Flags used by the linker during debug builds.
133
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
134
135
//Flags used by the linker during release minsize builds.
136
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
137
138
//Flags used by the linker during release builds.
139
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
140
141
//Flags used by the linker during Release with Debug Info builds.
142
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
143
144
//If set, runtime paths are not added when using shared libraries.
145
CMAKE_SKIP_RPATH:BOOL=NO
146
147
//Path to a program.
148
CMAKE_STRIP:FILEPATH=/usr/bin/strip
149
150
//If true, cmake will use relative paths in makefiles and projects.
151
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
152
153
//If this value is on, makefiles will be generated without the
154
// .SILENT directive, and all commands will be echoed to the console
155
// during the make.  This is useful for debugging only. With Visual
156
// Studio IDE projects all commands are done without /nologo.
157
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
158
159
//Build digiKam with libgphoto2 support (default=ON)
160
ENABLE_GPHOTO2:BOOL=ON
161
162
//Build digiKam theme designer (default=OFF)
163
ENABLE_THEMEDESIGNER:BOOL=OFF
164
165
//Build digiKam with thumbnails database support (default=ON)
166
ENABLE_THUMBS_DB:BOOL=ON
167
168
//Single output directory for building all executables.
169
EXECUTABLE_OUTPUT_PATH:PATH=
170
171
//Path to a program.
172
GHOTO2CONFIG_EXECUTABLE:FILEPATH=GHOTO2CONFIG_EXECUTABLE-NOTFOUND
173
174
//Path to a program.
175
GHOTO2PORTCONFIG_EXECUTABLE:FILEPATH=GHOTO2PORTCONFIG_EXECUTABLE-NOTFOUND
176
177
//Path to a file.
178
GLIB2_INTERNAL_INCLUDE_DIR:PATH=/usr/lib64/glib-2.0/include
179
180
//Path to a library.
181
GLIB2_LIBRARIES:FILEPATH=/usr/lib64/libglib-2.0.so
182
183
//Path to a file.
184
GLIB2_MAIN_INCLUDE_DIR:PATH=/usr/include/glib-2.0
185
186
//Path to a file.
187
JASPER_INCLUDE_DIR:PATH=/usr/include
188
189
//Path to a library.
190
JASPER_LIBRARY:FILEPATH=/usr/lib64/libjasper.so
191
192
//Path to a file.
193
JPEG_INCLUDE_DIR:PATH=/usr/include
194
195
//Path to a library.
196
JPEG_LIBRARY:FILEPATH=/usr/lib64/libjpeg.so
197
198
//Path to a file.
199
KDCRAW_LOCAL_FOUND:FILEPATH=KDCRAW_LOCAL_FOUND-NOTFOUND
200
201
//Build the tests
202
KDE4_BUILD_TESTS:BOOL=OFF
203
204
//Path to a file.
205
KDE4_DATA_DIR:PATH=/usr/share/apps
206
207
//Enable final all-in-one compilation
208
KDE4_ENABLE_FINAL:BOOL=OFF
209
210
//Enable platform supports PIE linking
211
KDE4_ENABLE_FPIE:BOOL=OFF
212
213
//Create targets htmlhandbook for creating the html versions of
214
// the docbook docs
215
KDE4_ENABLE_HTMLHANDBOOK:BOOL=OFF
216
217
//do not build kamera (gphoto2 required)
218
KDE4_GPHOTO2:BOOL=ON
219
220
//Path to a program.
221
KDE4_KDECONFIG_EXECUTABLE:FILEPATH=/usr/bin/kde4-config
222
223
//Path to a file.
224
KDE4_PLASMA_OPENGL_FOUND:FILEPATH=/usr/include/plasma/glapplet.h
225
226
//Prefer to install the <package>Config.cmake files to lib/cmake/<package>
227
// instead to lib/<package>/cmake
228
KDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=ON
229
230
//Path to a file.
231
KEXIV2_INCLUDE_DIR:PATH=/usr/include
232
233
//Path to a library.
234
KEXIV2_LIBRARIES:FILEPATH=/usr/lib64/libkexiv2.so
235
236
//Path to a file.
237
KEXIV2_LOCAL_FOUND:FILEPATH=KEXIV2_LOCAL_FOUND-NOTFOUND
238
239
//Path to a file.
240
KIPI_LOCAL_FOUND:FILEPATH=KIPI_LOCAL_FOUND-NOTFOUND
241
242
//The directory containing a CMake configuration file for KdepimLibs.
243
KdepimLibs_DIR:PATH=/usr/lib64/cmake/KdepimLibs
244
245
//Path to a file.
246
LCMS_INCLUDE_DIR:PATH=/usr/include
247
248
//Path to a library.
249
LCMS_LIBRARIES:FILEPATH=/usr/lib64/liblcms.so
250
251
//Path to a file.
252
LENSFUN_INCLUDE_DIR:PATH=LENSFUN_INCLUDE_DIR-NOTFOUND
253
254
//Path to a library.
255
LENSFUN_LIBRARY:FILEPATH=LENSFUN_LIBRARY-NOTFOUND
256
257
//Path to a file.
258
LIBMARBLEWIDGET_INCLUDE_DIR:PATH=/usr/include
259
260
//Path to a library.
261
LIBMARBLEWIDGET_LIBRARY:FILEPATH=/usr/lib64/libmarblewidget.so
262
263
//Single output directory for building all libraries.
264
LIBRARY_OUTPUT_PATH:PATH=
265
266
//Define suffix of directory name (32/64)
267
LIB_SUFFIX:STRING=64
268
269
//Path to a file.
270
LQR-1_INCLUDE_DIR:PATH=LQR-1_INCLUDE_DIR-NOTFOUND
271
272
//Path to a library.
273
LQR-1_LIBRARY:FILEPATH=LQR-1_LIBRARY-NOTFOUND
274
275
//Path to a file.
276
NEPOMUK_INCLUDE_DIR:PATH=NEPOMUK_INCLUDE_DIR-NOTFOUND
277
278
//Path to a library.
279
NEPOMUK_LIBRARIES:FILEPATH=NEPOMUK_LIBRARIES-NOTFOUND
280
281
//Path to a program.
282
PERL_EXECUTABLE:FILEPATH=/usr/bin/perl
283
284
//Path to a file.
285
PHONON_INCLUDE_DIR:PATH=/usr/include
286
287
//Path to a library.
288
PHONON_LIBRARY:FILEPATH=/usr/lib64/libphonon.so
289
290
//Path to a program.
291
PKGCONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
292
293
//pkg-config executable
294
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
295
296
//Path to a library.
297
PNG_LIBRARY:FILEPATH=/usr/lib64/libpng.so
298
299
//Path to a file.
300
PNG_PNG_INCLUDE_DIR:PATH=/usr/include
301
302
//Path to a program.
303
QT_DBUSCPP2XML_EXECUTABLE:FILEPATH=/usr/bin/qdbuscpp2xml
304
305
//Path to a program.
306
QT_DBUSXML2CPP_EXECUTABLE:FILEPATH=/usr/bin/qdbusxml2cpp
307
308
//The location of the Qt docs
309
QT_DOC_DIR:PATH=/usr/share/doc/qt-4.6.0_beta1
310
311
QT_INCLUDE_DIR:PATH=/usr/include/qt4
312
313
//Qt library dir
314
QT_LIBRARY_DIR:PATH=/usr/lib64/qt4
315
316
//Path to a program.
317
QT_LRELEASE_EXECUTABLE:FILEPATH=/usr/bin/lrelease
318
319
//Path to a program.
320
QT_LUPDATE_EXECUTABLE:FILEPATH=/usr/bin/lupdate
321
322
//The location of the Qt mkspecs containing qconfig.pri
323
QT_MKSPECS_DIR:PATH=/usr/share/qt4/mkspecs
324
325
//The moc executable
326
QT_MOC_EXECUTABLE:FILEPATH=/usr/bin/moc
327
328
//Path to a file.
329
QT_PHONON_INCLUDE_DIR:PATH=QT_PHONON_INCLUDE_DIR-NOTFOUND
330
331
//Path to a library.
332
QT_PHONON_LIBRARY:FILEPATH=QT_PHONON_LIBRARY-NOTFOUND
333
334
//The location of the Qt plugins
335
QT_PLUGINS_DIR:PATH=/usr/lib64/qt4/plugins
336
337
//Path to a program.
338
QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake
339
340
//Path to a file.
341
QT_QT3SUPPORT_INCLUDE_DIR:PATH=/usr/include/qt4/Qt3Support
342
343
//Path to a library.
344
QT_QT3SUPPORT_LIBRARY:FILEPATH=/usr/lib64/qt4/libQt3Support.so
345
346
//Path to a file.
347
QT_QTASSISTANTCLIENT_INCLUDE_DIR:PATH=QT_QTASSISTANTCLIENT_INCLUDE_DIR-NOTFOUND
348
349
//Path to a library.
350
QT_QTASSISTANTCLIENT_LIBRARY:FILEPATH=QT_QTASSISTANTCLIENT_LIBRARY-NOTFOUND
351
352
//Path to a file.
353
QT_QTASSISTANT_INCLUDE_DIR:PATH=QT_QTASSISTANT_INCLUDE_DIR-NOTFOUND
354
355
//Path to a library.
356
QT_QTASSISTANT_LIBRARY:FILEPATH=QT_QTASSISTANT_LIBRARY-NOTFOUND
357
358
//Path to a file.
359
QT_QTCORE_INCLUDE_DIR:PATH=/usr/include/qt4/QtCore
360
361
//Path to a library.
362
QT_QTCORE_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtCore.so
363
364
//Path to a file.
365
QT_QTDBUS_INCLUDE_DIR:PATH=/usr/include/qt4/QtDBus
366
367
//Path to a library.
368
QT_QTDBUS_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtDBus.so
369
370
//Path to a file.
371
QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR:PATH=/usr/include/qt4/QtDesigner
372
373
//Path to a library.
374
QT_QTDESIGNERCOMPONENTS_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtDesignerComponents.so
375
376
//Path to a file.
377
QT_QTDESIGNER_INCLUDE_DIR:PATH=/usr/include/qt4/QtDesigner
378
379
//Path to a library.
380
QT_QTDESIGNER_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtDesigner.so
381
382
//Path to a file.
383
QT_QTGUI_INCLUDE_DIR:PATH=/usr/include/qt4/QtGui
384
385
//Path to a library.
386
QT_QTGUI_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtGui.so
387
388
//Path to a file.
389
QT_QTHELP_INCLUDE_DIR:PATH=QT_QTHELP_INCLUDE_DIR-NOTFOUND
390
391
//Path to a library.
392
QT_QTHELP_LIBRARY:FILEPATH=QT_QTHELP_LIBRARY-NOTFOUND
393
394
//Path to a file.
395
QT_QTMOTIF_INCLUDE_DIR:PATH=QT_QTMOTIF_INCLUDE_DIR-NOTFOUND
396
397
//Path to a library.
398
QT_QTMOTIF_LIBRARY:FILEPATH=QT_QTMOTIF_LIBRARY-NOTFOUND
399
400
//Path to a file.
401
QT_QTNETWORK_INCLUDE_DIR:PATH=/usr/include/qt4/QtNetwork
402
403
//Path to a library.
404
QT_QTNETWORK_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtNetwork.so
405
406
//Path to a file.
407
QT_QTNSPLUGIN_INCLUDE_DIR:PATH=QT_QTNSPLUGIN_INCLUDE_DIR-NOTFOUND
408
409
//Path to a library.
410
QT_QTNSPLUGIN_LIBRARY:FILEPATH=QT_QTNSPLUGIN_LIBRARY-NOTFOUND
411
412
//Path to a file.
413
QT_QTOPENGL_INCLUDE_DIR:PATH=/usr/include/qt4/QtOpenGL
414
415
//Path to a library.
416
QT_QTOPENGL_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtOpenGL.so
417
418
//Path to a file.
419
QT_QTSCRIPT_INCLUDE_DIR:PATH=/usr/include/qt4/QtScript
420
421
//Path to a library.
422
QT_QTSCRIPT_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtScript.so
423
424
//Path to a file.
425
QT_QTSQL_INCLUDE_DIR:PATH=/usr/include/qt4/QtSql
426
427
//Path to a library.
428
QT_QTSQL_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtSql.so
429
430
//Path to a file.
431
QT_QTSVG_INCLUDE_DIR:PATH=/usr/include/qt4/QtSvg
432
433
//Path to a library.
434
QT_QTSVG_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtSvg.so
435
436
//Path to a file.
437
QT_QTTEST_INCLUDE_DIR:PATH=/usr/include/qt4/QtTest
438
439
//Path to a library.
440
QT_QTTEST_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtTest.so
441
442
//Path to a file.
443
QT_QTUITOOLS_INCLUDE_DIR:PATH=/usr/include/qt4/QtUiTools
444
445
//Path to a library.
446
QT_QTUITOOLS_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtUiTools.a
447
448
//Path to a file.
449
QT_QTWEBKIT_INCLUDE_DIR:PATH=/usr/include/qt4/QtWebKit
450
451
//Path to a library.
452
QT_QTWEBKIT_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtWebKit.so
453
454
//Path to a file.
455
QT_QTXMLPATTERNS_INCLUDE_DIR:PATH=/usr/include/qt4/QtXmlPatterns
456
457
//Path to a library.
458
QT_QTXMLPATTERNS_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtXmlPatterns.so
459
460
//Path to a file.
461
QT_QTXML_INCLUDE_DIR:PATH=/usr/include/qt4/QtXml
462
463
//Path to a library.
464
QT_QTXML_LIBRARY:FILEPATH=/usr/lib64/qt4/libQtXml.so
465
466
//Path to a file.
467
QT_QT_INCLUDE_DIR:PATH=/usr/include/qt4/Qt
468
469
//Path to a program.
470
QT_RCC_EXECUTABLE:FILEPATH=/usr/bin/rcc
471
472
//Path to a program.
473
QT_UIC3_EXECUTABLE:FILEPATH=/usr/bin/uic3
474
475
//The uic executable
476
QT_UIC_EXECUTABLE:FILEPATH=/usr/bin/uic
477
478
//Path to a library.
479
SOPRANO_CLIENT_LIBRARIES:FILEPATH=/usr/lib64/libsopranoclient.so
480
481
//Path to a file.
482
SOPRANO_INCLUDE_DIR:PATH=/usr/include
483
484
//Path to a library.
485
SOPRANO_INDEX_LIBRARIES:FILEPATH=/usr/lib64/libsopranoindex.so
486
487
//Path to a library.
488
SOPRANO_LIBRARIES:FILEPATH=/usr/lib64/libsoprano.so
489
490
//Path to a file.
491
SOPRANO_PLUGIN_DIR:PATH=/usr/share
492
493
//Path to a library.
494
SOPRANO_SERVER_LIBRARIES:FILEPATH=/usr/lib64/libsopranoserver.so
495
496
//Path to a file.
497
TIFF_INCLUDE_DIR:PATH=/usr/include
498
499
//Path to a library.
500
TIFF_LIBRARY:FILEPATH=/usr/lib64/libtiff.so
501
502
//Search for GLIB2 package
503
WITH_GLIB2:BOOL=ON
504
505
//Search for Gphoto2 package
506
WITH_Gphoto2:BOOL=ON
507
508
//Search for JPEG package
509
WITH_JPEG:BOOL=ON
510
511
//Search for Jasper package
512
WITH_Jasper:BOOL=ON
513
514
//Search for Kdcraw package
515
WITH_Kdcraw:BOOL=ON
516
517
//Search for KdepimLibs package
518
WITH_KdepimLibs:BOOL=ON
519
520
//Search for Kexiv2 package
521
WITH_Kexiv2:BOOL=ON
522
523
//Search for Kipi package
524
WITH_Kipi:BOOL=ON
525
526
//Search for LCMS package
527
WITH_LCMS:BOOL=ON
528
529
//Search for LensFun package
530
WITH_LensFun:BOOL=ON
531
532
//Search for Lqr-1 package
533
WITH_Lqr-1:BOOL=ON
534
535
//Search for MarbleWidget package
536
WITH_MarbleWidget:BOOL=ON
537
538
//Search for Nepomuk package
539
WITH_Nepomuk:BOOL=ON
540
541
//Search for PNG package
542
WITH_PNG:BOOL=ON
543
544
//Search for Soprano package
545
WITH_Soprano:BOOL=ON
546
547
//Search for TIFF package
548
WITH_TIFF:BOOL=ON
549
550
//Path to a file.
551
X11_ICE_INCLUDE_PATH:PATH=/usr/include
552
553
//Path to a library.
554
X11_ICE_LIB:FILEPATH=/usr/lib64/libICE.so
555
556
//Path to a file.
557
X11_SM_INCLUDE_PATH:PATH=/usr/include
558
559
//Path to a library.
560
X11_SM_LIB:FILEPATH=/usr/lib64/libSM.so
561
562
//Path to a file.
563
X11_X11_INCLUDE_PATH:PATH=/usr/include
564
565
//Path to a library.
566
X11_X11_LIB:FILEPATH=/usr/lib64/libX11.so
567
568
//Path to a file.
569
X11_XShm_INCLUDE_PATH:PATH=/usr/include
570
571
//Path to a file.
572
X11_XSync_INCLUDE_PATH:PATH=/usr/include
573
574
//Path to a file.
575
X11_XTest_INCLUDE_PATH:PATH=/usr/include
576
577
//Path to a library.
578
X11_XTest_LIB:FILEPATH=/usr/lib64/libXtst.so
579
580
//Path to a file.
581
X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include
582
583
//Path to a file.
584
X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include
585
586
//Path to a file.
587
X11_Xau_INCLUDE_PATH:PATH=/usr/include
588
589
//Path to a library.
590
X11_Xau_LIB:FILEPATH=/usr/lib64/libXau.so
591
592
//Path to a file.
593
X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include
594
595
//Path to a library.
596
X11_Xcomposite_LIB:FILEPATH=/usr/lib64/libXcomposite.so
597
598
//Path to a file.
599
X11_Xcursor_INCLUDE_PATH:PATH=/usr/include
600
601
//Path to a library.
602
X11_Xcursor_LIB:FILEPATH=/usr/lib64/libXcursor.so
603
604
//Path to a file.
605
X11_Xdamage_INCLUDE_PATH:PATH=/usr/include
606
607
//Path to a library.
608
X11_Xdamage_LIB:FILEPATH=/usr/lib64/libXdamage.so
609
610
//Path to a file.
611
X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include
612
613
//Path to a library.
614
X11_Xdmcp_LIB:FILEPATH=/usr/lib64/libXdmcp.so
615
616
//Path to a library.
617
X11_Xext_LIB:FILEPATH=/usr/lib64/libXext.so
618
619
//Path to a file.
620
X11_Xfixes_INCLUDE_PATH:PATH=/usr/include
621
622
//Path to a library.
623
X11_Xfixes_LIB:FILEPATH=/usr/lib64/libXfixes.so
624
625
//Path to a file.
626
X11_Xft_INCLUDE_PATH:PATH=/usr/include
627
628
//Path to a library.
629
X11_Xft_LIB:FILEPATH=/usr/lib64/libXft.so
630
631
//Path to a file.
632
X11_Xinerama_INCLUDE_PATH:PATH=/usr/include
633
634
//Path to a library.
635
X11_Xinerama_LIB:FILEPATH=/usr/lib64/libXinerama.so
636
637
//Path to a file.
638
X11_Xinput_INCLUDE_PATH:PATH=/usr/include
639
640
//Path to a library.
641
X11_Xinput_LIB:FILEPATH=/usr/lib64/libXi.so
642
643
//Path to a file.
644
X11_Xkb_INCLUDE_PATH:PATH=/usr/include
645
646
//Path to a file.
647
X11_Xkbfile_INCLUDE_PATH:PATH=/usr/include
648
649
//Path to a library.
650
X11_Xkbfile_LIB:FILEPATH=/usr/lib64/libxkbfile.so
651
652
//Path to a file.
653
X11_Xkblib_INCLUDE_PATH:PATH=/usr/include
654
655
//Path to a file.
656
X11_Xlib_INCLUDE_PATH:PATH=/usr/include
657
658
//Path to a file.
659
X11_Xpm_INCLUDE_PATH:PATH=/usr/include
660
661
//Path to a library.
662
X11_Xpm_LIB:FILEPATH=/usr/lib64/libXpm.so
663
664
//Path to a file.
665
X11_Xrandr_INCLUDE_PATH:PATH=/usr/include
666
667
//Path to a library.
668
X11_Xrandr_LIB:FILEPATH=/usr/lib64/libXrandr.so
669
670
//Path to a file.
671
X11_Xrender_INCLUDE_PATH:PATH=/usr/include
672
673
//Path to a library.
674
X11_Xrender_LIB:FILEPATH=/usr/lib64/libXrender.so
675
676
//Path to a file.
677
X11_Xscreensaver_INCLUDE_PATH:PATH=/usr/include
678
679
//Path to a library.
680
X11_Xscreensaver_LIB:FILEPATH=/usr/lib64/libXss.so
681
682
//Path to a file.
683
X11_Xshape_INCLUDE_PATH:PATH=/usr/include
684
685
//Path to a file.
686
X11_Xt_INCLUDE_PATH:PATH=/usr/include
687
688
//Path to a library.
689
X11_Xt_LIB:FILEPATH=/usr/lib64/libXt.so
690
691
//Path to a file.
692
X11_Xutil_INCLUDE_PATH:PATH=/usr/include
693
694
//Path to a file.
695
X11_Xv_INCLUDE_PATH:PATH=/usr/include
696
697
//Path to a library.
698
X11_Xv_LIB:FILEPATH=/usr/lib64/libXv.so
699
700
//Path to a library.
701
X11_Xxf86misc_LIB:FILEPATH=/usr/lib64/libXxf86misc.so
702
703
//Path to a file.
704
X11_dpms_INCLUDE_PATH:PATH=/usr/include
705
706
//Path to a file.
707
X11_xf86misc_INCLUDE_PATH:PATH=/usr/include
708
709
//Path to a file.
710
X11_xf86vmode_INCLUDE_PATH:PATH=/usr/include
711
712
//Path to a file.
713
ZLIB_INCLUDE_DIR:PATH=/usr/include
714
715
//Path to a library.
716
ZLIB_LIBRARY:FILEPATH=/lib64/libz.so
717
718
//Path to a file.
719
_SOPRANO_MACRO_FILE:FILEPATH=/usr/share/soprano/cmake/SopranoAddOntology.cmake
720
721
//Value Computed by CMake
722
digikam_BINARY_DIR:STATIC=/home/scarab/tmp/digikam-1.0.0-rc/build
723
724
//Value Computed by CMake
725
digikam_SOURCE_DIR:STATIC=/home/scarab/tmp/digikam-1.0.0-rc
726
727
728
########################
729
# INTERNAL cache entries
730
########################
731
732
//ADVANCED property for variable: AUTOMOC4_EXECUTABLE
733
AUTOMOC4_EXECUTABLE-ADVANCED:INTERNAL=1
734
//ADVANCED property for variable: CMAKE_AR
735
CMAKE_AR-ADVANCED:INTERNAL=1
736
//What is the target build tool cmake is generating for.
737
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake
738
//This is the directory where this CMakeCache.txt was created
739
CMAKE_CACHEFILE_DIR:INTERNAL=/home/scarab/tmp/digikam-1.0.0-rc/build
740
//Major version of cmake used to create the current loaded cache
741
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
742
//Minor version of cmake used to create the current loaded cache
743
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
744
//Patch version of cmake used to create the current loaded cache
745
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
746
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
747
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
748
//Path to CMake executable.
749
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
750
//Path to cpack program executable.
751
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
752
//Path to ctest program executable.
753
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
754
//ADVANCED property for variable: CMAKE_CXX_COMPILER
755
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
756
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
757
//ADVANCED property for variable: CMAKE_CXX_FLAGS
758
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
759
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
760
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
761
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
762
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
763
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
764
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
765
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
766
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
767
//ADVANCED property for variable: CMAKE_C_COMPILER
768
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
769
CMAKE_C_COMPILER_WORKS:INTERNAL=1
770
//ADVANCED property for variable: CMAKE_C_FLAGS
771
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
772
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
773
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
774
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
775
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
776
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
777
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
778
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
779
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
780
//Result of TRY_COMPILE
781
CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
782
//Result of TRY_COMPILE
783
CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
784
//Path to cache edit program executable.
785
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
786
//Executable file format
787
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
788
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
789
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
790
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
791
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
792
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
793
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
794
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
795
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
796
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
797
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
798
//Name of generator.
799
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
800
//Have function connect
801
CMAKE_HAVE_CONNECT:INTERNAL=1
802
//Have function gethostbyname
803
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
804
//Have library pthreads
805
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
806
//Have library pthread
807
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
808
//Have include CMAKE_HAVE_PTHREAD_H
809
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
810
//Have function remove
811
CMAKE_HAVE_REMOVE:INTERNAL=1
812
//Have function shmat
813
CMAKE_HAVE_SHMAT:INTERNAL=1
814
//Start directory with the top level CMakeLists.txt file for this
815
// project
816
CMAKE_HOME_DIRECTORY:INTERNAL=/home/scarab/tmp/digikam-1.0.0-rc
817
//Install .so files without execute permission.
818
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
819
//Have library ICE
820
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
821
//ADVANCED property for variable: CMAKE_LINKER
822
CMAKE_LINKER-ADVANCED:INTERNAL=1
823
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
824
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
825
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
826
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
827
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
828
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
829
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
830
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
831
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
832
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
833
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
834
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
835
//ADVANCED property for variable: CMAKE_NM
836
CMAKE_NM-ADVANCED:INTERNAL=1
837
//number of local generators
838
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
839
//ADVANCED property for variable: CMAKE_OBJCOPY
840
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
841
//ADVANCED property for variable: CMAKE_OBJDUMP
842
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
843
//ADVANCED property for variable: CMAKE_RANLIB
844
CMAKE_RANLIB-ADVANCED:INTERNAL=1
845
//Path to CMake installation.
846
CMAKE_ROOT:INTERNAL=/usr/share/cmake
847
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
848
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
849
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
850
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
851
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
852
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
853
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
854
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
855
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
856
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
857
//ADVANCED property for variable: CMAKE_SKIP_RPATH
858
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
859
//ADVANCED property for variable: CMAKE_STRIP
860
CMAKE_STRIP-ADVANCED:INTERNAL=1
861
//uname command
862
CMAKE_UNAME:INTERNAL=/usr/bin/uname
863
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
864
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
865
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
866
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
867
//Details about finding Automoc4
868
FIND_PACKAGE_MESSAGE_DETAILS_Automoc4:INTERNAL=[/usr/bin/automoc4]
869
//Details about finding GLIB2
870
FIND_PACKAGE_MESSAGE_DETAILS_GLIB2:INTERNAL=[/usr/lib64/libglib-2.0.so][/usr/include/glib-2.0]
871
//Details about finding JPEG
872
FIND_PACKAGE_MESSAGE_DETAILS_JPEG:INTERNAL=[/usr/lib64/libjpeg.so][/usr/include]
873
//Details about finding Jasper
874
FIND_PACKAGE_MESSAGE_DETAILS_Jasper:INTERNAL=[/usr/lib64/libjasper.so][/usr/include][/usr/lib64/libjpeg.so]
875
//Details about finding KdepimLibs
876
FIND_PACKAGE_MESSAGE_DETAILS_KdepimLibs:INTERNAL=[/usr/lib64/cmake/KdepimLibs/KdepimLibsConfig.cmake]
877
//Details about finding PNG
878
FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/usr/lib64/libpng.so][/usr/include]
879
//Details about finding Perl
880
FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/usr/bin/perl]
881
//Details about finding TIFF
882
FIND_PACKAGE_MESSAGE_DETAILS_TIFF:INTERNAL=[/usr/lib64/libtiff.so][/usr/include]
883
//Details about finding Threads
884
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE]
885
//Details about finding ZLIB
886
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/lib64/libz.so][/usr/include]
887
//ADVANCED property for variable: GLIB2_LIBRARIES
888
GLIB2_LIBRARIES-ADVANCED:INTERNAL=1
889
//Test HAVE_FPIE_SUPPORT
890
HAVE_FPIE_SUPPORT:INTERNAL=1
891
//ADVANCED property for variable: JASPER_INCLUDE_DIR
892
JASPER_INCLUDE_DIR-ADVANCED:INTERNAL=1
893
//ADVANCED property for variable: JASPER_LIBRARY
894
JASPER_LIBRARY-ADVANCED:INTERNAL=1
895
//ADVANCED property for variable: JPEG_INCLUDE_DIR
896
JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1
897
//ADVANCED property for variable: JPEG_LIBRARY
898
JPEG_LIBRARY-ADVANCED:INTERNAL=1
899
//ADVANCED property for variable: KEXIV2_INCLUDE_DIR
900
KEXIV2_INCLUDE_DIR-ADVANCED:INTERNAL=1
901
//ADVANCED property for variable: KEXIV2_LIBRARIES
902
KEXIV2_LIBRARIES-ADVANCED:INTERNAL=1
903
Kdcraw_CFLAGS:INTERNAL=
904
Kdcraw_CFLAGS_I:INTERNAL=
905
Kdcraw_CFLAGS_OTHER:INTERNAL=
906
Kdcraw_FOUND:INTERNAL=
907
Kdcraw_INCLUDEDIR:INTERNAL=
908
Kdcraw_LIBDIR:INTERNAL=
909
Kdcraw_LIBS:INTERNAL=
910
Kdcraw_LIBS_L:INTERNAL=
911
Kdcraw_LIBS_OTHER:INTERNAL=
912
Kdcraw_LIBS_PATHS:INTERNAL=
913
Kdcraw_PREFIX:INTERNAL=
914
Kdcraw_STATIC_CFLAGS:INTERNAL=
915
Kdcraw_STATIC_CFLAGS_I:INTERNAL=
916
Kdcraw_STATIC_CFLAGS_OTHER:INTERNAL=
917
Kdcraw_STATIC_LIBDIR:INTERNAL=
918
Kdcraw_STATIC_LIBS:INTERNAL=
919
Kdcraw_STATIC_LIBS_L:INTERNAL=
920
Kdcraw_STATIC_LIBS_OTHER:INTERNAL=
921
Kdcraw_STATIC_LIBS_PATHS:INTERNAL=
922
Kdcraw_VERSION:INTERNAL=
923
Kdcraw_libkdcraw_INCLUDEDIR:INTERNAL=
924
Kdcraw_libkdcraw_LIBDIR:INTERNAL=
925
Kdcraw_libkdcraw_PREFIX:INTERNAL=
926
Kdcraw_libkdcraw_VERSION:INTERNAL=
927
Kexiv2_CFLAGS:INTERNAL=
928
Kexiv2_CFLAGS_I:INTERNAL=
929
Kexiv2_CFLAGS_OTHER:INTERNAL=
930
Kexiv2_FOUND:INTERNAL=1
931
Kexiv2_INCLUDEDIR:INTERNAL=/usr/include
932
Kexiv2_INCLUDE_DIRS:INTERNAL=
933
Kexiv2_LDFLAGS:INTERNAL=-lkexiv2
934
Kexiv2_LDFLAGS_OTHER:INTERNAL=
935
Kexiv2_LIBDIR:INTERNAL=/usr/lib64
936
Kexiv2_LIBRARIES:INTERNAL=kexiv2
937
Kexiv2_LIBRARY_DIRS:INTERNAL=
938
Kexiv2_LIBS:INTERNAL=
939
Kexiv2_LIBS_L:INTERNAL=
940
Kexiv2_LIBS_OTHER:INTERNAL=
941
Kexiv2_LIBS_PATHS:INTERNAL=
942
Kexiv2_PREFIX:INTERNAL=/usr
943
Kexiv2_STATIC_CFLAGS:INTERNAL=
944
Kexiv2_STATIC_CFLAGS_I:INTERNAL=
945
Kexiv2_STATIC_CFLAGS_OTHER:INTERNAL=
946
Kexiv2_STATIC_INCLUDE_DIRS:INTERNAL=
947
Kexiv2_STATIC_LDFLAGS:INTERNAL=-lkexiv2
948
Kexiv2_STATIC_LDFLAGS_OTHER:INTERNAL=
949
Kexiv2_STATIC_LIBDIR:INTERNAL=
950
Kexiv2_STATIC_LIBRARIES:INTERNAL=kexiv2
951
Kexiv2_STATIC_LIBRARY_DIRS:INTERNAL=
952
Kexiv2_STATIC_LIBS:INTERNAL=
953
Kexiv2_STATIC_LIBS_L:INTERNAL=
954
Kexiv2_STATIC_LIBS_OTHER:INTERNAL=
955
Kexiv2_STATIC_LIBS_PATHS:INTERNAL=
956
Kexiv2_VERSION:INTERNAL=0.6.0
957
Kexiv2_libkexiv2_INCLUDEDIR:INTERNAL=
958
Kexiv2_libkexiv2_LIBDIR:INTERNAL=
959
Kexiv2_libkexiv2_PREFIX:INTERNAL=
960
Kexiv2_libkexiv2_VERSION:INTERNAL=
961
//Result of TRY_COMPILE
962
LCMS_COMPILE_RESULT:INTERNAL=TRUE
963
//ADVANCED property for variable: LCMS_INCLUDE_DIR
964
LCMS_INCLUDE_DIR-ADVANCED:INTERNAL=1
965
//ADVANCED property for variable: LCMS_LIBRARIES
966
LCMS_LIBRARIES-ADVANCED:INTERNAL=1
967
//Result of TRY_RUN
968
LCMS_VERSION:INTERNAL=118
969
//ADVANCED property for variable: LIBMARBLEWIDGET_INCLUDE_DIR
970
LIBMARBLEWIDGET_INCLUDE_DIR-ADVANCED:INTERNAL=1
971
//ADVANCED property for variable: LIBMARBLEWIDGET_LIBRARY
972
LIBMARBLEWIDGET_LIBRARY-ADVANCED:INTERNAL=1
973
//ADVANCED property for variable: NEPOMUK_INCLUDE_DIR
974
NEPOMUK_INCLUDE_DIR-ADVANCED:INTERNAL=1
975
//ADVANCED property for variable: NEPOMUK_LIBRARIES
976
NEPOMUK_LIBRARIES-ADVANCED:INTERNAL=1
977
PC_LCMS_CFLAGS:INTERNAL=
978
PC_LCMS_CFLAGS_I:INTERNAL=
979
PC_LCMS_CFLAGS_OTHER:INTERNAL=
980
PC_LCMS_FOUND:INTERNAL=1
981
PC_LCMS_INCLUDEDIR:INTERNAL=/usr/include
982
PC_LCMS_INCLUDE_DIRS:INTERNAL=
983
PC_LCMS_LDFLAGS:INTERNAL=-llcms
984
PC_LCMS_LDFLAGS_OTHER:INTERNAL=
985
PC_LCMS_LIBDIR:INTERNAL=/usr/lib64
986
PC_LCMS_LIBRARIES:INTERNAL=lcms
987
PC_LCMS_LIBRARY_DIRS:INTERNAL=
988
PC_LCMS_LIBS:INTERNAL=
989
PC_LCMS_LIBS_L:INTERNAL=
990
PC_LCMS_LIBS_OTHER:INTERNAL=
991
PC_LCMS_LIBS_PATHS:INTERNAL=
992
PC_LCMS_PREFIX:INTERNAL=/usr
993
PC_LCMS_STATIC_CFLAGS:INTERNAL=
994
PC_LCMS_STATIC_CFLAGS_I:INTERNAL=
995
PC_LCMS_STATIC_CFLAGS_OTHER:INTERNAL=
996
PC_LCMS_STATIC_INCLUDE_DIRS:INTERNAL=
997
PC_LCMS_STATIC_LDFLAGS:INTERNAL=-llcms
998
PC_LCMS_STATIC_LDFLAGS_OTHER:INTERNAL=
999
PC_LCMS_STATIC_LIBDIR:INTERNAL=
1000
PC_LCMS_STATIC_LIBRARIES:INTERNAL=lcms
1001
PC_LCMS_STATIC_LIBRARY_DIRS:INTERNAL=
1002
PC_LCMS_STATIC_LIBS:INTERNAL=
1003
PC_LCMS_STATIC_LIBS_L:INTERNAL=
1004
PC_LCMS_STATIC_LIBS_OTHER:INTERNAL=
1005
PC_LCMS_STATIC_LIBS_PATHS:INTERNAL=
1006
PC_LCMS_VERSION:INTERNAL=1.18
1007
PC_LCMS_lcms_INCLUDEDIR:INTERNAL=
1008
PC_LCMS_lcms_LIBDIR:INTERNAL=
1009
PC_LCMS_lcms_PREFIX:INTERNAL=
1010
PC_LCMS_lcms_VERSION:INTERNAL=
1011
//ADVANCED property for variable: PERL_EXECUTABLE
1012
PERL_EXECUTABLE-ADVANCED:INTERNAL=1
1013
//ADVANCED property for variable: PHONON_INCLUDE_DIR
1014
PHONON_INCLUDE_DIR-ADVANCED:INTERNAL=1
1015
//ADVANCED property for variable: PHONON_LIBRARY
1016
PHONON_LIBRARY-ADVANCED:INTERNAL=1
1017
//ADVANCED property for variable: PKGCONFIG_EXECUTABLE
1018
PKGCONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
1019
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
1020
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
1021
//ADVANCED property for variable: PNG_LIBRARY
1022
PNG_LIBRARY-ADVANCED:INTERNAL=1
1023
//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR
1024
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
1025
QT_BINARY_DIR:INTERNAL=/usr/bin
1026
//ADVANCED property for variable: QT_DBUSCPP2XML_EXECUTABLE
1027
QT_DBUSCPP2XML_EXECUTABLE-ADVANCED:INTERNAL=1
1028
//ADVANCED property for variable: QT_DBUSXML2CPP_EXECUTABLE
1029
QT_DBUSXML2CPP_EXECUTABLE-ADVANCED:INTERNAL=1
1030
//ADVANCED property for variable: QT_DOC_DIR
1031
QT_DOC_DIR-ADVANCED:INTERNAL=1
1032
QT_HEADERS_DIR:INTERNAL=/usr/include/qt4
1033
//ADVANCED property for variable: QT_INCLUDE_DIR
1034
QT_INCLUDE_DIR-ADVANCED:INTERNAL=1
1035
//ADVANCED property for variable: QT_LIBRARY_DIR
1036
QT_LIBRARY_DIR-ADVANCED:INTERNAL=1
1037
//ADVANCED property for variable: QT_LRELEASE_EXECUTABLE
1038
QT_LRELEASE_EXECUTABLE-ADVANCED:INTERNAL=1
1039
//ADVANCED property for variable: QT_LUPDATE_EXECUTABLE
1040
QT_LUPDATE_EXECUTABLE-ADVANCED:INTERNAL=1
1041
//ADVANCED property for variable: QT_MKSPECS_DIR
1042
QT_MKSPECS_DIR-ADVANCED:INTERNAL=1
1043
//ADVANCED property for variable: QT_MOC_EXECUTABLE
1044
QT_MOC_EXECUTABLE-ADVANCED:INTERNAL=1
1045
//ADVANCED property for variable: QT_PHONON_INCLUDE_DIR
1046
QT_PHONON_INCLUDE_DIR-ADVANCED:INTERNAL=1
1047
//ADVANCED property for variable: QT_PHONON_LIBRARY
1048
QT_PHONON_LIBRARY-ADVANCED:INTERNAL=1
1049
//ADVANCED property for variable: QT_PLUGINS_DIR
1050
QT_PLUGINS_DIR-ADVANCED:INTERNAL=1
1051
//ADVANCED property for variable: QT_QT3SUPPORT_INCLUDE_DIR
1052
QT_QT3SUPPORT_INCLUDE_DIR-ADVANCED:INTERNAL=1
1053
//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY
1054
QT_QT3SUPPORT_LIBRARY-ADVANCED:INTERNAL=1
1055
//ADVANCED property for variable: QT_QTASSISTANTCLIENT_INCLUDE_DIR
1056
QT_QTASSISTANTCLIENT_INCLUDE_DIR-ADVANCED:INTERNAL=1
1057
//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY
1058
QT_QTASSISTANTCLIENT_LIBRARY-ADVANCED:INTERNAL=1
1059
//ADVANCED property for variable: QT_QTASSISTANT_INCLUDE_DIR
1060
QT_QTASSISTANT_INCLUDE_DIR-ADVANCED:INTERNAL=1
1061
//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY
1062
QT_QTASSISTANT_LIBRARY-ADVANCED:INTERNAL=1
1063
//ADVANCED property for variable: QT_QTCORE_INCLUDE_DIR
1064
QT_QTCORE_INCLUDE_DIR-ADVANCED:INTERNAL=1
1065
//ADVANCED property for variable: QT_QTCORE_LIBRARY
1066
QT_QTCORE_LIBRARY-ADVANCED:INTERNAL=1
1067
//ADVANCED property for variable: QT_QTDBUS_INCLUDE_DIR
1068
QT_QTDBUS_INCLUDE_DIR-ADVANCED:INTERNAL=1
1069
//ADVANCED property for variable: QT_QTDBUS_LIBRARY
1070
QT_QTDBUS_LIBRARY-ADVANCED:INTERNAL=1
1071
//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR
1072
QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR-ADVANCED:INTERNAL=1
1073
//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY
1074
QT_QTDESIGNERCOMPONENTS_LIBRARY-ADVANCED:INTERNAL=1
1075
//ADVANCED property for variable: QT_QTDESIGNER_INCLUDE_DIR
1076
QT_QTDESIGNER_INCLUDE_DIR-ADVANCED:INTERNAL=1
1077
//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY
1078
QT_QTDESIGNER_LIBRARY-ADVANCED:INTERNAL=1
1079
//ADVANCED property for variable: QT_QTGUI_INCLUDE_DIR
1080
QT_QTGUI_INCLUDE_DIR-ADVANCED:INTERNAL=1
1081
//ADVANCED property for variable: QT_QTGUI_LIBRARY
1082
QT_QTGUI_LIBRARY-ADVANCED:INTERNAL=1
1083
//ADVANCED property for variable: QT_QTHELP_INCLUDE_DIR
1084
QT_QTHELP_INCLUDE_DIR-ADVANCED:INTERNAL=1
1085
//ADVANCED property for variable: QT_QTHELP_LIBRARY
1086
QT_QTHELP_LIBRARY-ADVANCED:INTERNAL=1
1087
//ADVANCED property for variable: QT_QTMOTIF_INCLUDE_DIR
1088
QT_QTMOTIF_INCLUDE_DIR-ADVANCED:INTERNAL=1
1089
//ADVANCED property for variable: QT_QTMOTIF_LIBRARY
1090
QT_QTMOTIF_LIBRARY-ADVANCED:INTERNAL=1
1091
//ADVANCED property for variable: QT_QTNETWORK_INCLUDE_DIR
1092
QT_QTNETWORK_INCLUDE_DIR-ADVANCED:INTERNAL=1
1093
//ADVANCED property for variable: QT_QTNETWORK_LIBRARY
1094
QT_QTNETWORK_LIBRARY-ADVANCED:INTERNAL=1
1095
//ADVANCED property for variable: QT_QTNSPLUGIN_INCLUDE_DIR
1096
QT_QTNSPLUGIN_INCLUDE_DIR-ADVANCED:INTERNAL=1
1097
//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY
1098
QT_QTNSPLUGIN_LIBRARY-ADVANCED:INTERNAL=1
1099
//ADVANCED property for variable: QT_QTOPENGL_INCLUDE_DIR
1100
QT_QTOPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
1101
//ADVANCED property for variable: QT_QTOPENGL_LIBRARY
1102
QT_QTOPENGL_LIBRARY-ADVANCED:INTERNAL=1
1103
//ADVANCED property for variable: QT_QTSCRIPT_INCLUDE_DIR
1104
QT_QTSCRIPT_INCLUDE_DIR-ADVANCED:INTERNAL=1
1105
//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY
1106
QT_QTSCRIPT_LIBRARY-ADVANCED:INTERNAL=1
1107
//ADVANCED property for variable: QT_QTSQL_INCLUDE_DIR
1108
QT_QTSQL_INCLUDE_DIR-ADVANCED:INTERNAL=1
1109
//ADVANCED property for variable: QT_QTSQL_LIBRARY
1110
QT_QTSQL_LIBRARY-ADVANCED:INTERNAL=1
1111
//ADVANCED property for variable: QT_QTSVG_INCLUDE_DIR
1112
QT_QTSVG_INCLUDE_DIR-ADVANCED:INTERNAL=1
1113
//ADVANCED property for variable: QT_QTSVG_LIBRARY
1114
QT_QTSVG_LIBRARY-ADVANCED:INTERNAL=1
1115
//ADVANCED property for variable: QT_QTTEST_INCLUDE_DIR
1116
QT_QTTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
1117
//ADVANCED property for variable: QT_QTTEST_LIBRARY
1118
QT_QTTEST_LIBRARY-ADVANCED:INTERNAL=1
1119
//ADVANCED property for variable: QT_QTUITOOLS_INCLUDE_DIR
1120
QT_QTUITOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1
1121
//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY
1122
QT_QTUITOOLS_LIBRARY-ADVANCED:INTERNAL=1
1123
//ADVANCED property for variable: QT_QTWEBKIT_INCLUDE_DIR
1124
QT_QTWEBKIT_INCLUDE_DIR-ADVANCED:INTERNAL=1
1125
//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY
1126
QT_QTWEBKIT_LIBRARY-ADVANCED:INTERNAL=1
1127
//ADVANCED property for variable: QT_QTXMLPATTERNS_INCLUDE_DIR
1128
QT_QTXMLPATTERNS_INCLUDE_DIR-ADVANCED:INTERNAL=1
1129
//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY
1130
QT_QTXMLPATTERNS_LIBRARY-ADVANCED:INTERNAL=1
1131
//ADVANCED property for variable: QT_QTXML_INCLUDE_DIR
1132
QT_QTXML_INCLUDE_DIR-ADVANCED:INTERNAL=1
1133
//ADVANCED property for variable: QT_QTXML_LIBRARY
1134
QT_QTXML_LIBRARY-ADVANCED:INTERNAL=1
1135
//ADVANCED property for variable: QT_QT_INCLUDE_DIR
1136
QT_QT_INCLUDE_DIR-ADVANCED:INTERNAL=1
1137
//ADVANCED property for variable: QT_RCC_EXECUTABLE
1138
QT_RCC_EXECUTABLE-ADVANCED:INTERNAL=1
1139
//ADVANCED property for variable: QT_UIC3_EXECUTABLE
1140
QT_UIC3_EXECUTABLE-ADVANCED:INTERNAL=1
1141
//ADVANCED property for variable: QT_UIC_EXECUTABLE
1142
QT_UIC_EXECUTABLE-ADVANCED:INTERNAL=1
1143
//Have symbol Q_WS_MAC
1144
Q_WS_MAC:INTERNAL=
1145
//Have symbol Q_WS_QWS
1146
Q_WS_QWS:INTERNAL=
1147
//Have symbol Q_WS_WIN
1148
Q_WS_WIN:INTERNAL=
1149
//Have symbol Q_WS_X11
1150
Q_WS_X11:INTERNAL=1
1151
//ADVANCED property for variable: SOPRANO_CLIENT_LIBRARIES
1152
SOPRANO_CLIENT_LIBRARIES-ADVANCED:INTERNAL=1
1153
//ADVANCED property for variable: SOPRANO_INCLUDE_DIR
1154
SOPRANO_INCLUDE_DIR-ADVANCED:INTERNAL=1
1155
//ADVANCED property for variable: SOPRANO_INDEX_LIBRARIES
1156
SOPRANO_INDEX_LIBRARIES-ADVANCED:INTERNAL=1
1157
//ADVANCED property for variable: SOPRANO_LIBRARIES
1158
SOPRANO_LIBRARIES-ADVANCED:INTERNAL=1
1159
//ADVANCED property for variable: SOPRANO_PLUGIN_DIR
1160
SOPRANO_PLUGIN_DIR-ADVANCED:INTERNAL=1
1161
//ADVANCED property for variable: SOPRANO_SERVER_LIBRARIES
1162
SOPRANO_SERVER_LIBRARIES-ADVANCED:INTERNAL=1
1163
//ADVANCED property for variable: TIFF_INCLUDE_DIR
1164
TIFF_INCLUDE_DIR-ADVANCED:INTERNAL=1
1165
//ADVANCED property for variable: TIFF_LIBRARY
1166
TIFF_LIBRARY-ADVANCED:INTERNAL=1
1167
//ADVANCED property for variable: X11_ICE_INCLUDE_PATH
1168
X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1
1169
//ADVANCED property for variable: X11_ICE_LIB
1170
X11_ICE_LIB-ADVANCED:INTERNAL=1
1171
//Have library /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
1172
X11_LIB_X11_SOLO:INTERNAL=1
1173
//ADVANCED property for variable: X11_SM_INCLUDE_PATH
1174
X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1
1175
//ADVANCED property for variable: X11_SM_LIB
1176
X11_SM_LIB-ADVANCED:INTERNAL=1
1177
//ADVANCED property for variable: X11_X11_INCLUDE_PATH
1178
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
1179
//ADVANCED property for variable: X11_X11_LIB
1180
X11_X11_LIB-ADVANCED:INTERNAL=1
1181
//ADVANCED property for variable: X11_XShm_INCLUDE_PATH
1182
X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1
1183
//ADVANCED property for variable: X11_XSync_INCLUDE_PATH
1184
X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1
1185
//ADVANCED property for variable: X11_XTest_INCLUDE_PATH
1186
X11_XTest_INCLUDE_PATH-ADVANCED:INTERNAL=1
1187
//ADVANCED property for variable: X11_XTest_LIB
1188
X11_XTest_LIB-ADVANCED:INTERNAL=1
1189
//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH
1190
X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1
1191
//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH
1192
X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1
1193
//ADVANCED property for variable: X11_Xau_INCLUDE_PATH
1194
X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1
1195
//ADVANCED property for variable: X11_Xau_LIB
1196
X11_Xau_LIB-ADVANCED:INTERNAL=1
1197
//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH
1198
X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1
1199
//ADVANCED property for variable: X11_Xcomposite_LIB
1200
X11_Xcomposite_LIB-ADVANCED:INTERNAL=1
1201
//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH
1202
X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1
1203
//ADVANCED property for variable: X11_Xcursor_LIB
1204
X11_Xcursor_LIB-ADVANCED:INTERNAL=1
1205
//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH
1206
X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1
1207
//ADVANCED property for variable: X11_Xdamage_LIB
1208
X11_Xdamage_LIB-ADVANCED:INTERNAL=1
1209
//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH
1210
X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1
1211
//ADVANCED property for variable: X11_Xdmcp_LIB
1212
X11_Xdmcp_LIB-ADVANCED:INTERNAL=1
1213
//ADVANCED property for variable: X11_Xext_LIB
1214
X11_Xext_LIB-ADVANCED:INTERNAL=1
1215
//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH
1216
X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1
1217
//ADVANCED property for variable: X11_Xfixes_LIB
1218
X11_Xfixes_LIB-ADVANCED:INTERNAL=1
1219
//ADVANCED property for variable: X11_Xft_INCLUDE_PATH
1220
X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1
1221
//ADVANCED property for variable: X11_Xft_LIB
1222
X11_Xft_LIB-ADVANCED:INTERNAL=1
1223
//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH
1224
X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1
1225
//ADVANCED property for variable: X11_Xinerama_LIB
1226
X11_Xinerama_LIB-ADVANCED:INTERNAL=1
1227
//ADVANCED property for variable: X11_Xinput_INCLUDE_PATH
1228
X11_Xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1
1229
//ADVANCED property for variable: X11_Xinput_LIB
1230
X11_Xinput_LIB-ADVANCED:INTERNAL=1
1231
//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH
1232
X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1
1233
//ADVANCED property for variable: X11_Xkbfile_INCLUDE_PATH
1234
X11_Xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1
1235
//ADVANCED property for variable: X11_Xkbfile_LIB
1236
X11_Xkbfile_LIB-ADVANCED:INTERNAL=1
1237
//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH
1238
X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1
1239
//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH
1240
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
1241
//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH
1242
X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1
1243
//ADVANCED property for variable: X11_Xpm_LIB
1244
X11_Xpm_LIB-ADVANCED:INTERNAL=1
1245
//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH
1246
X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1
1247
//ADVANCED property for variable: X11_Xrandr_LIB
1248
X11_Xrandr_LIB-ADVANCED:INTERNAL=1
1249
//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH
1250
X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1
1251
//ADVANCED property for variable: X11_Xrender_LIB
1252
X11_Xrender_LIB-ADVANCED:INTERNAL=1
1253
//ADVANCED property for variable: X11_Xscreensaver_INCLUDE_PATH
1254
X11_Xscreensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1
1255
//ADVANCED property for variable: X11_Xscreensaver_LIB
1256
X11_Xscreensaver_LIB-ADVANCED:INTERNAL=1
1257
//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH
1258
X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1
1259
//ADVANCED property for variable: X11_Xt_INCLUDE_PATH
1260
X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1
1261
//ADVANCED property for variable: X11_Xt_LIB
1262
X11_Xt_LIB-ADVANCED:INTERNAL=1
1263
//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH
1264
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
1265
//ADVANCED property for variable: X11_Xv_INCLUDE_PATH
1266
X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1
1267
//ADVANCED property for variable: X11_Xv_LIB
1268
X11_Xv_LIB-ADVANCED:INTERNAL=1
1269
//ADVANCED property for variable: X11_Xxf86misc_LIB
1270
X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1
1271
//ADVANCED property for variable: X11_dpms_INCLUDE_PATH
1272
X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1
1273
//ADVANCED property for variable: X11_xf86misc_INCLUDE_PATH
1274
X11_xf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1
1275
//ADVANCED property for variable: X11_xf86vmode_INCLUDE_PATH
1276
X11_xf86vmode_INCLUDE_PATH-ADVANCED:INTERNAL=1
1277
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
1278
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
1279
//ADVANCED property for variable: ZLIB_LIBRARY
1280
ZLIB_LIBRARY-ADVANCED:INTERNAL=1
1281
//Test _OFFT_IS_64BIT
1282
_OFFT_IS_64BIT:INTERNAL=1
1283
//Test __KDE_HAVE_GCC_VISIBILITY
1284
__KDE_HAVE_GCC_VISIBILITY:INTERNAL=1
1285
//Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
1286
__KDE_HAVE_W_OVERLOADED_VIRTUAL:INTERNAL=1
1287
__pkg_config_checked_Kdcraw:INTERNAL=1
1288
__pkg_config_checked_Kexiv2:INTERNAL=1
1289
__pkg_config_checked_PC_LCMS:INTERNAL=1
1290
//Result of TRY_COMPILE
1291
_compile_result:INTERNAL=TRUE
1292
//Result of TRY_RUN
1293
_run_result:INTERNAL=0
1294
(-)digikam-1.0.0-rc.old/build/CMakeFiles/CMakeCCompiler.cmake (+41 lines)
Line 0 Link Here
1
SET(CMAKE_C_COMPILER "/usr/bin/gcc")
2
SET(CMAKE_C_COMPILER_ARG1 "")
3
SET(CMAKE_C_COMPILER_ID "GNU")
4
SET(CMAKE_C_PLATFORM_ID "Linux")
5
SET(CMAKE_AR "/usr/bin/ar")
6
SET(CMAKE_RANLIB "/usr/bin/ranlib")
7
SET(CMAKE_COMPILER_IS_GNUCC 1)
8
SET(CMAKE_C_COMPILER_LOADED 1)
9
SET(CMAKE_COMPILER_IS_MINGW )
10
SET(CMAKE_COMPILER_IS_CYGWIN )
11
IF(CMAKE_COMPILER_IS_CYGWIN)
12
  SET(CYGWIN 1)
13
  SET(UNIX 1)
14
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
15
16
SET(CMAKE_C_COMPILER_ENV_VAR "CC")
17
18
IF(CMAKE_COMPILER_IS_MINGW)
19
  SET(MINGW 1)
20
ENDIF(CMAKE_COMPILER_IS_MINGW)
21
SET(CMAKE_C_COMPILER_ID_RUN 1)
22
SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
23
SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
24
SET(CMAKE_C_LINKER_PREFERENCE 10)
25
26
# Save compiler ABI information.
27
SET(CMAKE_C_SIZEOF_DATA_PTR "8")
28
SET(CMAKE_C_COMPILER_ABI "ELF")
29
30
IF(CMAKE_C_SIZEOF_DATA_PTR)
31
  SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
32
ENDIF(CMAKE_C_SIZEOF_DATA_PTR)
33
34
IF(CMAKE_C_COMPILER_ABI)
35
  SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
36
ENDIF(CMAKE_C_COMPILER_ABI)
37
38
SET(CMAKE_C_HAS_ISYSROOT "")
39
40
SET(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
41
SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib")
(-)digikam-1.0.0-rc.old/build/CMakeFiles/CMakeCXXCompiler.cmake (+42 lines)
Line 0 Link Here
1
SET(CMAKE_CXX_COMPILER "/usr/bin/c++")
2
SET(CMAKE_CXX_COMPILER_ARG1 "")
3
SET(CMAKE_CXX_COMPILER_ID "GNU")
4
SET(CMAKE_CXX_PLATFORM_ID "Linux")
5
SET(CMAKE_AR "/usr/bin/ar")
6
SET(CMAKE_RANLIB "/usr/bin/ranlib")
7
SET(CMAKE_COMPILER_IS_GNUCXX 1)
8
SET(CMAKE_CXX_COMPILER_LOADED 1)
9
SET(CMAKE_COMPILER_IS_MINGW )
10
SET(CMAKE_COMPILER_IS_CYGWIN )
11
IF(CMAKE_COMPILER_IS_CYGWIN)
12
  SET(CYGWIN 1)
13
  SET(UNIX 1)
14
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
15
16
SET(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
17
18
IF(CMAKE_COMPILER_IS_MINGW)
19
  SET(MINGW 1)
20
ENDIF(CMAKE_COMPILER_IS_MINGW)
21
SET(CMAKE_CXX_COMPILER_ID_RUN 1)
22
SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;H;o;O;obj;OBJ;def;DEF;rc;RC)
23
SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm)
24
SET(CMAKE_CXX_LINKER_PREFERENCE 30)
25
SET(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
26
27
# Save compiler ABI information.
28
SET(CMAKE_CXX_SIZEOF_DATA_PTR "8")
29
SET(CMAKE_CXX_COMPILER_ABI "ELF")
30
31
IF(CMAKE_CXX_SIZEOF_DATA_PTR)
32
  SET(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
33
ENDIF(CMAKE_CXX_SIZEOF_DATA_PTR)
34
35
IF(CMAKE_CXX_COMPILER_ABI)
36
  SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
37
ENDIF(CMAKE_CXX_COMPILER_ABI)
38
39
SET(CMAKE_CXX_HAS_ISYSROOT "")
40
41
SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
42
SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib")
(-)digikam-1.0.0-rc.old/build/CMakeFiles/CMakeError.log (+109 lines)
Line 0 Link Here
1
Determining if the Q_WS_WIN exist failed with the following output:
2
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
3
4
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
5
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
6
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
7
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
8
Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
9
/usr/bin/gcc   -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o   -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
10
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
11
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: ‘Q_WS_WIN’ undeclared (first use in this function)
12
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: (Each undeclared identifier is reported only once
13
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: for each function it appears in.)
14
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o] Error 1
15
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
16
gmake: *** [cmTryCompileExec/fast] Error 2
17
18
File /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
19
/* */
20
#include <QtCore/qglobal.h>
21
22
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
23
int main()
24
{
25
#ifndef Q_WS_WIN
26
  cmakeRequireSymbol(0,&Q_WS_WIN);
27
#endif
28
  return 0;
29
}
30
31
Determining if the Q_WS_QWS exist failed with the following output:
32
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
33
34
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
35
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
36
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
37
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
38
Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
39
/usr/bin/gcc   -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o   -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
40
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
41
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: ‘Q_WS_QWS’ undeclared (first use in this function)
42
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: (Each undeclared identifier is reported only once
43
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: for each function it appears in.)
44
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o] Error 1
45
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
46
gmake: *** [cmTryCompileExec/fast] Error 2
47
48
File /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
49
/* */
50
#include <QtCore/qglobal.h>
51
52
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
53
int main()
54
{
55
#ifndef Q_WS_QWS
56
  cmakeRequireSymbol(0,&Q_WS_QWS);
57
#endif
58
  return 0;
59
}
60
61
Determining if the Q_WS_MAC exist failed with the following output:
62
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
63
64
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
65
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
66
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
67
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
68
Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
69
/usr/bin/gcc   -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o   -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
70
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
71
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: ‘Q_WS_MAC’ undeclared (first use in this function)
72
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: (Each undeclared identifier is reported only once
73
/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: for each function it appears in.)
74
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o] Error 1
75
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
76
gmake: *** [cmTryCompileExec/fast] Error 2
77
78
File /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
79
/* */
80
#include <QtCore/qglobal.h>
81
82
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
83
int main()
84
{
85
#ifndef Q_WS_MAC
86
  cmakeRequireSymbol(0,&Q_WS_MAC);
87
#endif
88
  return 0;
89
}
90
91
Determining if the function pthread_create exists in the pthreads failed with the following output:
92
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
93
94
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
95
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
96
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
97
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
98
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
99
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
100
Linking C executable cmTryCompileExec
101
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
102
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=pthread_create   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic -lpthreads 
103
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads
104
collect2: ld returned 1 exit status
105
gmake[1]: *** [cmTryCompileExec] Error 1
106
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
107
gmake: *** [cmTryCompileExec/fast] Error 2
108
109
(-)digikam-1.0.0-rc.old/build/CMakeFiles/cmake.check_cache (+1 lines)
Line 0 Link Here
1
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
(-)digikam-1.0.0-rc.old/build/CMakeFiles/CMakeOutput.log (+462 lines)
Line 0 Link Here
1
The system is: Linux - 2.6.31-gentoo-r3 - x86_64
2
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
3
Compiler: /usr/bin/gcc 
4
Build flags: 
5
Id flags: 
6
7
The output was:
8
0
9
10
11
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
12
13
The C compiler identification is GNU, found in "/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CompilerIdC/a.out"
14
15
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
16
Compiler: /usr/bin/c++ 
17
Build flags: 
18
Id flags: 
19
20
The output was:
21
0
22
CMakeCXXCompilerId.cpp:73: warning: deprecated conversion from string constant to ‘char*’
23
CMakeCXXCompilerId.cpp:163: warning: deprecated conversion from string constant to ‘char*’
24
25
26
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
27
28
The CXX compiler identification is GNU, found in "/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CompilerIdCXX/a.out"
29
30
Determining if the C compiler works passed with the following output:
31
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
32
33
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
34
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
35
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
36
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
37
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o
38
/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o   -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/testCCompiler.c
39
Linking C executable cmTryCompileExec
40
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
41
/usr/bin/gcc        CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o  -o cmTryCompileExec -rdynamic 
42
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
43
44
45
Detecting C compiler ABI info compiled with the following output:
46
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
47
48
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
49
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
50
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
51
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
52
Building C object CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o
53
/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
54
Linking C executable cmTryCompileExec
55
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
56
/usr/bin/gcc       -v CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec -rdynamic  
57
Using built-in specs.
58
Target: x86_64-pc-linux-gnu
59
Configured with: /var/tmp/portage/sys-devel/gcc-4.4.2/work/gcc-4.4.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/python --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.2 p1.0'
60
Thread model: posix
61
gcc version 4.4.2 (Gentoo 4.4.2 p1.0) 
62
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/
63
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../:/lib/:/usr/lib/
64
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-mtune=generic'
65
 /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/collect2 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crtn.o
66
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
67
68
69
Parsed C implicit link information from above output:
70
  link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
71
  ignore line: [Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp]
72
  ignore line: []
73
  ignore line: [Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"]
74
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build]
75
  ignore line: [gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp']
76
  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
77
  ignore line: [Building C object CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o]
78
  ignore line: [/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
79
  ignore line: [Linking C executable cmTryCompileExec]
80
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1]
81
  ignore line: [/usr/bin/gcc       -v CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec -rdynamic  ]
82
  ignore line: [Using built-in specs.]
83
  ignore line: [Target: x86_64-pc-linux-gnu]
84
  ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-4.4.2/work/gcc-4.4.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/python --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.2 p1.0']
85
  ignore line: [Thread model: posix]
86
  ignore line: [gcc version 4.4.2 (Gentoo 4.4.2 p1.0) ]
87
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/]
88
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../:/lib/:/usr/lib/]
89
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-mtune=generic']
90
  link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/collect2 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crtn.o]
91
    arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/collect2] ==> ignore
92
    arg [--eh-frame-hdr] ==> ignore
93
    arg [-m] ==> ignore
94
    arg [elf_x86_64] ==> ignore
95
    arg [-export-dynamic] ==> ignore
96
    arg [-dynamic-linker] ==> ignore
97
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
98
    arg [-o] ==> ignore
99
    arg [cmTryCompileExec] ==> ignore
100
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crt1.o] ==> ignore
101
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crti.o] ==> ignore
102
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtbegin.o] ==> ignore
103
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
104
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
105
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64]
106
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
107
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
108
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib]
109
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../..]
110
    arg [CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o] ==> ignore
111
    arg [-lgcc] ==> lib [gcc]
112
    arg [--as-needed] ==> ignore
113
    arg [-lgcc_s] ==> lib [gcc_s]
114
    arg [--no-as-needed] ==> ignore
115
    arg [-lc] ==> lib [c]
116
    arg [-lgcc] ==> lib [gcc]
117
    arg [--as-needed] ==> ignore
118
    arg [-lgcc_s] ==> lib [gcc_s]
119
    arg [--no-as-needed] ==> ignore
120
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtend.o] ==> ignore
121
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crtn.o] ==> ignore
122
  remove lib [gcc]
123
  remove lib [gcc_s]
124
  remove lib [gcc]
125
  remove lib [gcc_s]
126
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
127
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
128
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64] ==> [/usr/lib64]
129
  collapse dir [/lib/../lib64] ==> [/lib64]
130
  collapse dir [/usr/lib/../lib64] ==> [/usr/lib64]
131
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib]
132
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../..] ==> [/usr/lib]
133
  implicit libs: [c]
134
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib]
135
136
137
Determining if the CXX compiler works passed with the following output:
138
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
139
140
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
141
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
142
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
143
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
144
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o
145
/usr/bin/c++     -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
146
Linking CXX executable cmTryCompileExec
147
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
148
/usr/bin/c++         CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o  -o cmTryCompileExec -rdynamic 
149
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
150
151
152
Detecting CXX compiler ABI info compiled with the following output:
153
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
154
155
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
156
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
157
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
158
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
159
Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o
160
/usr/bin/c++     -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
161
Linking CXX executable cmTryCompileExec
162
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
163
/usr/bin/c++        -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec -rdynamic  
164
Using built-in specs.
165
Target: x86_64-pc-linux-gnu
166
Configured with: /var/tmp/portage/sys-devel/gcc-4.4.2/work/gcc-4.4.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/python --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.2 p1.0'
167
Thread model: posix
168
gcc version 4.4.2 (Gentoo 4.4.2 p1.0) 
169
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/
170
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../:/lib/:/usr/lib/
171
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic'
172
 /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/collect2 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crtn.o
173
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
174
175
176
Parsed CXX implicit link information from above output:
177
  link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
178
  ignore line: [Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp]
179
  ignore line: []
180
  ignore line: [Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"]
181
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build]
182
  ignore line: [gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp']
183
  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
184
  ignore line: [Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o]
185
  ignore line: [/usr/bin/c++     -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
186
  ignore line: [Linking CXX executable cmTryCompileExec]
187
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1]
188
  ignore line: [/usr/bin/c++        -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec -rdynamic  ]
189
  ignore line: [Using built-in specs.]
190
  ignore line: [Target: x86_64-pc-linux-gnu]
191
  ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-4.4.2/work/gcc-4.4.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/python --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.2 p1.0']
192
  ignore line: [Thread model: posix]
193
  ignore line: [gcc version 4.4.2 (Gentoo 4.4.2 p1.0) ]
194
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/]
195
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../:/lib/:/usr/lib/]
196
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic']
197
  link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/collect2 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crtn.o]
198
    arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.2/collect2] ==> ignore
199
    arg [--eh-frame-hdr] ==> ignore
200
    arg [-m] ==> ignore
201
    arg [elf_x86_64] ==> ignore
202
    arg [-export-dynamic] ==> ignore
203
    arg [-dynamic-linker] ==> ignore
204
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
205
    arg [-o] ==> ignore
206
    arg [cmTryCompileExec] ==> ignore
207
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crt1.o] ==> ignore
208
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crti.o] ==> ignore
209
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtbegin.o] ==> ignore
210
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
211
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
212
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64]
213
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
214
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
215
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib]
216
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../..]
217
    arg [CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
218
    arg [-lstdc++] ==> lib [stdc++]
219
    arg [-lm] ==> lib [m]
220
    arg [-lgcc_s] ==> lib [gcc_s]
221
    arg [-lgcc] ==> lib [gcc]
222
    arg [-lc] ==> lib [c]
223
    arg [-lgcc_s] ==> lib [gcc_s]
224
    arg [-lgcc] ==> lib [gcc]
225
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/crtend.o] ==> ignore
226
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/crtn.o] ==> ignore
227
  remove lib [gcc_s]
228
  remove lib [gcc]
229
  remove lib [gcc_s]
230
  remove lib [gcc]
231
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
232
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2]
233
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64] ==> [/usr/lib64]
234
  collapse dir [/lib/../lib64] ==> [/lib64]
235
  collapse dir [/usr/lib/../lib64] ==> [/usr/lib64]
236
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib]
237
  collapse dir [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../..] ==> [/usr/lib]
238
  implicit libs: [stdc++;m;c]
239
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib]
240
241
242
Determining if the Q_WS_X11 exist passed with the following output:
243
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
244
245
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
246
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
247
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
248
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
249
Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
250
/usr/bin/gcc   -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o   -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
251
Linking C executable cmTryCompileExec
252
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
253
/usr/bin/gcc        CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o  -o cmTryCompileExec -rdynamic 
254
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
255
256
File /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
257
/* */
258
#include <QtCore/qglobal.h>
259
260
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
261
int main()
262
{
263
#ifndef Q_WS_X11
264
  cmakeRequireSymbol(0,&Q_WS_X11);
265
#endif
266
  return 0;
267
}
268
269
Determining if the function XOpenDisplay exists in the /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so passed with the following output:
270
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
271
272
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
273
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
274
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
275
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
276
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
277
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=XOpenDisplay   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
278
Linking C executable cmTryCompileExec
279
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
280
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=XOpenDisplay   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic -lX11 -lXext -lXft -lXau -lXdmcp -lXpm 
281
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
282
283
284
Determining if the function gethostbyname exists passed with the following output:
285
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
286
287
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
288
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
289
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
290
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
291
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
292
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=gethostbyname   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
293
Linking C executable cmTryCompileExec
294
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
295
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=gethostbyname   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic 
296
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
297
298
299
Determining if the function connect exists passed with the following output:
300
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
301
302
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
303
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
304
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
305
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
306
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
307
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=connect   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
308
Linking C executable cmTryCompileExec
309
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
310
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=connect   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic 
311
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
312
313
314
Determining if the function remove exists passed with the following output:
315
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
316
317
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
318
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
319
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
320
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
321
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
322
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=remove   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
323
Linking C executable cmTryCompileExec
324
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
325
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=remove   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic 
326
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
327
328
329
Determining if the function shmat exists passed with the following output:
330
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
331
332
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
333
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
334
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
335
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
336
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
337
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=shmat   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
338
Linking C executable cmTryCompileExec
339
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
340
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=shmat   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic 
341
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
342
343
344
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
345
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
346
347
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
348
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
349
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
350
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
351
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
352
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=IceConnectionNumber   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
353
Linking C executable cmTryCompileExec
354
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
355
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=IceConnectionNumber   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic -lICE 
356
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
357
358
359
Determining if files pthread.h exist passed with the following output:
360
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
361
362
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
363
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
364
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
365
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
366
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o
367
/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o   -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
368
Linking C executable cmTryCompileExec
369
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
370
/usr/bin/gcc        CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o  -o cmTryCompileExec -rdynamic 
371
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
372
373
374
Determining if the function pthread_create exists in the pthread passed with the following output:
375
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
376
377
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
378
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
379
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
380
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
381
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
382
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
383
Linking C executable cmTryCompileExec
384
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
385
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=pthread_create   CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic -lpthread 
386
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
387
388
389
Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeded with the following output:
390
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
391
392
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
393
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
394
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
395
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
396
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
397
/usr/bin/c++    -D_OFFT_IS_64BIT   -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/src.cxx
398
Linking CXX executable cmTryCompileExec
399
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
400
/usr/bin/c++      -D_OFFT_IS_64BIT   CMakeFiles/cmTryCompileExec.dir/src.cxx.o  -o cmTryCompileExec -rdynamic 
401
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
402
403
Source file was:
404
405
#include <sys/types.h>
406
 /* Check that off_t can represent 2**63 - 1 correctly.
407
    We can't simply define LARGE_OFF_T to be 9223372036854775807,
408
    since some C++ compilers masquerading as C compilers
409
    incorrectly reject 9223372036854775807.  */
410
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
411
412
  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
413
  int main() { return 0; }
414
415
Performing C++ SOURCE FILE Test HAVE_FPIE_SUPPORT succeded with the following output:
416
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
417
418
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
419
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
420
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
421
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
422
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
423
/usr/bin/c++    -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common  -DHAVE_FPIE_SUPPORT   -fPIE -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/src.cxx
424
Linking CXX executable cmTryCompileExec
425
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
426
/usr/bin/c++     -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common  -DHAVE_FPIE_SUPPORT   CMakeFiles/cmTryCompileExec.dir/src.cxx.o  -o cmTryCompileExec -rdynamic 
427
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
428
429
Source file was:
430
int main() { return 0;}
431
Performing C++ SOURCE FILE Test __KDE_HAVE_W_OVERLOADED_VIRTUAL succeded with the following output:
432
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
433
434
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
435
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
436
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
437
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
438
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
439
/usr/bin/c++    -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common  -D__KDE_HAVE_W_OVERLOADED_VIRTUAL   -Woverloaded-virtual -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/src.cxx
440
Linking CXX executable cmTryCompileExec
441
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
442
/usr/bin/c++     -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common  -D__KDE_HAVE_W_OVERLOADED_VIRTUAL   CMakeFiles/cmTryCompileExec.dir/src.cxx.o  -o cmTryCompileExec -rdynamic 
443
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
444
445
Source file was:
446
int main() { return 0;}
447
Performing C++ SOURCE FILE Test __KDE_HAVE_GCC_VISIBILITY succeded with the following output:
448
Change Dir: /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp
449
450
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
451
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
452
gmake[1]: Entering directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
453
/usr/bin/cmake -E cmake_progress_report /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/CMakeFiles 1
454
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
455
/usr/bin/c++    -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual  -D__KDE_HAVE_GCC_VISIBILITY   -fvisibility=hidden -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp/src.cxx
456
Linking CXX executable cmTryCompileExec
457
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
458
/usr/bin/c++     -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual  -D__KDE_HAVE_GCC_VISIBILITY   CMakeFiles/cmTryCompileExec.dir/src.cxx.o  -o cmTryCompileExec -rdynamic 
459
gmake[1]: Leaving directory `/home/scarab/tmp/digikam-1.0.0-rc/build/CMakeFiles/CMakeTmp'
460
461
Source file was:
462
int main() { return 0;}
(-)digikam-1.0.0-rc.old/build/CMakeFiles/CMakeSystem.cmake (+15 lines)
Line 0 Link Here
1
2
3
SET(CMAKE_SYSTEM "Linux-2.6.31-gentoo-r3")
4
SET(CMAKE_SYSTEM_NAME "Linux")
5
SET(CMAKE_SYSTEM_VERSION "2.6.31-gentoo-r3")
6
SET(CMAKE_SYSTEM_PROCESSOR "x86_64")
7
8
SET(CMAKE_HOST_SYSTEM "Linux-2.6.31-gentoo-r3")
9
SET(CMAKE_HOST_SYSTEM_NAME "Linux")
10
SET(CMAKE_HOST_SYSTEM_VERSION "2.6.31-gentoo-r3")
11
SET(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
12
13
SET(CMAKE_CROSSCOMPILING "FALSE")
14
15
SET(CMAKE_SYSTEM_LOADED 1)
(-)digikam-1.0.0-rc.old/build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c (+188 lines)
Line 0 Link Here
1
#ifdef __cplusplus
2
# error "A C++ compiler has been selected for C."
3
#endif
4
5
#if defined(__18CXX)
6
# define ID_VOID_MAIN
7
#endif
8
9
#if defined(__INTEL_COMPILER) || defined(__ICC)
10
# define COMPILER_ID "Intel"
11
12
#elif defined(__BORLANDC__)
13
# define COMPILER_ID "Borland"
14
15
#elif defined(__WATCOMC__)
16
# define COMPILER_ID "Watcom"
17
18
#elif defined(__SUNPRO_C)
19
# define COMPILER_ID "SunPro"
20
21
#elif defined(__HP_cc)
22
# define COMPILER_ID "HP"
23
24
#elif defined(__DECC)
25
# define COMPILER_ID "Compaq"
26
27
#elif defined(__IBMC__)
28
# if defined(__COMPILER_VER__)
29
#  define COMPILER_ID "zOS"
30
# elif __IBMC__ >= 800
31
#  define COMPILER_ID "XL"
32
# else
33
#  define COMPILER_ID "VisualAge"
34
# endif
35
36
#elif defined(__PGI)
37
# define COMPILER_ID "PGI"
38
39
#elif defined(__GNUC__)
40
# define COMPILER_ID "GNU"
41
42
#elif defined(_MSC_VER)
43
# define COMPILER_ID "MSVC"
44
45
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
46
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
47
   SHARC (21000) DSPs */
48
# define COMPILER_ID "ADSP"
49
50
/* IAR Systems compiler for embedded systems.
51
   http://www.iar.com
52
   Not supported yet by CMake
53
#elif defined(__IAR_SYSTEMS_ICC__)
54
# define COMPILER_ID "IAR" */
55
56
/* sdcc, the small devices C compiler for embedded systems,
57
   http://sdcc.sourceforge.net  */
58
#elif defined(SDCC)
59
# define COMPILER_ID "SDCC"
60
61
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
62
# define COMPILER_ID "MIPSpro"
63
64
/* This compiler is either not known or is too old to define an
65
   identification macro.  Try to identify the platform and guess that
66
   it is the native compiler.  */
67
#elif defined(__sgi)
68
# define COMPILER_ID "MIPSpro"
69
70
#elif defined(__hpux) || defined(__hpua)
71
# define COMPILER_ID "HP"
72
73
#else /* unknown compiler */
74
# define COMPILER_ID ""
75
76
#endif
77
78
/* Construct the string literal in pieces to prevent the source from
79
   getting matched.  Store it in a pointer rather than an array
80
   because some compilers will just produce instructions to fill the
81
   array rather than assigning a pointer to a static array.  */
82
char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
83
84
/* Identify known platforms by name.  */
85
#if defined(__linux) || defined(__linux__) || defined(linux)
86
# define PLATFORM_ID "Linux"
87
88
#elif defined(__CYGWIN__)
89
# define PLATFORM_ID "Cygwin"
90
91
#elif defined(__MINGW32__)
92
# define PLATFORM_ID "MinGW"
93
94
#elif defined(__APPLE__)
95
# define PLATFORM_ID "Darwin"
96
97
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
98
# define PLATFORM_ID "Windows"
99
100
#elif defined(__FreeBSD__) || defined(__FreeBSD)
101
# define PLATFORM_ID "FreeBSD"
102
103
#elif defined(__NetBSD__) || defined(__NetBSD)
104
# define PLATFORM_ID "NetBSD"
105
106
#elif defined(__OpenBSD__) || defined(__OPENBSD)
107
# define PLATFORM_ID "OpenBSD"
108
109
#elif defined(__sun) || defined(sun)
110
# define PLATFORM_ID "SunOS"
111
112
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
113
# define PLATFORM_ID "AIX"
114
115
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
116
# define PLATFORM_ID "IRIX"
117
118
#elif defined(__hpux) || defined(__hpux__)
119
# define PLATFORM_ID "HP-UX"
120
121
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
122
# define PLATFORM_ID "Haiku"
123
/* Haiku also defines __BEOS__ so we must 
124
   put it prior to the check for __BEOS__
125
*/
126
127
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
128
# define PLATFORM_ID "BeOS"
129
130
#elif defined(__QNX__) || defined(__QNXNTO__)
131
# define PLATFORM_ID "QNX"
132
133
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
134
# define PLATFORM_ID "Tru64"
135
136
#elif defined(__riscos) || defined(__riscos__)
137
# define PLATFORM_ID "RISCos"
138
139
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
140
# define PLATFORM_ID "SINIX"
141
142
#elif defined(__UNIX_SV__)
143
# define PLATFORM_ID "UNIX_SV"
144
145
#elif defined(__bsdos__)
146
# define PLATFORM_ID "BSDOS"
147
148
#elif defined(_MPRAS) || defined(MPRAS)
149
# define PLATFORM_ID "MP-RAS"
150
151
#elif defined(__osf) || defined(__osf__)
152
# define PLATFORM_ID "OSF1"
153
154
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
155
# define PLATFORM_ID "SCO_SV"
156
157
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
158
# define PLATFORM_ID "ULTRIX"
159
160
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
161
# define PLATFORM_ID "Xenix"
162
163
#else /* unknown platform */
164
# define PLATFORM_ID ""
165
166
#endif
167
168
/* Construct the string literal in pieces to prevent the source from
169
   getting matched.  Store it in a pointer rather than an array
170
   because some compilers will just produce instructions to fill the
171
   array rather than assigning a pointer to a static array.  */
172
char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
173
174
175
/*--------------------------------------------------------------------------*/
176
177
#ifdef ID_VOID_MAIN
178
void main() {}
179
#else
180
int main(int argc, char* argv[])
181
{
182
  int require = 0;
183
  require += info_compiler[argc];
184
  require += info_platform[argc];
185
  (void)argv;
186
  return require;
187
}
188
#endif
(-)digikam-1.0.0-rc.old/build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp (+175 lines)
Line 0 Link Here
1
/* This source file must have a .cpp extension so that all C++ compilers
2
   recognize the extension without flags.  Borland does not know .cxx for
3
   example.  */
4
#ifndef __cplusplus
5
# error "A C compiler has been selected for C++."
6
#endif
7
8
#if defined(__COMO__)
9
# define COMPILER_ID "Comeau"
10
11
#elif defined(__INTEL_COMPILER) || defined(__ICC)
12
# define COMPILER_ID "Intel"
13
14
#elif defined(__BORLANDC__)
15
# define COMPILER_ID "Borland"
16
17
#elif defined(__WATCOMC__)
18
# define COMPILER_ID "Watcom"
19
20
#elif defined(__SUNPRO_CC)
21
# define COMPILER_ID "SunPro"
22
23
#elif defined(__HP_aCC)
24
# define COMPILER_ID "HP"
25
26
#elif defined(__DECCXX)
27
# define COMPILER_ID "Compaq"
28
29
#elif defined(__IBMCPP__)
30
# if defined(__COMPILER_VER__)
31
#  define COMPILER_ID "zOS"
32
# elif __IBMCPP__ >= 800
33
#  define COMPILER_ID "XL"
34
# else
35
#  define COMPILER_ID "VisualAge"
36
# endif
37
38
#elif defined(__PGI)
39
# define COMPILER_ID "PGI"
40
41
#elif defined(__GNUC__)
42
# define COMPILER_ID "GNU"
43
44
#elif defined(_MSC_VER)
45
# define COMPILER_ID "MSVC"
46
47
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
48
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
49
   SHARC (21000) DSPs */
50
# define COMPILER_ID "ADSP"
51
52
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
53
# define COMPILER_ID "MIPSpro"
54
55
/* This compiler is either not known or is too old to define an
56
   identification macro.  Try to identify the platform and guess that
57
   it is the native compiler.  */
58
#elif defined(__sgi)
59
# define COMPILER_ID "MIPSpro"
60
61
#elif defined(__hpux) || defined(__hpua)
62
# define COMPILER_ID "HP"
63
64
#else /* unknown compiler */
65
# define COMPILER_ID ""
66
67
#endif
68
69
/* Construct the string literal in pieces to prevent the source from
70
   getting matched.  Store it in a pointer rather than an array
71
   because some compilers will just produce instructions to fill the
72
   array rather than assigning a pointer to a static array.  */
73
char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
74
75
/* Identify known platforms by name.  */
76
#if defined(__linux) || defined(__linux__) || defined(linux)
77
# define PLATFORM_ID "Linux"
78
79
#elif defined(__CYGWIN__)
80
# define PLATFORM_ID "Cygwin"
81
82
#elif defined(__MINGW32__)
83
# define PLATFORM_ID "MinGW"
84
85
#elif defined(__APPLE__)
86
# define PLATFORM_ID "Darwin"
87
88
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
89
# define PLATFORM_ID "Windows"
90
91
#elif defined(__FreeBSD__) || defined(__FreeBSD)
92
# define PLATFORM_ID "FreeBSD"
93
94
#elif defined(__NetBSD__) || defined(__NetBSD)
95
# define PLATFORM_ID "NetBSD"
96
97
#elif defined(__OpenBSD__) || defined(__OPENBSD)
98
# define PLATFORM_ID "OpenBSD"
99
100
#elif defined(__sun) || defined(sun)
101
# define PLATFORM_ID "SunOS"
102
103
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
104
# define PLATFORM_ID "AIX"
105
106
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
107
# define PLATFORM_ID "IRIX"
108
109
#elif defined(__hpux) || defined(__hpux__)
110
# define PLATFORM_ID "HP-UX"
111
112
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
113
# define PLATFORM_ID "Haiku"
114
/* Haiku also defines __BEOS__ so we must 
115
   put it prior to the check for __BEOS__
116
*/
117
118
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
119
# define PLATFORM_ID "BeOS"
120
121
#elif defined(__QNX__) || defined(__QNXNTO__)
122
# define PLATFORM_ID "QNX"
123
124
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
125
# define PLATFORM_ID "Tru64"
126
127
#elif defined(__riscos) || defined(__riscos__)
128
# define PLATFORM_ID "RISCos"
129
130
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
131
# define PLATFORM_ID "SINIX"
132
133
#elif defined(__UNIX_SV__)
134
# define PLATFORM_ID "UNIX_SV"
135
136
#elif defined(__bsdos__)
137
# define PLATFORM_ID "BSDOS"
138
139
#elif defined(_MPRAS) || defined(MPRAS)
140
# define PLATFORM_ID "MP-RAS"
141
142
#elif defined(__osf) || defined(__osf__)
143
# define PLATFORM_ID "OSF1"
144
145
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
146
# define PLATFORM_ID "SCO_SV"
147
148
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
149
# define PLATFORM_ID "ULTRIX"
150
151
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
152
# define PLATFORM_ID "Xenix"
153
154
#else /* unknown platform */
155
# define PLATFORM_ID ""
156
157
#endif
158
159
/* Construct the string literal in pieces to prevent the source from
160
   getting matched.  Store it in a pointer rather than an array
161
   because some compilers will just produce instructions to fill the
162
   array rather than assigning a pointer to a static array.  */
163
char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
164
165
166
/*--------------------------------------------------------------------------*/
167
168
int main(int argc, char* argv[])
169
{
170
  int require = 0;
171
  require += info_compiler[argc];
172
  require += info_platform[argc];
173
  (void)argv;
174
  return require;
175
}
(-)digikam-1.0.0-rc.old/build/CMakeTmp/FindLCMS.cxx (+5 lines)
Line 0 Link Here
1
#include <lcms.h>
2
 int main()
3
 {
4
 return LCMS_VERSION;
5
 }
(-)digikam-1.0.0-rc.old/build/CMakeTmp/check_qt_visibility.cpp (+9 lines)
Line 0 Link Here
1
#include <QtCore/QtGlobal>
2
 int main()
3
 {
4
 #ifdef QT_VISIBILITY_AVAILABLE 
5
 return 0;
6
 #else 
7
 return 1; 
8
 #endif 
9
 }
(-)digikam-1.0.0-rc.old/build/cmake_uninstall.cmake (+22 lines)
Line 0 Link Here
1
IF(NOT EXISTS "/home/scarab/tmp/digikam-1.0.0-rc/build/install_manifest.txt")
2
  MESSAGE(FATAL_ERROR "Cannot find install manifest: \"/home/scarab/tmp/digikam-1.0.0-rc/build/install_manifest.txt\"")
3
ENDIF(NOT EXISTS "/home/scarab/tmp/digikam-1.0.0-rc/build/install_manifest.txt")
4
5
FILE(READ "/home/scarab/tmp/digikam-1.0.0-rc/build/install_manifest.txt" files)
6
STRING(REGEX REPLACE "\n" ";" files "${files}")
7
FOREACH(file ${files})
8
  MESSAGE(STATUS "Uninstalling \"${file}\"")
9
  IF(EXISTS "${file}")
10
    EXEC_PROGRAM(
11
      "/usr/bin/cmake" ARGS "-E remove \"${file}\""
12
      OUTPUT_VARIABLE rm_out
13
      RETURN_VALUE rm_retval
14
      )
15
    IF("${rm_retval}" STREQUAL 0)
16
    ELSE("${rm_retval}" STREQUAL 0)
17
      MESSAGE(FATAL_ERROR "Problem when removing \"${file}\"")
18
    ENDIF("${rm_retval}" STREQUAL 0)
19
  ELSE(EXISTS "${file}")
20
    MESSAGE(STATUS "File \"${file}\" does not exist.")
21
  ENDIF(EXISTS "${file}")
22
ENDFOREACH(file)
(-)digikam-1.0.0-rc.old/build/config-digikam.h (+32 lines)
Line 0 Link Here
1
#ifndef CONFIG_DIGIKAM_H
2
#define CONFIG_DIGIKAM_H
3
4
/* Define to 1 if you have KDEPIM shared library installed */
5
#define HAVE_KDEPIMLIBS 1
6
7
/* Define to 1 if you have Marble Widget shared library installed */
8
#define HAVE_MARBLEWIDGET 1
9
10
/* Define to 1 if you have LensFun shared library installed */
11
/* #undef HAVE_LENSFUN */
12
13
/* Define to 1 if GPhoto2 shared library support is enabled */
14
#define ENABLE_GPHOTO2 1
15
16
/* Define to 1 if an external liblqr-1 shared library have been found */
17
/* #undef USE_EXT_LIBLQR */
18
19
/* Define to 1 if you want to use the experimental thumbnails database */
20
#define USE_THUMBS_DB 1
21
22
/* Define to 1 if you have Nepomuk shared libraries installed */
23
/* #undef HAVE_NEPOMUK */
24
25
26
/* debug area codes */
27
#define AREACODE_GENERAL      50003
28
#define AREACODE_KIOSLAVES    50004
29
#define AREACODE_SHOWFOTO     50005
30
#define AREACODE_IMAGEPLUGINS 50006
31
32
#endif /* CONFIG_DIGIKAM_H */
(-)digikam-1.0.0-rc.old/build/DisabledFeatures.txt (+2 lines)
Line 0 Link Here
1
   * libgphoto2  <http://www.gphoto.org/>
2
     libgphoto2 is needed to build digikam
(-)digikam-1.0.0-rc.old/build/EnabledFeatures.txt (+1 lines)
Line 0 Link Here
1
   * Soprano - Semantic Desktop Storing

Return to bug 295459