Regenerated

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-10 11:23:12 +00:00
parent 9f6d11208b
commit 46f1a65440
2 changed files with 36 additions and 40 deletions

65
FAQ
View file

@ -1,9 +1,7 @@
\input texinfo
GNUstep Frequently Asked Questions with Answers
***********************************************
Last updated 26 February 2001 Please send corrections to
Last updated 10 December 2001 Please send corrections to
<gnustep-maintainer@gnu.org>.
GNUstep General Information
@ -35,8 +33,8 @@ finished, however some components are useable now.
* GNUstep DisplayGhostscript Server - A server that draws PostScript
graphics to the screen, and receives events from the keyboard and
mouse. It is based on GhostScript. There is also an DPS extension
to Xfree*6 that is usable.
mouse. It is based on GNU GhostScript. There is also an DPS
extension to Xfree*6 that is usable.
* Various Tools and applications, including GORM, The GNUstep
interface builder for graphically assembling application
@ -219,11 +217,10 @@ you get 'Linux' systems packaged today).
A command-line utility to determine what services an application
should be permitted to offer on it's 'services' menu.
If you want to see a sample GUI application running - you need to
build GNUstep for use with the 'xgps' library (configuring it with with
the option -with-library-combo=gnu-gnu-gnu-xgps) and look at the
example applications in the gstep-examples package. Build 'Finger' or
'Ink' and start it with 'openapp Finger.app' or 'openapp Ink.app'
If you want to see a sample GUI application running you need to build
GNUstep and look at the example applications in the gstep-examples
package. Build 'Finger' or 'Ink' and start it with 'openapp Finger.app'
or 'openapp Ink.app'
To look best - use WindowMaker (the currently preferred GNUstep
window manager) as your window manager.
@ -500,22 +497,12 @@ documentation directory.
If you want to work on other parts of the website - capture the
pages you want to edit in your web browser (at http://www.gnustep.org).
If you can't do that, you can grab a copy of the website via anonymous
CVS -
$ CVSROOT=:pserver:anoncvs:@cvs.net-community.com:/gnustep-www
$ export CVSROOT
$ cvs login (password anoncvs)
$ checkout -z3 www
CVS. See <http://savannah.gnu.org/cvs/?group_id=99> for instructions on
how to do that.
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.
Current status -
The 'developers section' of the FAQ is being worked on by
<stevensl@mindspring.net>, and we are looking at rewriting the more
general parts of the FAQ.
How do I compile GNUstep on my machine?
---------------------------------------
@ -531,12 +518,16 @@ Are there any precompiled packages available?
sites with RPMS, and perhaps in the future, Debian packages. In some
cases. You can check the debian site for preconfigured GNUstep packages.
I get an error compiling mframe.m in gnustep-base.
--------------------------------------------------
What are these type and size warnings?
--------------------------------------
This occurs on some GNU/Linux systems. You'll need to change the
optimization level, usually like this:
make OPTFLAG=-O
These warnings:
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSConstantString' are not defined
are a common occurence and are do to a mismatch between gcc and ld.
They don't do any harm so they can be safely ignored. Apparently no one
has bothered to fix them yet.
GNU Objective C Compiler and Objective C Runtime Library
========================================================
@ -718,18 +709,22 @@ What is the Display Ghostscript Server?
---------------------------------------
It is a free implementation of a Display PostScript server based on
the ghostscript program by Aladdin software.
the GNU Ghostscript program developed by Aladdin Enterprises and now
owned by artofcode LLC.
What is its current state of development?
-----------------------------------------
GNU contracted with Aladdin software to add some key features to
ghostscript so it could be used as a DPS server. This work has mostly
been done, althought Aladdin did not completely finish the work that
they were contracted for. DGS works fairly well with a single context
and will soon work with multiple contexts. Alpha channel and compositing
currently doesn't work, but should before the end of 2000 (It's already
been fixed in Ghostscript, just not released).
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 currently doesn't work, but should before the
end of 2000 (It's already been fixed in GNU Ghostscript 6.0, just not
released).
What is the relationship between the Display Ghostscript Server and X Windows?
------------------------------------------------------------------------------

View file

@ -1,7 +1,7 @@
GNUstep HOWTO
*************
Last Update: 11 November 2001
Last Update: 10 December 2001
This document explains how to build the different components of the
GNUstep core libraries and GNUstep Launchpad.
@ -358,10 +358,11 @@ Darwin 1.0/PowerPC (_Unstable!_)
Don't use gnustep-objc or ffcall.
`Special Instructions'
GNUstep has not been ported to Darwin. Expect some minor irritations
and possibly one or two major ones if your trying to do this. Darwin
doesn't have a GCC ObjC Compiler, so you need to use the ObjC runtime
that comes with Darwin. To do this configure (gnustep-make) like this:
GNUstep is being ported to Darwin. The current Darwin compiler
doesn't handle __builtin functions. Other than that it mostly compiles.
Expect some other irritations that haven't been found yet. You need to
use the ObjC runtime that comes with Darwin. To do this configure
(gnustep-make) like this:
./configure --with-library-combo=nx-gnu-gnu