[PHP-DOC] Build broken?

2002-06-21 Thread Rafael Martinez


Hei

I can not build the php manual after the last checkout from the cvs 
(phpdoc-es) today. I have not changed these files, anyone with the same 
problem?

If I run:

[rafa@U2 phpdoc-es]$ make clean
[rafa@U2 phpdoc-es]$ ./configure --with-lang=es 
[rafa@U2 phpdoc-es]$ make test

I get these errors:

touch .manual.xml
CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status
config.status: creating manual.xml
/usr/bin/nsgmls -i lang-es -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl 
manual.xml 
/usr/bin/nsgmls:manual.xml:43:20:E: character data is not allowed here
/usr/bin/nsgmls:manual.xml:191:14:E: character data is not allowed here
/usr/bin/nsgmls:/home/users/rafaelma/Documentation/phpdoc-es/en/appendices/reserved.xml:1125:33:E:
 
character data is not allowed here
/usr/bin/nsgmls:manual.xml:223:25:E: character data is not allowed here
make: *** [test] Error 1


Sincerely
Rafael Martinez
[EMAIL PROTECTED]
-- 




Re: [PHP-DOC] Build broken

2002-06-11 Thread Simone Cortesi

At 23.10 11/06/02 +0200, Slawomir Pucia wrote:

>/usr/bin/nsgmls:manual.xml:134:34:E: character data is not allowed here
>
>Looks like there's a problem with the new "mime_magic" line.

I've probably fixed the problem with my last commit on manual.xml.in

Ciao,
Simone.




[PHP-DOC] Build broken

2002-06-11 Thread Slawomir Pucia

/usr/bin/nsgmls:manual.xml:134:34:E: character data is not allowed here

Looks like there's a problem with the new "mime_magic" line.


slawek-





Re: [PHP-DOC] Build broken because of my socket commits

2002-05-02 Thread Markus Fischer

Hi,

thanks for pointing out this, I blindly searched/replaced
getopt -> get_option, etc. Seems I'm a complete moron
because that way my local couldn't work either ;-) I've fixed
it, let's hope it builds now.

thanks again,

- Markus

On Thu, May 02, 2002 at 09:44:50AM +0200, Simone Cortesi wrote : 
> At 09.16 02/05/02 +0200, Markus Fischer wrote:
> 
> >/usr/bin/jade:/local/mirror/phpdoc/en/reference/sockets/functions.xml:9:1:E: 
> >general entity "reference.sockets.functions.socket-get-option" not defined 
> >and no default entity
> 
> There is a mismatch here:   
> But in file /en/reference/socket/functions.xml it is referenced like this: 
> &reference.sockets.functions.socket-get-option; (an yipen instead uf 
> underscore)
> 
> Same thing for set-option function.
> 
> Is it underscore or (-) ?
> 
> Bye,
> Simone.
> 
> -- 
> "Tutto e' possibile in Maggio.
>   In May, everything is possible." -- Mario Bisio.

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"Mind if I MFH ?" "What QA did you do on it?" "the usual?" "ah... none :)"



Re: [PHP-DOC] Build broken because of my socket commits

2002-05-02 Thread Simone Cortesi

At 09.16 02/05/02 +0200, Markus Fischer wrote:

>/usr/bin/jade:/local/mirror/phpdoc/en/reference/sockets/functions.xml:9:1:E: 
>general entity "reference.sockets.functions.socket-get-option" not defined 
>and no default entity

There is a mismatch here:   
But in file /en/reference/socket/functions.xml it is referenced like this: 
&reference.sockets.functions.socket-get-option; (an yipen instead uf 
underscore)

Same thing for set-option function.

Is it underscore or (-) ?

Bye,
Simone.

-- 
"Tutto e' possibile in Maggio.
   In May, everything is possible." -- Mario Bisio.




[PHP-DOC] Build broken because of my socket commits

2002-05-01 Thread Markus Fischer

Hi,

the build of en manual is currently broken causes of my
socket commits yesterday. Since my local copy works and my
knowledge is not in-depth with the doc generation I'm unable
to fix this:

[...]
>>> running make test_man_gen ... 
touch .manual.xml
CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status
config.status: creating manual.xml
/usr/bin/nsgmls -wno-idref -i lang-en -D . -s 
/local/mirror/phpdoc/dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
>>> running make mirror-files ... 
/usr/bin/jade -D . -wno-idref  -d dsssl/phpweb.dsl -V use-output-dir -t sgml 
/local/mirror/phpdoc/dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
/usr/bin/jade -D . -wno-idref  -d dsssl/html.dsl -V use-output-dir -t sgml 
/local/mirror/phpdoc/dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
/usr/bin/jade:/local/mirror/phpdoc/en/reference/sockets/functions.xml:9:1:E: general 
entity "reference.sockets.functions.socket-get-option" not defined and no default 
entity
/usr/bin/jade:/local/mirror/phpdoc/en/reference/sockets/functions.xml:30:1:E: general 
entity "reference.sockets.functions.socket-set-option" not defined and no default 
entity
make: *** [html/index.html] Error 1
[...]

thanks,

- Markus (and sorry for breaking it)

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"Mind if I MFH ?" "What QA did you do on it?" "the usual?" "ah... none :)"