This file is indexed.

/usr/share/GNUstep/Documentation/User/GNUstep/gnustep-faq_1.html is in gnustep-make-doc 2.6.2-2.1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- Created on October 12, 2013 by texi2html 1.82
texi2html was written by: 
            Lionel Cons <Lionel.Cons@cern.ch> (original author)
            Karl Berry  <karl@freefriends.org>
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
            and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <texi2html-bug@nongnu.org>
-->
<head>
<title>Untitled Document: 1.1 Compatibility</title>

<meta name="description" content="Untitled Document: 1.1 Compatibility">
<meta name="keywords" content="Untitled Document: 1.1 Compatibility">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.82">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.roman {font-family:serif; font-weight:normal;}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>


</head>

<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">

<a name="Compatibility"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Is-it-easy-to-port-OPENSTEP-programs-to-GNUstep_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Compatibility-1"></a>
<h2 class="section">1.1 Compatibility</h2>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#Is-it-easy-to-port-OPENSTEP-programs-to-GNUstep_003f">1.1.1 Is it easy to port OPENSTEP programs to GNUstep?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#How-about-porting-between-Cocoa-and-GNUstep_003f">1.1.2 How about porting between Cocoa and GNUstep?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Tools-for-porting">1.1.3 Tools for porting</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">           
</td></tr>
<tr><td align="left" valign="top"><a href="#Can-I-transfer-archived-data-from-GNUstep-to-Cocoa_003f">1.1.4 Can I transfer archived data from GNUstep to Cocoa?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Does-distributed-objects-work-between-GNUstep-and-Cocoa_003f">1.1.5 Does distributed objects work between GNUstep and Cocoa?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Is-there-an-Interface-Builder-for-GNUstep_003f">1.1.6 Is there an Interface Builder for GNUstep?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Can-I-use-my-original-NIB-files_003f">1.1.7 Can I use my original NIB files?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Can-one-use-the-hybrid-_0022Objective_002dC_002b_002b_0022">1.1.8 Can one use the hybrid &quot;Objective-C++&quot;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Is-there-a-plan-to-support-Java_002fYellowBox-Bindings_003f">1.1.9 Is there a plan to support the Java/YellowBox Bindings?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#What-if-I-compile-GNUstep-under-OPENSTEP_002fMacOS-X_003f">1.1.10 What if I compile GNUstep under OPENSTEP/MacOS X?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Is-the-Objective-C-API-for-GTK-related_003f">1.1.11 Is the Objective C API for GTK related?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#How-about-implementing-parts-of-the-Application-Kit-with-GTK_003f">1.1.12 How about implementing parts of the Application Kit with GTK?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
</table>

<hr size="6">
<a name="Is-it-easy-to-port-OPENSTEP-programs-to-GNUstep_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Compatibility" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-about-porting-between-Cocoa-and-GNUstep_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Is-it-easy-to-port-OPENSTEP-programs-to-GNUstep_003f-1"></a>
<h3 class="subsection">1.1.1 Is it easy to port OPENSTEP programs to GNUstep?</h3>

<p>It is probably easy for simple programs. There are some portability
tools to make this easier, or rewrite
the Makefiles yourself.  You will also have to translate the NIB files
(if there are any) to GNUstep model files using the nib2gmodel program
(from <a href="ftp://ftp.gnustep.org/pub/gnustep/dev-apps">ftp://ftp.gnustep.org/pub/gnustep/dev-apps</a>).
</p>
<hr size="6">
<a name="How-about-porting-between-Cocoa-and-GNUstep_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Is-it-easy-to-port-OPENSTEP-programs-to-GNUstep_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Tools-for-porting" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-about-porting-between-Cocoa-and-GNUstep_003f-1"></a>
<h3 class="subsection">1.1.2 How about porting between Cocoa and GNUstep?</h3>

<p>It&rsquo;s easier from GNUstep to Cocoa than Cocoa to GNUstep. Cocoa is
constantly changing, much faster than GNUstep could hope to keep
up. They have added extensions and new classes that aren&rsquo;t available in
GNUstep yet. Plus there are some other issues. If you start with
Cocoa:
</p>
<ul>
<li> Use #ifndef GNUSTEP for Apple only code.
</li><li> Do not use CoreFoundation
</li><li> Do not use Objective-C++ (except with gcc 4.1 or later)
</li><li> Do not use Quicktime or other proprietary extension
</li><li> GNUstep should be able to read Cocoa nib files automatically, so there
is no need to port these, although you might want to have GNUstep specific
versions of them anyway.
</li></ul>

<p>See also <a href="http://mediawiki.gnustep.org/index.php/Writing_portable_code">http://mediawiki.gnustep.org/index.php/Writing_portable_code</a>
for more information.
</p>
<hr size="6">
<a name="Tools-for-porting"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-about-porting-between-Cocoa-and-GNUstep_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Can-I-transfer-archived-data-from-GNUstep-to-Cocoa_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Tools-for-porting-1"></a>
<h3 class="subsection">1.1.3 Tools for porting</h3>

<p>While the programming interface should be almost transparent between
systems (expect for the unimplemented parts, of course), there are a
variety of other files and tools that are necessary for porting
programs.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>nib2gmodel</samp>&rsquo;</dt>
<dd><p>This program coverts nib files from any system, such as OPENSTEP to
a gmodel format file. Gmodel can be read directly by GNUstep or you can
convert this to a more GNUstep-native gorm format (using the Gorm interface
modeller). Note this is not necessary for Cocoa nibs - GNUstep can read these
directly.
</p>
</dd>
<dt> &lsquo;<samp>Renaissance</samp>&rsquo;</dt>
<dd><p>GNUstep Renaissance allows you to describe your user
interfaces (that is, the windows in your application, and the buttons,
boxes, textfields, etc in the windows) in simple and intuitive XML
files, using an open, standard format describing the logic of the
interface.  It has a number of advantages over the proprietary nib format:
portability, open standard, easy localization, themeability, and 
intelligent autolayout.
</p>
</dd>
<dt> &lsquo;<samp>Gorm</samp>&rsquo;</dt>
<dd><p>The equivalent of the Interface Builder in GNUstep. It might be easier to
just recreate the interface using Gorm rather than dealing with 
translations.
</p>
</dd>
<dt> &lsquo;<samp>OpenStep2GNUConverter and nfmake</samp>&rsquo;</dt>
<dd><p>Two programs that allow you to convert PB files to GNUstep makefiles or
compile a program on GNUstep directly from PB files. They probably work
only for OPENSTEP systems and are a little out-of-date.
</p>
</dd>
<dt> &lsquo;<samp>StepTalk</samp>&rsquo;</dt>
<dd><p>A portable scripting environment that lets your do scripting in almost
any language you like.
</p>
</dd>
</dl>

<hr size="6">
<a name="Can-I-transfer-archived-data-from-GNUstep-to-Cocoa_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Tools-for-porting" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Does-distributed-objects-work-between-GNUstep-and-Cocoa_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Can-I-transfer-archived-data-from-GNUstep-to-Cocoa_003f-1"></a>
<h3 class="subsection">1.1.4 Can I transfer archived data from GNUstep to Cocoa?</h3>

<p>Apple&rsquo;s archiving format is proprietary and not documented, so this
poses a problem for anyone wanting to implement compatibility with it.
However, even if we reverse engineered the format, there are enough
differences between the class and ivar layouts to make this sort of
compatibility difficult. Not to mention the fact that we would
constantly have to keep up with the changes Apple made. 
</p>
<p>The new keyed archiving using XML file formats is much more portable,
and GNUstep is trying to maintain compatibility with Apple with this
type of archiving.
</p>
<hr size="6">
<a name="Does-distributed-objects-work-between-GNUstep-and-Cocoa_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Can-I-transfer-archived-data-from-GNUstep-to-Cocoa_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Is-there-an-Interface-Builder-for-GNUstep_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Does-distributed-objects-work-between-GNUstep-and-Cocoa_003f-1"></a>
<h3 class="subsection">1.1.5 Does distributed objects work between GNUstep and Cocoa?</h3>

<p>See the answer to the previous question (on archive compatibility) for
why this won&rsquo;t work either.
</p>
<hr size="6">
<a name="Is-there-an-Interface-Builder-for-GNUstep_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Does-distributed-objects-work-between-GNUstep-and-Cocoa_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Can-I-use-my-original-NIB-files_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Is-there-an-Interface-Builder-for-GNUstep_003f-1"></a>
<h3 class="subsection">1.1.6 Is there an Interface Builder for GNUstep?</h3>

<p>There is an Interface Builder for GNUstep called Gorm. A lot of work
has been put into it and it works very well.  You can download it from
the ftp site or via http.  The Project Manager ProjectCenter is also
available.
</p>
<hr size="6">
<a name="Can-I-use-my-original-NIB-files_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Is-there-an-Interface-Builder-for-GNUstep_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Can-one-use-the-hybrid-_0022Objective_002dC_002b_002b_0022" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Can-I-use-my-original-NIB-files_003f-1"></a>
<h3 class="subsection">1.1.7 Can I use my original NIB files?</h3>

<p> No - NeXT/Apple never documented their nib format, so GNUstep supports
both the &rsquo;gmodel&rsquo; format (which stores information as text
(property-lists) and can therefore be edited &rsquo;by hand&rsquo;) and binary
archive format (which can be edited by Gorm).  There IS a conversion
tool called nib2gmodel that can be compiled under OPENSTEP to convert
nib files to GNUstep gmodel files.
</p>
<p>The current version of gui supports reading nib files created as of 10.2. 
If you have nib files which are older than this, you can convert them by
loading them into Interface Builder, going to the &quot;file&quot; second and saving 
the nib using the &quot;10.2 or later format.&quot;
</p>
<hr size="6">
<a name="Can-one-use-the-hybrid-_0022Objective_002dC_002b_002b_0022"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Can-I-use-my-original-NIB-files_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Is-there-a-plan-to-support-Java_002fYellowBox-Bindings_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Can-one-use-the-hybrid-_0022Objective_002dC_002b_002b_0022-1"></a>
<h3 class="subsection">1.1.8 Can one use the hybrid &quot;Objective-C++&quot;</h3>

<p>Yes gcc 4.1 has support for this.
</p>
<hr size="6">
<a name="Is-there-a-plan-to-support-Java_002fYellowBox-Bindings_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Can-one-use-the-hybrid-_0022Objective_002dC_002b_002b_0022" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-if-I-compile-GNUstep-under-OPENSTEP_002fMacOS-X_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Is-there-a-plan-to-support-the-Java_002fYellowBox-Bindings_003f"></a>
<h3 class="subsection">1.1.9 Is there a plan to support the Java/YellowBox Bindings?</h3>

<p>Yes. The GNUstep Java library/bridge called JIGS is available now.  JIGS
is a free (LGPL) Java Interface for GNUstep; it can automatically wrap
Objective-C libraries based on GNUstep, making them accessible directly
to the Java programmer as if they were Java libraries. As a side effect,
it is also possible to use the whole engine in the reverse way: JIGS
provides a high level API to allow Objective-C programmers to start java
virtual machines inside GNUstep Objective-C code and access java objects
in the java virtual machine transparently, as if they were objective-C
objects.
</p>
<hr size="6">
<a name="What-if-I-compile-GNUstep-under-OPENSTEP_002fMacOS-X_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Is-there-a-plan-to-support-Java_002fYellowBox-Bindings_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Is-the-Objective-C-API-for-GTK-related_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-if-I-compile-GNUstep-under-OPENSTEP_002fMacOS-X_003f-1"></a>
<h3 class="subsection">1.1.10 What if I compile GNUstep under OPENSTEP/MacOS X?</h3>

<p>GNUstep uses different backends to provide the same functionality as 
Display Postscript.  While someone could write a backend library to 
provide the interface, nobody has bothered to date.
</p>
<p>   You can, however, use a GNUstep program with an X11 server running
on MacOSX.
</p>
<hr size="6">
<a name="Is-the-Objective-C-API-for-GTK-related_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-if-I-compile-GNUstep-under-OPENSTEP_002fMacOS-X_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-about-implementing-parts-of-the-Application-Kit-with-GTK_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Is-the-Objective-C-API-for-GTK-related_003f-1"></a>
<h3 class="subsection">1.1.11 Is the Objective C API for GTK related?</h3>

<p>  No.  GNUstep applications provide their GUI via the OpenStep
API, which provides fully object-oriented access to GUI manipulation.
</p>
<p>  The object-oriented nature of the libraries and language make it much easier
for new users to create their own subclasses rather than simply using the
supplied widgets as in other frameworks.
</p>
<hr size="6">
<a name="How-about-implementing-parts-of-the-Application-Kit-with-GTK_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Is-the-Objective-C-API-for-GTK-related_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compatibility" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-about-implementing-parts-of-the-Application-Kit-with-GTK_003f-1"></a>
<h3 class="subsection">1.1.12 How about implementing parts of the Application Kit with GTK?</h3>

<p>  Yes and No - The GNUstep architecture provides a single,
platform-independent, API for handling all aspects of GUI interaction
(implemented in the gstep-gui library), with a backend architecture
that permits you to have different display models (display postscript,
X-windows, win32, berlin ...) while letting you use the same code
for printing as for displaying. Use of GTK in the frontend gui
library would remove some of those advantages without adding any.
</p>
<p>That being said, a backend library could be implemented using gtk
if anyone wanted to do so.  Since the frontend library handles most
of the work involved in implementing the OpenStep API, the backend
is a relatively thin layer and the advantages of GTK over direct
xlib or win32 calls is likely to be minimal.  If/when GTK is ported
to more systems, a backend written using it could be a valuable
asset - volunteers are, as always, welcome.
</p>

<hr size="6">
<a name="Compiling-and-Developing"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-about-implementing-parts-of-the-Application-Kit-with-GTK_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-can-I-get-started-programming_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Compiling-and-Developing-1"></a>
<h2 class="section">1.2 Compiling and Developing</h2>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#How-can-I-get-started-programming_003f">1.2.1 How can I get started programming?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#How-can-I-help-with-GNUstep_003f">1.2.2 How can I help with GNUstep?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Helping-develop-GNUstep">1.2.3 Helping develop GNUstep</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">     
</td></tr>
<tr><td align="left" valign="top"><a href="#Helping-document-GNUstep">1.2.4 Helping document GNUstep</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">    
</td></tr>
<tr><td align="left" valign="top"><a href="#How-do-I-assign-my-contribution_003f">1.2.5 How do I assign my contribution?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#How-do-I-update-the-task-list_003f">1.2.6 How do I update the task list?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#How-do-I-start-writing-tests_003f">1.2.7 How do I start writing tests?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#How-do-I-start-writing-applications_003f">1.2.8 How do I start writing applications?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#How-can-I-help-with-the-GNUstep-website_003f">1.2.9 How can I help with the GNUstep website?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#Why-doesn_0027t-GDB-support-Objective_002dC_003f">1.2.10 Why doesn&rsquo;t GDB support Objective-C?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
</table>

<hr size="6">
<a name="How-can-I-get-started-programming_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-can-I-help-with-GNUstep_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-can-I-get-started-programming_003f-1"></a>
<h3 class="subsection">1.2.1 How can I get started programming?</h3>

<p>  Good question.  Read the tutorials at the GNUstep web site. Also look at
Apple&rsquo;s documentation (pointers in the Resources section on the GNUstep web
site.)
</p>
<hr size="6">
<a name="How-can-I-help-with-GNUstep_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-can-I-get-started-programming_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Helping-develop-GNUstep" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-can-I-help-with-GNUstep_003f-1"></a>
<h3 class="subsection">1.2.2 How can I help with GNUstep?</h3>

<ol>
<li> Write/debug library code 
</li><li> Write documentation 
</li><li> Update the task list and library headers 
</li><li> Write applications
</li></ol>

<p>Let people know what you are doing.  Break your project up into
the smallest units you can.  Feed back frequent updates to the
maintainers.  Ask questions in the discussion mailing list.
</p>
<p>Do remember that any changes beyond a few lines of code (or
documentation) require a disclaimer or copyright assignment to the
Free Software Foundation before they can be incorporated into the
project.  Get in touch with the GNUstep maintainer about this.
</p>
<p>Don&rsquo;t start with large-scale reorganization of anything - instead,
get a general idea in mind of what you want to do, and proceed as
much as possible with incremental changes that don&rsquo;t break anything
- that way you can make those incremental changes available to the
rest of the community at frequent intervals.
</p>
<p>Don&rsquo;t be afraid to give up - there is no shame in finding out that
you have take on too large/complex a project.  It&rsquo;s much better to
&rsquo;resign&rsquo; and take on a smaller job than to just stop without telling
anyone.
</p>
<p>Please document the code you add or change (using autogsdoc comments
that begin with a slash and two asterices). But PLEASE, do not copy from
the Apple documentation or any other copyrighted documentation.
</p>

<hr size="6">
<a name="Helping-develop-GNUstep"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-can-I-help-with-GNUstep_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Helping-document-GNUstep" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Helping-develop-GNUstep-1"></a>
<h3 class="subsection">1.2.3 Helping develop GNUstep</h3>

<p>There is plenty of unimplemented stuff in the gui library and
backend libraries that volunteers can work on - just browse through
the code and see if it conforms to the documentation.
</p>
<p>Specific tasks are noted in the developers section on the GNUstep
website.
</p>
<p>Once you have coded something, you could always write a testcase
and documentation for it :-)
</p>
<hr size="6">
<a name="Helping-document-GNUstep"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Helping-develop-GNUstep" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-do-I-assign-my-contribution_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Helping-document-GNUstep-1"></a>
<h3 class="subsection">1.2.4 Helping document GNUstep</h3>

<p>All class documentation is written directly in the source code itself
and translated using the autogsdoc program. See the source code and
documentation for autogsdoc for information on documenting the classes.
</p>
<p>Newcomers could write documentation for individual classes by
comparing the OpenStep specification, the MacOS-X documentation,
and the GNUstep source.  Documentation should clearly note where
individual methods are specific to OpenStep, MacOS-X or are GNustep
extensions.
</p>
<p>More experienced people could write documentation on general
programming topics, and tutorials for new users.
</p>
<p>Anyone willing to write documentation, either tutorials for using
GNUstep, or reference documentation for individual classes, should
either write it in gsdoc or as plain ascii text for someone else to
format into gsdoc.
</p>
<p>GNUstep documentation should have copyright assigned to the Free
Software Foundation.
</p>
<hr size="6">
<a name="How-do-I-assign-my-contribution_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Helping-document-GNUstep" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-do-I-update-the-task-list_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-do-I-assign-my-contribution_003f-1"></a>
<h3 class="subsection">1.2.5 How do I assign my contribution?</h3>

<p>Everyone who contributes more than 20 lines of code or so needs to
sign a copyright assignment so that the FSF can have legal control of
the copyright. This makes it easier to defend against any copyright
infringement suits.  Contact the GNUstep maintainer for instructions
on how to do this or download and fill out the form
<a href="http://www.gnustep.org/resources/request-assign.future">http://www.gnustep.org/resources/request-assign.future</a>
(instructions are included).
</p>

<hr size="6">
<a name="How-do-I-update-the-task-list_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-do-I-assign-my-contribution_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-do-I-start-writing-tests_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-do-I-update-the-task-list_003f-1"></a>
<h3 class="subsection">1.2.6 How do I update the task list?</h3>

<p> The task list (<a href="http://savannah.gnu.org/pm/?group_id=99">http://savannah.gnu.org/pm/?group_id=99</a>) is 
supposed to tell people what jobs are waiting to be done. Feel free to
add to it or update the tasks that are there (you need to create a login
for yourself first).
</p>
<p>One job of major importance that pretty much anyone can do is to
look for jobs to add to the task list.  In the case of methods from
the OpenStep specification or the MacOS-X documentation not being
present in the GNUstep libraries, it is also helpful to add the
method prototypes to the library header files.
</p>
<p>Send any changes or additions to <a href="mailto:bug-gnustep@gnu.org">bug-gnustep@gnu.org</a>.
</p>
<p>A beginner can look through the MacOS-X documentation, the OpenStep
specification and the GNUstep source and contribute task items.
</p>
<p>If a class or method is in MacOS-X and OpenStep but is not in
GNUstep - it&rsquo;s a high priority TODO and should at least be added
to the GNUstep headers and a dummy version added to the source with
a FIXME comment.
</p>
<p>If a class or method is in MacOS-X but not OpenStep or GNUstep -
it&rsquo;s a low priority TODO.  It should be added to the GNUstep headers
bracketed in <code>#ifndef STRICT_OPENSTEP</code>
</p>
<p>If a class or method is in OpenStep but not in MacOS-X or GNUstep
- it&rsquo;s a low priority TODO.  It should be added to the GNUstep
headers bracketed in <code>#ifndef STRICT_MACOS_X</code>
</p>
<p>There are a couple of people working on this already, so it&rsquo;s a
good idea to get in touch with Greg, Adam or Richard to coordinate efforts.
</p>
<hr size="6">
<a name="How-do-I-start-writing-tests_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-do-I-update-the-task-list_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-do-I-start-writing-applications_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-do-I-start-writing-tests_003f-1"></a>
<h3 class="subsection">1.2.7 How do I start writing tests?</h3>

<p> You can write testcases - where the libraries fail tests, you
could either fix the problem, or add it to the task list.
</p>
<p>To write testcases, you need to use svn to install the latest
GNUstep sourcecode you can find. Then checkout the
&rsquo;gnustep/tools/testsuite&rsquo; module from svn.
</p>
<hr size="6">
<a name="How-do-I-start-writing-applications_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-do-I-start-writing-tests_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#How-can-I-help-with-the-GNUstep-website_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-do-I-start-writing-applications_003f-1"></a>
<h3 class="subsection">1.2.8 How do I start writing applications?</h3>

<p> You can either look at the links on the GNUstep website for
applications that have been started, and email their owners to
volunteer to help, or you can start your own project.
</p>
<hr size="6">
<a name="How-can-I-help-with-the-GNUstep-website_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-do-I-start-writing-applications_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Why-doesn_0027t-GDB-support-Objective_002dC_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="How-can-I-help-with-the-GNUstep-website_003f-1"></a>
<h3 class="subsection">1.2.9 How can I help with the GNUstep website?</h3>

<p>Talk to Adam Fedor <a href="mailto:fedor@gnu.org">fedor@gnu.org</a>, the maintainer.
</p>
<p>The GNUstep website is kept as a CVS module, but the largest portions
of it (the FAQ and the Documentation) are actually
generated from files in the individual GNUstep packages.
Many highly changeable portions are kept on the Wiki, so anyone can change
these (first you need to get write access, though).
</p>
<p>If you want to update the FAQ or documentation  - grab
the latest snapshot of the GNUstep core you can find, update it
from the svn repository, and work with the contents of the appropriate
documentation directory.
</p>
<p>If you want to work on other parts of the website, you can grab a copy
of the website via anonymous CVS. See
<a href="http://savannah.gnu.org/cvs/?group_id=99">http://savannah.gnu.org/cvs/?group_id=99</a> for instructions on how
to do that.
</p>
<p>The main task with the website is to figure out which bits are
out-of-date (or wrong) and update/mark-as-outdated as required.
</p>
<hr size="6">
<a name="Why-doesn_0027t-GDB-support-Objective_002dC_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#How-can-I-help-with-the-GNUstep-website_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNU-Objective-C-Compiler-and-Runtime" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Compiling-and-Developing" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Why-doesn_0027t-GDB-support-Objective_002dC_003f-1"></a>
<h3 class="subsection">1.2.10 Why doesn&rsquo;t GDB support Objective-C?</h3>

<p>As of GDB 6.0, gdb supports debugging of Objective-C code.
</p>

<hr size="6">
<a name="GNU-Objective-C-Compiler-and-Runtime"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Why-doesn_0027t-GDB-support-Objective_002dC_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-the-Objective-C-Runtime_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="GNU-Objective-C-Compiler-and-Runtime-1"></a>
<h2 class="section">1.3 GNU Objective C Compiler and Runtime</h2>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#What-is-the-Objective-C-Runtime_003f">1.3.1 What is the Objective C Runtime?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
</table>

<hr size="6">
<a name="What-is-the-Objective-C-Runtime_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#GNU-Objective-C-Compiler-and-Runtime" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-Base-Library" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNU-Objective-C-Compiler-and-Runtime" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-the-Objective-C-Runtime_003f-1"></a>
<h3 class="subsection">1.3.1 What is the Objective C Runtime?</h3>

<p>The Objective C Runtime Library provides C functions and data structures
required to execute an Objective C program. 
</p>
<p>The GNU Objective C Runtime Library offers everything NeXT&rsquo;s runtime
does, including Categories, Protocols, &lsquo;<samp>+poseAs:</samp>&rsquo;, thread-safety,
class initialization on demand, delayed loading of classes, and
initialization of static instances (such as @&quot;&quot;-style string objects). 
</p>
<p>It also has several differences over NeXT&rsquo;s implementation:
</p>
<ul>
<li> GNU&rsquo;s runtime provides &ldquo;selector-types&rdquo; along with each
selector; NeXT&rsquo;s does not.  A selector-type is a string that describes
the C variable types for the method&rsquo;s return and argument values.  Among
other uses, selector-types is extremely helpful for fast distributed
objects implementations, (see GNUstep Base Library Section, below).

</li><li> Many of the GNU functions have different names than their
corresponding NeXT functions; the GNU names conform to the GNU coding
standards. The GNUstep base library contains a compatibility header that
works with both runtimes. You should use functions there or use OpenStep
Foundation methods/functions instead of the basic
runtime functions so that you code can run with either system.

<p>Apple has recently added new functionality to their runtime, including
built-in exception handling, etc. Hopefully these will be ported to the
GNU runtime in the future.
</p>
</li></ul>


<hr size="6">
<a name="GNUstep-Base-Library"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-the-Objective-C-Runtime_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-the-GNUstep-Base-Library_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="GNUstep-Base-Library-1"></a>
<h2 class="section">1.4 GNUstep Base Library</h2>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#What-is-the-GNUstep-Base-Library_003f">1.4.1 What is the GNUstep Base Library?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#What-is-base_0027s-current-state-of-development_003f">1.4.2 What is its current state of development?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#What-are-the-features-of-GNU-Distributed-Objects_003f">1.4.3 What are the features of GNU Distributed Objects?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
</table>

<hr size="6">
<a name="What-is-the-GNUstep-Base-Library_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#GNUstep-Base-Library" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-base_0027s-current-state-of-development_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-Base-Library" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-the-GNUstep-Base-Library_003f-1"></a>
<h3 class="subsection">1.4.1 What is the GNUstep Base Library?</h3>

<p>The GNUstep Base Library is a library of general-purpose, non-graphical
Objective C objects.  For example, it includes classes for strings,
object collections, byte streams, typed coders, invocations,
notifications, notification dispatchers, moments in time, network ports,
remote object messaging support (distributed objects), and event loops.
</p>
<p>It provides functionality that aims to implement the non-graphical
portion of the OpenStep standard (the Foundation library).  
</p>
<hr size="6">
<a name="What-is-base_0027s-current-state-of-development_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-the-GNUstep-Base-Library_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-are-the-features-of-GNU-Distributed-Objects_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-Base-Library" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-its-current-state-of-development_003f"></a>
<h3 class="subsection">1.4.2 What is its current state of development?</h3>

<p>GNUstep base is currently stable and, to the best of our knowledge,
implements all of the OpenStep functionality (except for a few classes
that we feel are not useful). It also implements most all of the new
Cocoa classes. However we do some things, like scripting, differently,
so we don&rsquo;t implement all the Cocoa classes.
</p>
<hr size="6">
<a name="What-are-the-features-of-GNU-Distributed-Objects_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-base_0027s-current-state-of-development_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-GUI-Library" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-Base-Library" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-are-the-features-of-GNU-Distributed-Objects_003f-1"></a>
<h3 class="subsection">1.4.3 What are the features of GNU Distributed Objects?</h3>

<p>GNU Distributed Objects has many of the features of other distributed
objects implementations, but, since it is free software, it can be
ported to platforms for which other distributed objects implementations
are not available.
</p>
<p>[ NOTE: The GNU distributed object facilities have the same ease-of-use
as Apple&rsquo;s; be warned, however, that they are not compatible with each
other.  They have different class hierarchies, different instance
variables, different method names, different implementation strategies
and different network message formats.  You cannot communicate with a
Apple NSConnection using a GNU NSConnection.  
</p>
<p>Here are some differences between GNU distributed objects and Apple&rsquo;s
distributed objects: Apple NSDistantObject asks it&rsquo;s remote
target for the method encoding types and caches the results; GNU
NSDistantObject gets the types directly from the local GNU &quot;typed selector&quot;
mechanism if the information is known locally and only queries the remote
target or caching encoding types when using a method that is not known to
the local process.  The NSProxy for the remote root object always has name
and, once set, you cannot change the root object of a NSConnection; the GNU
Proxy for the remote root object has a target address value just like
all other Proxy&rsquo;s, and you can change the root object as many times as
you like. ].
</p>

<hr size="6">
<a name="GNUstep-GUI-Library"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-are-the-features-of-GNU-Distributed-Objects_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-the-GUI-Library_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="GNUstep-GUI-Library-1"></a>
<h2 class="section">1.5 GNUstep GUI Library</h2>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#What-is-the-GUI-Library_003f">1.5.1 What is the GUI Library?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">    
</td></tr>
<tr><td align="left" valign="top"><a href="#Explain-the-organization-of-the-front_002d-and-back_002dends">1.5.2 Explain the organization of the front- and back-ends</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#What-is-the-current-state-of-development-of-the-front_002dend_003f">1.5.3 What is the current state of development of the front-end?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#What-is-the-current-state-of-development-of-the-back_002dends_003f">1.5.4 What is the current state of development of the back-ends?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
</table>

<hr size="6">
<a name="What-is-the-GUI-Library_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#GNUstep-GUI-Library" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Explain-the-organization-of-the-front_002d-and-back_002dends" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-GUI-Library" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-the-GUI-Library_003f-1"></a>
<h3 class="subsection">1.5.1 What is the GUI Library?</h3>

<p>The GNUstep GUI Library is a library of objects useful for writing
graphical applications.  For example, it includes classes for drawing
and manipulating graphics objects on the screen: windows, menus,
buttons, sliders, text fields, and events.  There are also many
peripheral classes that offer operating-system-independent interfaces to
images, cursors, colors, fonts, pasteboards, printing.  There are also
workspace support classes such as data links, open/save panels,
context-dependent help, spell checking.
</p>
<p>It provides functionality that aims to implement the &lsquo;<samp>AppKit</samp>&rsquo;
portion of the OpenStep standard.  However the implementation has
been written to take advantage of GNUstep enhancements wherever possible.
</p>

<hr size="6">
<a name="Explain-the-organization-of-the-front_002d-and-back_002dends"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-the-GUI-Library_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-the-current-state-of-development-of-the-front_002dend_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-GUI-Library" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Explain-the-organization-of-the-front_002d-and-back_002dends-1"></a>
<h3 class="subsection">1.5.2 Explain the organization of the front- and back-ends</h3>

<p>The GNUstep GUI Library is divided into a front- and back-end.  The
front-end contains the majority of implementation, but leaves out the
low-level drawing and event code.  A back-end can override whatever
methods necessary in order to implement low-level drawing event
receiving.  Different back-ends will make GNUstep available on various
platforms.  The default GNU back-end will run on top of X Windows.
Other back-ends could allow GNUstep to run on OpenGL and WIN32
graphics/event platforms.  Much work will be saved by this clean
separation between front- and back-end, because it allows different
platforms to share the large amount of front-end code.
</p>
<hr size="6">
<a name="What-is-the-current-state-of-development-of-the-front_002dend_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Explain-the-organization-of-the-front_002d-and-back_002dends" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-the-current-state-of-development-of-the-back_002dends_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-GUI-Library" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-the-current-state-of-development-of-the-front_002dend_003f-1"></a>
<h3 class="subsection">1.5.3 What is the current state of development of the front-end?</h3>

<p>Many of the classes are well implemented, if not thoroughly tested.
See the GNUstep web sites and read status information contained in the
distribution for the most up-to-date information.
</p>
<hr size="6">
<a name="What-is-the-current-state-of-development-of-the-back_002dends_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-the-current-state-of-development-of-the-front_002dend_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-DisplayGhostScript-Server" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-GUI-Library" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-the-current-state-of-development-of-the-back_002dends_003f-1"></a>
<h3 class="subsection">1.5.4 What is the current state of development of the back-ends?</h3>

<p>There are several backends currently available:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>xlib</samp>&rsquo;</dt>
<dd><p>This backend runs on X11 and uses standard xlib
calls for implementing drawing. It works well, but is limited in many
areas due to the limitations of xlib drawing.
</p></dd>
<dt> &lsquo;<samp>art</samp>&rsquo;</dt>
<dd><p>This is a very good backend that draws using the libart package and
freetype with near PostScript quality and functionality. It is currently
the standard backend (as long as the required libraries are installed). 
</p></dd>
<dt> &lsquo;<samp>w32</samp>&rsquo;</dt>
<dd><p>This backend works on Windows and uses basic Windows drawing
</p></dd>
<dt> &lsquo;<samp>cairo</samp>&rsquo;</dt>
<dd><p>An up-and-coming backend. It still relies on unpublished functions in
the cairo library so using it is not for the beginner.
</p></dd>
</dl>


<hr size="6">
<a name="GNUstep-DisplayGhostScript-Server"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-the-current-state-of-development-of-the-back_002dends_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-the-Display-Ghostscript-Server_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="GNUstep-DisplayGhostScript-Server-1"></a>
<h2 class="section">1.6 GNUstep DisplayGhostScript Server</h2>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#What-is-the-Display-Ghostscript-Server_003f">1.6.1 What is the Display Ghostscript Server?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#What-is-DGSs-current-state-of-development_003f">1.6.2 What is its current state of development?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
<tr><td align="left" valign="top"><a href="#What-is-the-relationship-between-the-Display-Ghostscript-Server-and-X-Windows_003f">1.6.3 What is the relationship between the Display Ghostscript Server and X Windows?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
</td></tr>
</table>

<hr size="6">
<a name="What-is-the-Display-Ghostscript-Server_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#GNUstep-DisplayGhostScript-Server" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-DGSs-current-state-of-development_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-DisplayGhostScript-Server" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-the-Display-Ghostscript-Server_003f-1"></a>
<h3 class="subsection">1.6.1 What is the Display Ghostscript Server?</h3>

<p>It is a free implementation of a Display PostScript server based on the
GNU Ghostscript program developed by Aladdin Enterprises and now owned by artofcode LLC.
</p>
<p>At one point, GNUstep was using this for display purposes. However the
development of DGS has stopped as it is too difficult to maintain and
no one wanted to work on it. Now we are using other means of drawing.
</p>
<hr size="6">
<a name="What-is-DGSs-current-state-of-development_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-the-Display-Ghostscript-Server_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#What-is-the-relationship-between-the-Display-Ghostscript-Server-and-X-Windows_003f" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-DisplayGhostScript-Server" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-its-current-state-of-development_003f-1"></a>
<h3 class="subsection">1.6.2 What is its current state of development?</h3>

<p>GNU contracted with Aladdin Enterprises to add some key features to GNU
Ghostscript so it could be used as a DPS server. This work has mostly
been done, although Aladdin did not completely finish the work that they
were contracted for.  (Because the work took longer than specified and
was not completed, Aladdin agreed to waive approximately $10,000 in
promised fees for the work that was actually done and delivered.)  DGS
works fairly well with a single context.  Alpha channel and compositing
doesn&rsquo;t work.
</p>
<p>Currently, further development on DGS has been abandoned.  The library
based approach using libart, cairo, etc works much better.
</p>
<hr size="6">
<a name="What-is-the-relationship-between-the-Display-Ghostscript-Server-and-X-Windows_003f"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#What-is-DGSs-current-state-of-development_003f" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[ &gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#GNUstep-DisplayGhostScript-Server" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="What-is-the-relationship-between-the-Display-Ghostscript-Server-and-X-Windows_003f-1"></a>
<h3 class="subsection">1.6.3 What is the relationship between the Display Ghostscript Server and X Windows?</h3>

<p>Display Ghostscript runs on top of X Windows.
</p>

<hr size="6">
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="gnustep-faq.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[Contents]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="gnustep-faq_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<p>
 <font size="-1">
  This document was generated by <em>root</em> on <em>October 12, 2013</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.
 </font>
 <br>

</p>
</body>
</html>