vertaling /faq/build.xml
[email protected] ("Sander Hartveld")
| Newsgroups | php.doc.nl |
|---|---|
| Organization | C-two |
| Message-ID | <[email protected]> |
Hallo Mensen,
Vertaal ik het op deze manier goed genoeg?
Groetjes, Sander
engelse tekst:
-------------------------------------------
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.30 $ -->
<chapter id="faq.build">
<title>Build Problems</title>
<titleabbrev>Build Problems</titleabbrev>
<para>
This section gathers most common errors that occur at
build time.
</para>
<qandaset>
<qandaentry id="faq.build.configure">
<question>
<para>
I got the latest version of PHP using the anonymous CVS service,
but there's no configure script!
</para>
</question>
<answer>
<para>
You have to have the GNU autoconf package installed so you can
generate the configure script from <filename>configure.in</filename>.
Just run
<command>./buildconf</command> in the top-level directory after
getting
the sources from the CVS server. (Also, unless you run configure
with the <literal>--enable-maintainer-mode</literal> option, the
configure script will not automatically get rebuilt when the
<filename>configure.in</filename> file is updated, so you should make
sure to do that
manually when you notice configure.in has changed. One symptom
of this is finding things like @VARIABLE@ in your Makefile after
configure or <filename>config.status</filename> is run.)
</para>
</answer>
</qandaentry>
vertaalde tekst:
-------------------------------------------
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.30 $ -->
<chapter id="faq.build">
<title>Build Problemen</title>
<titleabbrev>Build Problemen</titleabbrev>
<para>
Deze paragraaf bevat de meest voorkomende problemen bij het zgn. build
proces.
</para>
<qandaset>
<qandaentry id="faq.build.configure">
<question>
<para>
Ik heb de laatste versie van php welke de anonieme CVS service
gebruikt
maar er is geen configuratie script aanwezig!
</para>
</question>
<answer>
<para>
Je dient het zgn. GNU autoconf pakket geïnstalleerd te hebben zodat je
het configuratiescript kunt genereren
uit<filename>configure.in</filename>.
Gebruik het commando <command>./buildconf</command> in de root nadat
je
de broncode van de CVS server hebt gekopieerd. (Ook, tenzij je
de configuratie met de parameter
<literal>--enable-maintainer-mode</literal> draait, zal het configuratie
script niet automatisch opnieuw gegenereerd worden als het bestand
<filename>configure.in</filename> wordt aangepast, dus moet je er
zeker
van zijn dat je dit handmatig doet wanneer je opmerkt dat
<filename>configure.in</filename> is gewijzigd
Een manier om dit te vinden is het zoeken naar dingen als @VARIABLE@
in je
Makefile na de configuratie of dat <filename>config.status</filename>
heeft gedraaid.)
</para>
</answer>
</qandaentry>