IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Linux Discussion :

Environnement Cygwin: installer gedit


Sujet :

Linux

  1. #1
    Invité
    Invité(e)
    Par défaut Environnement Cygwin: installer gedit
    Bonjour à tous!

    Voilà, j'ai installé Cygwin sur mon PC équipé de Windows 7 et j'ai cherché à installer l'éditeur de texte gedit. Cependant, j'ai eu le problème suivant:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
     
    Nicolas@ordi-nicolas ~/gedit-3.6.1
    $ ./configure --disable-spell
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking how to create a ustar tar archive... gnutar
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.exe
    checking for suffix of executables... .exe
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking whether make sets $(MAKE)... (cached) yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for gcc... gcc
    checking whether we are using the GNU Objective C compiler... yes
    checking whether gcc accepts -g... yes
    checking dependency style of gcc... gcc3
    checking for python... /usr/bin/python
    checking for python version... 2.6
    checking for python platform... cygwin
    checking for python script directory... ${prefix}/lib/python2.6/site-packages
    checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
    checking build system type... i686-pc-cygwin
    checking host system type... i686-pc-cygwin
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
    checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 8192
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format... func_convert_file_noop
    checking how to convert i686-pc-cygwin file names to toolchain format... func_convert_file_noop
    checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
    checking for dlltool... dlltool
    checking how to associate runtime and link libraries... func_cygming_dll_for_implib
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... mt
    checking if mt is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
    checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking dynamic linker characteristics... Win32 ld.exe
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gtkdoc-check... /usr/bin/gtkdoc-check
    checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
    checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
    checking whether to build gtk-doc documentation... no
    checking for sigaction... yes
    checking for floor in -lm... yes
    checking for Win32 platform... yes
    checking for native Win32... no
    checking for Mac OS X platform... no
    checking for native Mac OS X... no
    checking whether NLS is requested... yes
    checking for intltool >= 0.40.0... 0.50.2 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.14.2
    checking for XML::Parser... ok
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for msgmerge... (cached) /usr/bin/msgmerge
    checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
    checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... no
    checking for iconv... yes
    checking for working iconv... yes
    checking how to link with libiconv... -liconv
    checking for GNU gettext in libintl... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... external libintl
    checking how to link with libintl... -lintl
    checking for LIBSOUP... yes
    checking for PYTHON... yes
    checking for GEDIT... no
    configure: error: Package requirements (
            libxml-2.0 >= 2.5.0
            glib-2.0 >= 2.28.0
            gio-2.0 >= 2.26.0
            gtk+-3.0 >= 3.3.15
            gtksourceview-3.0 >= 3.0.0
            libpeas-1.0 >= 0.7.3
            libpeas-gtk-1.0 >= 1.1.0
            gsettings-desktop-schemas
    ) were not met:
     
    No package 'gtksourceview-3.0' found
    No package 'libpeas-1.0' found
    No package 'libpeas-gtk-1.0' found
     
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
     
    Alternatively, you may set the environment variables GEDIT_CFLAGS
    and GEDIT_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    J'avais essayé auparavant d'installer gtksourceview mais il semble qu'il ne le voit pas toujours pas comme installé. Que puis-je faire, svp?

    Ci-après, les commandes './configure', 'make' et 'make install' pour gtksourceview. Merci !!

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
     
    Nicolas@ordi-nicolas ~/gtksourceview-3.0.3
    $ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking how to create a ustar tar archive... gnutar
    checking whether to disable maintainer-specific portions of Makefiles... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.exe
    checking for suffix of executables... .exe
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking build system type... i686-pc-cygwin
    checking host system type... i686-pc-cygwin
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
    checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 8192
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format... func_convert_file_noop
    checking how to convert i686-pc-cygwin file names to toolchain format... func_convert_file_noop
    checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
    checking for dlltool... dlltool
    checking how to associate runtime and link libraries... func_cygming_dll_for_implib
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... mt
    checking if mt is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
    checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking dynamic linker characteristics... Win32 ld.exe
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for unistd.h... (cached) yes
    checking for glib-genmarshal... /usr/bin/glib-genmarshal
    checking for glib-mkenums... /usr/bin/glib-mkenums
    checking whether gcc understands -Wno-sign-compare... yes
    checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
    checking what language compliance flags to pass to the C compiler...
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for DEP... yes
    checking for native Mac OS X... no
    checking whether NLS is requested... yes
    checking for intltool >= 0.40... 0.50.2 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.14.2
    checking for XML::Parser... ok
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for msgmerge... (cached) /usr/bin/msgmerge
    checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
    checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... no
    checking for iconv... yes
    checking for working iconv... yes
    checking how to link with libiconv... -liconv
    checking for GNU gettext in libintl... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... external libintl
    checking how to link with libintl... -lintl
    checking for gtkdoc-check... /usr/bin/gtkdoc-check
    checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
    checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
    checking whether to build gtk-doc documentation... no
    checking for gobject-introspection... yes
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'libffi', required by '/usr/lib/pkgconfig/gobject-introspection-1.0.pc', not found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'libffi', required by '/usr/lib/pkgconfig/gobject-introspection-1.0.pc', not found
    configure: creating ./config.status
    config.status: creating gtksourceview-3.0.pc
    config.status: creating gtksourceview-zip
    config.status: creating Makefile
    config.status: creating data/Makefile
    config.status: creating data/glade/Makefile
    config.status: creating data/language-specs/Makefile
    config.status: creating data/styles/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/reference/Makefile
    config.status: creating docs/reference/version.xml
    config.status: creating gtksourceview/Makefile
    config.status: creating gtksourceview/completion-providers/Makefile
    config.status: creating gtksourceview/completion-providers/words/Makefile
    config.status: creating po/Makefile.in
    config.status: creating tests/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing po-directories commands
    config.status: creating po/POTFILES
    config.status: creating po/Makefile
    config.status: executing po/stamp-it commands
     
     
    Configuration:
     
            Source code location:   .
            Compiler:               gcc
            Completion Providers:   yes
            Glade Catalog:          no
            GObject introspection:  yes
     
     
    Nicolas@ordi-nicolas ~/gtksourceview-3.0.3
    $ make
    make  all-recursive
    make[1]: Entering directory `/home/Nicolas/gtksourceview-3.0.3'
    Making all in gtksourceview
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
      GEN    gtksourceview-marshal.c
      GEN    gtksourceview-marshal.h
      GEN    stamp-gtksourceview-typebuiltins.c
    /usr/bin/glib-mkenums: gtksourceview.h:134: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_TAB     | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:135: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_NEWLINE | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:136: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_NBSP | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:137: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_LEADING | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:138: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_TEXT | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:139: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_TRAILING) '
      GEN    stamp-gtksourceview-typebuiltins.h
    /usr/bin/glib-mkenums: gtksourceview.h:134: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_TAB     | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:135: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_NEWLINE | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:136: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_NBSP | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:137: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_LEADING | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:138: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_TEXT | \ '
    /usr/bin/glib-mkenums: gtksourceview.h:139: Failed to parse `                                        GTK_SOURCE_DRAW_SPACES_TRAILING) '
    make  all-recursive
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    Making all in completion-providers
    make[4]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    Making all in words
    make[5]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers/words'
      CC     gtksourcecompletionwordsbuffer.lo
      CC     gtksourcecompletionwords.lo
      CC     gtksourcecompletionwordslibrary.lo
      CC     gtksourcecompletionwordsproposal.lo
      CC     gtksourcecompletionwordsutils.lo
      CCLD   libgtksourcecompletionwords.la
    make[5]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers/words'
    make[5]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[5]: Nothing to be done for `all-am'.
    make[5]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[4]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[4]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
      CC     gtksourcebuffer.lo
      CC     gtksourcecompletion.lo
      CC     gtksourcecompletioncontext.lo
      CC     gtksourcecompletioninfo.lo
      CC     gtksourcecompletionitem.lo
      CC     gtksourcecompletionmodel.lo
      CC     gtksourcecompletionproposal.lo
      CC     gtksourcecompletionprovider.lo
      CC     gtksourcecompletionutils.lo
      CC     gtksourcecontextengine.lo
      CC     gtksourceengine.lo
      CC     gtksourcegutter.lo
    gtksourcegutter.c: In function 'on_view_draw':
    gtksourcegutter.c:968:2: warning: 'gdk_window_get_pointer' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead
      CC     gtksourcegutterrenderer.lo
      CC     gtksourcegutterrenderertext.lo
      CC     gtksourcegutterrendererpixbuf.lo
      CC     gtksourcegutterrendererlines.lo
      CC     gtksourcegutterrenderermarks.lo
    gtksourcegutterrenderermarks.c: In function 'set_tooltip_widget_from_marks':
    gtksourcegutterrenderermarks.c:262:4: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead
    gtksourcegutterrenderermarks.c:266:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead
    gtksourcegutterrenderermarks.c:349:4: warning: 'gtk_hseparator_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:60): Use 'gtk_separator_new' instead
      CC     gtksourcepixbufhelper.lo
      CC     gtksourcelanguage.lo
      CC     gtksourcelanguagemanager.lo
      CC     gtksourcelanguage-parser-1.lo
      CC     gtksourcelanguage-parser-2.lo
      CC     gtksourcemark.lo
      CC     gtksourcemarkattributes.lo
      CC     gtksourceprintcompositor.lo
      CC     gtksourcestyle.lo
      CC     gtksourcestylescheme.lo
      CC     gtksourcestyleschememanager.lo
      CC     gtksourceundomanager.lo
      CC     gtksourceundomanagerdefault.lo
      CC     gtksourceview.lo
      CC     gtksourceview-i18n.lo
      CC     gtksourceview-utils.lo
      CC     gtktextregion.lo
      CC     gtksourceview-marshal.lo
      CC     gtksourceview-typebuiltins.lo
      CCLD   libgtksourceview-3.0.la
     
    *** Warning: This system can not link to static lib archive /usr/lib/libffi.la.
    *** I have the capability to make that library automatically link in when
    *** you link to this library.  But I can only do this if you have a
    *** shared version of the library, which you do not appear to have.
    Creating library file: .libs/libgtksourceview-3.0.dll.a
      GISCAN GtkSource-3.0.gir
    /usr/include/sys/sysmacros.h:17: syntax error, unexpected INT, expecting ',' or ';' in 'extern __inline__ __attribute__ ((__always_inline__)) int gnu_dev_minor(dev_t);' at 'int'
    /usr/include/sys/sysmacros.h:20: syntax error, unexpected INT, expecting ',' or ';' in 'extern __inline__ __attribute__ ((__always_inline__)) int' at 'int'
    /usr/include/sys/sysmacros.h:28: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
    /usr/include/sys/sysmacros.h:34: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
    /usr/include/stdio.h:600: syntax error, unexpected INT, expecting ',' or ';' in 'extern __inline__ __attribute__ ((__always_inline__)) int __sgetc_r(struct _reent *__ptr, FILE *__p)' at 'int'
      GICOMP GtkSource-3.0.gir
    make[4]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    Making all in po
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/po'
    file=`echo ar | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ar.po
    file=`echo as | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file as.po
    file=`echo ast | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ast.po
    file=`echo az | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file az.po
    file=`echo be | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file be.po
    file=`echo bg | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file bg.po
    file=`echo bn | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file bn.po
    file=`echo bn_IN | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file bn_IN.po
    file=`echo bs | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file bs.po
    file=`echo ca | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ca.po
    file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po
    file=`echo cs | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file cs.po
    file=`echo cy | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file cy.po
    file=`echo da | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file da.po
    file=`echo de | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file de.po
    file=`echo dz | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file dz.po
    file=`echo el | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file el.po
    file=`echo en_CA | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
    file=`echo en_GB | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
    file=`echo en@shaw | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file en@shaw.po
    file=`echo eo | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file eo.po
    file=`echo es | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file es.po
    file=`echo et | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file et.po
    file=`echo eu | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file eu.po
    file=`echo fa | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file fa.po
    file=`echo fi | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file fi.po
    file=`echo fr | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file fr.po
    file=`echo ga | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ga.po
    file=`echo gl | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file gl.po
    file=`echo gu | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file gu.po
    file=`echo he | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file he.po
    file=`echo hi | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file hi.po
    file=`echo hr | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file hr.po
    file=`echo hu | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file hu.po
    file=`echo id | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file id.po
    file=`echo it | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file it.po
    file=`echo ja | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ja.po
    file=`echo kn | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file kn.po
    file=`echo ko | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ko.po
    file=`echo lt | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file lt.po
    file=`echo lv | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file lv.po
    file=`echo mai | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file mai.po
    file=`echo mg | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file mg.po
    file=`echo mk | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file mk.po
    file=`echo ml | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ml.po
    file=`echo mn | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file mn.po
    file=`echo mr | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file mr.po
    file=`echo ms | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ms.po
    file=`echo nb | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file nb.po
    file=`echo ne | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ne.po
    file=`echo nl | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file nl.po
    file=`echo nn | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file nn.po
    file=`echo oc | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file oc.po
    file=`echo or | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file or.po
    file=`echo pa | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file pa.po
    file=`echo pl | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file pl.po
    file=`echo pt | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file pt.po
    file=`echo pt_BR | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
    file=`echo ro | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ro.po
    file=`echo ru | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ru.po
    file=`echo rw | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file rw.po
    file=`echo si | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file si.po
    file=`echo sk | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file sk.po
    file=`echo sl | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file sl.po
    file=`echo sq | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file sq.po
    file=`echo sr | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file sr.po
    file=`echo sr@latin | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po
    file=`echo sv | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file sv.po
    file=`echo ta | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ta.po
    file=`echo te | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file te.po
    file=`echo th | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file th.po
    file=`echo tr | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file tr.po
    file=`echo ug | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file ug.po
    file=`echo uk | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file uk.po
    file=`echo vi | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file vi.po
    file=`echo xh | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file xh.po
    file=`echo zh_CN | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
    file=`echo zh_HK | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
    file=`echo zh_TW | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/po'
    Making all in data
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data'
    Making all in language-specs
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data/language-specs'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data/language-specs'
    Making all in styles
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data/styles'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data/styles'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data'
    Making all in docs
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    Making all in reference
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs/reference'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs/reference'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    Making all in tests
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/tests'
      CC     test-widget.o
    test-widget.c: In function ‘create_view_window’:
    test-widget.c:1407:2: warning: ‘gtk_vbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead
      CCLD   test-widget.exe
      CC     test-completion.o
    test-completion.c: In function ‘create_window’:
    test-completion.c:214:2: warning: ‘gtk_vbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead
    test-completion.c:215:2: warning: ‘gtk_hbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead
      CCLD   test-completion.exe
      CC     test-languagemanager.o
      CCLD   test-languagemanager.exe
      CC     test-printcompositor.o
      CCLD   test-printcompositor.exe
      CC     test-buffer.o
      CCLD   test-buffer.exe
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/tests'
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3'
    make[1]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3'
     
    Nicolas@ordi-nicolas ~/gtksourceview-3.0.3
    $ make install
    Making install in gtksourceview
    make[1]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    make  install-recursive
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    Making install in completion-providers
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    Making install in words
    make[4]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers/words'
    make[5]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers/words'
    make[5]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words" || /usr/bin/mkdir -p "/usr/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words"
     /usr/bin/install -c -m 644 gtksourcecompletionwords.h '/usr/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words'
    make[5]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers/words'
    make[4]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers/words'
    make[4]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[5]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[5]: Nothing to be done for `install-exec-am'.
    make[5]: Nothing to be done for `install-data-am'.
    make[5]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[4]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview/completion-providers'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    make[4]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    test -z "/usr/local/lib" || /usr/bin/mkdir -p "/usr/local/lib"
     /bin/sh ../libtool   --mode=install /usr/bin/install -c   libgtksourceview-3.0.la '/usr/local/lib'
    libtool: install: /usr/bin/install -c .libs/libgtksourceview-3.0.dll.a /usr/local/lib/libgtksourceview-3.0.dll.a
    libtool: install: base_file=`basename libgtksourceview-3.0.la`
    libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libgtksourceview-3.0.la'i; echo cyggtksourceview-3.0-0.dll'`
    libtool: install:  dldir=/usr/local/lib/`dirname ../bin/cyggtksourceview-3.0-0.dll`
    libtool: install:  test -d /usr/local/lib/../bin || mkdir -p /usr/local/lib/../bin
    libtool: install:  /usr/bin/install -c .libs/cyggtksourceview-3.0-0.dll /usr/local/lib/../bin/cyggtksourceview-3.0-0.dll
    libtool: install:  chmod a+x /usr/local/lib/../bin/cyggtksourceview-3.0-0.dll
    libtool: install:  if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /usr/local/lib/../bin/cyggtksourceview-3.0-0.dll' || exit 0; fi
    libtool: install: /usr/bin/install -c .libs/libgtksourceview-3.0.lai /usr/local/lib/libgtksourceview-3.0.la
    test -z "/usr/share/gir-1.0" || /usr/bin/mkdir -p "/usr/share/gir-1.0"
     /usr/bin/install -c -m 644 GtkSource-3.0.gir '/usr/share/gir-1.0'
    test -z "/usr/local/include/gtksourceview-3.0/gtksourceview" || /usr/bin/mkdir -p "/usr/local/include/gtksourceview-3.0/gtksourceview"
     /usr/bin/install -c -m 644 gtksourcebuffer.h gtksourcecompletioncontext.h gtksourcecompletion.h gtksourcecompletioninfo.h gtksourcecompletionitem.h gtksourcecompletionproposal.h gtksourcecompletionprovider.h gtksourcegutter.h gtksourcegutterrenderer.h gtksourcegutterrenderertext.h gtksourcegutterrendererpixbuf.h gtksourcelanguage.h gtksourcelanguagemanager.h gtksourcemark.h gtksourcemarkattributes.h gtksourceprintcompositor.h gtksourcestyle.h gtksourcestylescheme.h gtksourcestyleschememanager.h gtksourceundomanager.h gtksourceview.h gtksourceview-typebuiltins.h '/usr/local/include/gtksourceview-3.0/gtksourceview'
    test -z "/usr/lib/girepository-1.0" || /usr/bin/mkdir -p "/usr/lib/girepository-1.0"
     /usr/bin/install -c -m 644 GtkSource-3.0.typelib '/usr/lib/girepository-1.0'
    make[4]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    make[1]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/gtksourceview'
    Making install in po
    make[1]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/po'
    linguas="ar as ast az be bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu id it ja kn ko lt lv mai mg mk ml mn mr ms nb ne nl nn oc or pa pl pt pt_BR ro ru rw si sk sl sq sr sr@latin sv ta te th tr ug uk vi xh zh_CN zh_HK zh_TW "; \
    for lang in $linguas; do \
      dir=/usr/local/lib/locale/$lang/LC_MESSAGES; \
      /bin/sh /home/Nicolas/gtksourceview-3.0.3/install-sh -d $dir; \
      if test -r $lang.gmo; then \
        /usr/bin/install -c -m 644 $lang.gmo $dir/gtksourceview-3.0.mo; \
        echo "installing $lang.gmo as $dir/gtksourceview-3.0.mo"; \
      else \
        /usr/bin/install -c -m 644 ./$lang.gmo $dir/gtksourceview-3.0.mo; \
        echo "installing ./$lang.gmo as" \
             "$dir/gtksourceview-3.0.mo"; \
      fi; \
      if test -r $lang.gmo.m; then \
        /usr/bin/install -c -m 644 $lang.gmo.m $dir/gtksourceview-3.0.mo.m; \
        echo "installing $lang.gmo.m as $dir/gtksourceview-3.0.mo.m"; \
      else \
        if test -r ./$lang.gmo.m ; then \
          /usr/bin/install -c -m 644 ./$lang.gmo.m \
            $dir/gtksourceview-3.0.mo.m; \
          echo "installing ./$lang.gmo.m as" \
               "$dir/gtksourceview-3.0.mo.m"; \
        else \
          true; \
        fi; \
      fi; \
    done
    installing ar.gmo as /usr/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo
    installing as.gmo as /usr/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo
    installing ast.gmo as /usr/local/lib/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo
    installing az.gmo as /usr/local/lib/locale/az/LC_MESSAGES/gtksourceview-3.0.mo
    installing be.gmo as /usr/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo
    installing bg.gmo as /usr/local/lib/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo
    installing bn.gmo as /usr/local/lib/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo
    installing bn_IN.gmo as /usr/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo
    installing bs.gmo as /usr/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo
    installing ca.gmo as /usr/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo
    installing ca@valencia.gmo as /usr/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo
    installing cs.gmo as /usr/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo
    installing cy.gmo as /usr/local/lib/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo
    installing da.gmo as /usr/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo
    installing de.gmo as /usr/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo
    installing dz.gmo as /usr/local/lib/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo
    installing el.gmo as /usr/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo
    installing en_CA.gmo as /usr/local/lib/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo
    installing en_GB.gmo as /usr/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo
    installing en@shaw.gmo as /usr/local/lib/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo
    installing eo.gmo as /usr/local/lib/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo
    installing es.gmo as /usr/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo
    installing et.gmo as /usr/local/lib/locale/et/LC_MESSAGES/gtksourceview-3.0.mo
    installing eu.gmo as /usr/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo
    installing fa.gmo as /usr/local/lib/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo
    installing fi.gmo as /usr/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo
    installing fr.gmo as /usr/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo
    installing ga.gmo as /usr/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo
    installing gl.gmo as /usr/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo
    installing gu.gmo as /usr/local/lib/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo
    installing he.gmo as /usr/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo
    installing hi.gmo as /usr/local/lib/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo
    installing hr.gmo as /usr/local/lib/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo
    installing hu.gmo as /usr/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo
    installing id.gmo as /usr/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo
    installing it.gmo as /usr/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo
    installing ja.gmo as /usr/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo
    installing kn.gmo as /usr/local/lib/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo
    installing ko.gmo as /usr/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo
    installing lt.gmo as /usr/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo
    installing lv.gmo as /usr/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo
    installing mai.gmo as /usr/local/lib/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo
    installing mg.gmo as /usr/local/lib/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo
    installing mk.gmo as /usr/local/lib/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo
    installing ml.gmo as /usr/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo
    installing mn.gmo as /usr/local/lib/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo
    installing mr.gmo as /usr/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo
    installing ms.gmo as /usr/local/lib/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo
    installing nb.gmo as /usr/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo
    installing ne.gmo as /usr/local/lib/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo
    installing nl.gmo as /usr/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo
    installing nn.gmo as /usr/local/lib/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo
    installing oc.gmo as /usr/local/lib/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo
    installing or.gmo as /usr/local/lib/locale/or/LC_MESSAGES/gtksourceview-3.0.mo
    installing pa.gmo as /usr/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo
    installing pl.gmo as /usr/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo
    installing pt.gmo as /usr/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo
    installing pt_BR.gmo as /usr/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo
    installing ro.gmo as /usr/local/lib/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo
    installing ru.gmo as /usr/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo
    installing rw.gmo as /usr/local/lib/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo
    installing si.gmo as /usr/local/lib/locale/si/LC_MESSAGES/gtksourceview-3.0.mo
    installing sk.gmo as /usr/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo
    installing sl.gmo as /usr/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo
    installing sq.gmo as /usr/local/lib/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo
    installing sr.gmo as /usr/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo
    installing sr@latin.gmo as /usr/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo
    installing sv.gmo as /usr/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo
    installing ta.gmo as /usr/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo
    installing te.gmo as /usr/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo
    installing th.gmo as /usr/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo
    installing tr.gmo as /usr/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo
    installing ug.gmo as /usr/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo
    installing uk.gmo as /usr/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo
    installing vi.gmo as /usr/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo
    installing xh.gmo as /usr/local/lib/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo
    installing zh_CN.gmo as /usr/local/lib/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo
    installing zh_HK.gmo as /usr/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo
    installing zh_TW.gmo as /usr/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo
    make[1]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/po'
    Making install in data
    make[1]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data'
    Making install in language-specs
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data/language-specs'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data/language-specs'
    make[3]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/share/gtksourceview-3.0/language-specs" || /usr/bin/mkdir -p "/usr/local/share/gtksourceview-3.0/language-specs"
     /usr/bin/install -c -m 644 ada.lang asp.lang awk.lang bennugd.lang bibtex.lang boo.lang changelog.lang c.lang cg.lang chdr.lang cmake.lang cobol.lang cpp.lang csharp.lang css.lang cuda.lang def.lang desktop.lang diff.lang d.lang docbook.lang dosbatch.lang dot.lang dpatch.lang dtd.lang eiffel.lang erlang.lang fcl.lang forth.lang fortran.lang fsharp.lang gap.lang gdb-log.lang glsl.lang go.lang gtk-doc.lang gtkrc.lang haddock.lang haskell.lang haskell-literate.lang '/usr/local/share/gtksourceview-3.0/language-specs'
     /usr/bin/install -c -m 644 html.lang idl.lang ini.lang java.lang javascript.lang latex.lang libtool.lang lua.lang m4.lang makefile.lang mallard.lang matlab.lang nemerle.lang nsis.lang objc.lang objj.lang ocaml.lang ocl.lang octave.lang ooc.lang opal.lang opencl.lang pascal.lang perl.lang php.lang pkgconfig.lang po.lang python.lang prolog.lang R.lang rpmspec.lang ruby.lang scheme.lang scilab.lang sh.lang sparql.lang sql.lang systemverilog.lang t2t.lang tcl.lang '/usr/local/share/gtksourceview-3.0/language-specs'
     /usr/bin/install -c -m 644 texinfo.lang vala.lang vbnet.lang verilog.lang vhdl.lang xml.lang xslt.lang yacc.lang language.rng language2.rng language.dtd check-language.sh '/usr/local/share/gtksourceview-3.0/language-specs'
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data/language-specs'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data/language-specs'
    Making install in styles
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data/styles'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data/styles'
    make[3]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/share/gtksourceview-3.0/styles" || /usr/bin/mkdir -p "/usr/local/share/gtksourceview-3.0/styles"
     /usr/bin/install -c -m 644 classic.xml cobalt.xml kate.xml oblivion.xml tango.xml styles.rng check-style.sh '/usr/local/share/gtksourceview-3.0/styles'
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data/styles'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data/styles'
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/data'
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data'
    make[1]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/data'
    Making install in docs
    make[1]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    Making install in reference
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs/reference'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs/reference'
    make[3]: Nothing to be done for `install-exec-am'.
     /usr/bin/install -c -m 644 ./html/annotation-glossary.html
     /usr/bin/install -c -m 644 ./html/api-index-3-0.html
     /usr/bin/install -c -m 644 ./html/api-index-deprecated.html
     /usr/bin/install -c -m 644 ./html/api-index-full.html
     /usr/bin/install -c -m 644 ./html/GtkSourceBuffer.html
     /usr/bin/install -c -m 644 ./html/GtkSourceCompletion.html
     /usr/bin/install -c -m 644 ./html/GtkSourceCompletionInfo.html
     /usr/bin/install -c -m 644 ./html/GtkSourceCompletionItem.html
     /usr/bin/install -c -m 644 ./html/GtkSourceCompletionProposal.html
     /usr/bin/install -c -m 644 ./html/GtkSourceCompletionProvider.html
     /usr/bin/install -c -m 644 ./html/GtkSourceGutter.html
     /usr/bin/install -c -m 644 ./html/GtkSourceLanguage.html
     /usr/bin/install -c -m 644 ./html/GtkSourceLanguageManager.html
     /usr/bin/install -c -m 644 ./html/GtkSourceMark.html
     /usr/bin/install -c -m 644 ./html/GtkSourceMarkAttributes.html
     /usr/bin/install -c -m 644 ./html/GtkSourcePrintCompositor.html
     /usr/bin/install -c -m 644 ./html/GtkSourceStyle.html
     /usr/bin/install -c -m 644 ./html/GtkSourceStyleScheme.html
     /usr/bin/install -c -m 644 ./html/GtkSourceStyleSchemeManager.html
     /usr/bin/install -c -m 644 ./html/GtkSourceUndoManager.html
     /usr/bin/install -c -m 644 ./html/GtkSourceView.html
     /usr/bin/install -c -m 644 ./html/gtksourceview-3.0.devhelp
     /usr/bin/install -c -m 644 ./html/gtksourceview-3.0.devhelp2
     /usr/bin/install -c -m 644 ./html/gtksourceview-3.0-completioncontext.html
     /usr/bin/install -c -m 644 ./html/gtksourceview-3.0-GtkSourceGutterRenderer.html
     /usr/bin/install -c -m 644 ./html/gtksourceview-3.0-GtkSourceGutterRendererPixbuf.html
     /usr/bin/install -c -m 644 ./html/gtksourceview-3.0-GtkSourceGutterRendererText.html
     /usr/bin/install -c -m 644 ./html/home.png
     /usr/bin/install -c -m 644 ./html/index.html
     /usr/bin/install -c -m 644 ./html/index.sgml
     /usr/bin/install -c -m 644 ./html/lang-reference.html
     /usr/bin/install -c -m 644 ./html/lang-tutorial.html
     /usr/bin/install -c -m 644 ./html/left.png
     /usr/bin/install -c -m 644 ./html/right.png
     /usr/bin/install -c -m 644 ./html/rn01.html
     /usr/bin/install -c -m 644 ./html/rn02.html
     /usr/bin/install -c -m 644 ./html/style.css
     /usr/bin/install -c -m 644 ./html/style-reference.html
     /usr/bin/install -c -m 644 ./html/up.png
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs/reference'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs/reference'
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    make[3]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    make[1]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/docs'
    Making install in tests
    make[1]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/tests'
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3/tests'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/tests'
    make[1]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3/tests'
    make[1]: Entering directory `/home/Nicolas/gtksourceview-3.0.3'
    make[2]: Entering directory `/home/Nicolas/gtksourceview-3.0.3'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/lib/pkgconfig" || /usr/bin/mkdir -p "/usr/local/lib/pkgconfig"
     /usr/bin/install -c -m 644 gtksourceview-3.0.pc '/usr/local/lib/pkgconfig'
    make[2]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3'
    make[1]: Leaving directory `/home/Nicolas/gtksourceview-3.0.3'

  2. #2
    Rédacteur

    Avatar de ok.Idriss
    Homme Profil pro
    IS Consultant
    Inscrit en
    Février 2009
    Messages
    5 220
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : IS Consultant
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Février 2009
    Messages : 5 220
    Points : 19 452
    Points
    19 452
    Par défaut
    Bonjour.

    Pour commencer, je ne suis pas certain que Cygwin embarque nativement un serveur X (serveur graphique pour faire tourner les applications graphiques de ce type).

    Ensuite, je pense honnêtement que pour gedit, ça n'en vaut vraiment pas la peine. Soit tu profite de la présence de Cygwin pour travailler avec un éditeur puissant tel que vim par exemple, soit tu peux passer par un éditeur graphique Windows tel que Notepad++ (sachant que ce dernier est encore plus ergonomique que gedit qui est vraiment très basique comme éditeur).

    Rien n'empêche avec Cygwin d'éditer ses fichiers sous un éditeur Windows et à les compiler/exécuter/etc avec le shell Cygwin.

    Et j'irai même jusqu'à dire que si tu veux vraiment faire tourner un serveur X sur ton Windows, autant t'installer un Linux directement (dual boot, VM, etc).

    Cordialement,
    Idriss

  3. #3
    Expert éminent
    Avatar de transgohan
    Homme Profil pro
    Développeur Temps réel Embarqué
    Inscrit en
    Janvier 2011
    Messages
    3 146
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Maine et Loire (Pays de la Loire)

    Informations professionnelles :
    Activité : Développeur Temps réel Embarqué

    Informations forums :
    Inscription : Janvier 2011
    Messages : 3 146
    Points : 9 386
    Points
    9 386
    Par défaut
    Cygwin n'apporte en effet pas de serveur X.
    Tout ce que tu exécutes se base sur des librairies POSIX portées pour windows en fait.

    « Toujours se souvenir que la majorité des ennuis viennent de l'espace occupé entre la chaise et l'écran de l'ordinateur. »
    « Le watchdog aboie, les tests passent »

  4. #4
    Invité
    Invité(e)
    Par défaut
    Bonjour,

    Il s'agit justement de Cygwin-X qui comporte un serveur X contrairement au simple Cygwin. Je peux par exemple invoquer nedit. Il est vrai que je pourrais me passer de gedit mais j'y étais tellement habitué et si je pouvais me permettre de ne pas faire de dual boot, ça ne serait pas mal.

  5. #5
    Rédacteur

    Avatar de ok.Idriss
    Homme Profil pro
    IS Consultant
    Inscrit en
    Février 2009
    Messages
    5 220
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : IS Consultant
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Février 2009
    Messages : 5 220
    Points : 19 452
    Points
    19 452
    Par défaut
    Re bonjour.

    J'avais essayé auparavant d'installer gtksourceview mais il semble qu'il ne le voit pas toujours pas comme installé. Que puis-je faire, svp?
    Tu ne le vois "toujours pas comme installé", tu dit ça par rapport à l'erreur de compilation uniquement ou bien le paquet n'est pas coché dans la liste des packages installés ?

    Si c'est juste par rapport à l'erreur de compilation c'est probablement du au fait que tu as un conflit de version.

    Il est vrai que je pourrais me passer de gedit mais j'y étais tellement habitué
    <troll>C'est facile de se déshabituer d'un logiciel aussi pauvre</troll>
    Plus sérieusement, il sera probablement plus simple de changer d'habitude tout simplement

    Idriss

  6. #6
    Invité
    Invité(e)
    Par défaut
    mmm... oui je pencherai plus pur le conflit de version. Je le vois par l'erreur de compilation.

  7. #7
    Rédacteur

    Avatar de ok.Idriss
    Homme Profil pro
    IS Consultant
    Inscrit en
    Février 2009
    Messages
    5 220
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : IS Consultant
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Février 2009
    Messages : 5 220
    Points : 19 452
    Points
    19 452
    Par défaut
    Donc il faut désinstaller les packages cités par le message d'erreur et probablement compiler les bonnes versions attendues par ton gedit, je vois pas d'autres solutions si tu tient vraiment à utiliser gedit via ton Cygwin-X.

    Sans compter que tu n'est pas à l’abri de conflits avec d'autres applications graphiques qui elles dépendent peut être des versions déjà installées de tes packages.

    Si encore t'avais qu'un seul package comme ça à traiter, mais non tu en as 8 qui eux même ont potentiellement plusieurs dépendances !

    Quand je dit que c'est plus simple de changer d'habitude, c'est pas pour rien (la gestion des packages sous Cygwin c'est loin d'être aussi opérationnel que sur une vraie distribution Linux suffisamment récente).

    Cordialement,
    Idriss

Discussions similaires

  1. Environnent d'installation Sharepoint
    Par ragu23 dans le forum Installation
    Réponses: 3
    Dernier message: 19/11/2010, 11h07
  2. [Cygwin] Installer make
    Par Tony_ dans le forum Systèmes de compilation
    Réponses: 2
    Dernier message: 18/08/2010, 13h04
  3. [PostgreSQL/CYGWIN] install de postgres sous WINdows
    Par loicmillion dans le forum Administration
    Réponses: 2
    Dernier message: 16/04/2003, 11h37
  4. [PostgreSQL/CYGWIN] install de postgres sous WINdows
    Par loicmillion dans le forum Installation
    Réponses: 2
    Dernier message: 16/04/2003, 11h37
  5. [PostgreSQL/CYGWIN] install de postgres sous WINdows
    Par loicmillion dans le forum PostgreSQL
    Réponses: 2
    Dernier message: 16/04/2003, 11h37

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo