Re: [PHP-DOC] make test error

2003-08-06 Thread Gabor Hojtsy
Hi people

I've had the following erros in the cygwin when run  ./configure
I have installed  cygwin  in c:/cygwin/
Before the error below i've got a error, that tell me that the file
'file-entities.xml' cannot be open for writing so i needed replace
 $fp = fopen($out_dir/entities/file-entities.ent, w);
for  $fp = fopen(../entities/file-entities.ent, w);
 in scripts/file-entities.php.in . I made this because  i don't know so much
about the files of manual, and the reason for this error.
Anybody have  solution for his bug?
You have the usual cygwin bug... When you get the cygwin prompt, move to 
the dir with *DOS* cd commands, ie. start with cd c:/home or something 
alike. Then the path values will be correct for all programs involved. 
Cygwin tools understand DOS path names, but other command line programs 
cannot understand cygwin path values...

Goba

--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DOC] make: *** [test] Error 1

2003-07-13 Thread Gabor Hojtsy
I'm trying to make test on the en tree, but I get some errors :
 http://didou.keliglia.com/build.html
Can someone tell me what's going wrong ? (yes, I did a cvs up)
But you have not done an autoconf and a ./configure ...

Goba

--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP-DOC] make: *** [test] Error 1

2003-07-13 Thread J.J. Valkenier
How can I get off this list? I'm trying to get myself off but it's not
working! All this mail is driving me crazy...

-Oorspronkelijk bericht-
Van: Gabor Hojtsy [mailto:[EMAIL PROTECTED]
Verzonden: Sunday, July 13, 2003 11:21 AM
Aan: Mehdi
CC: [EMAIL PROTECTED]
Onderwerp: Re: [PHP-DOC] make: *** [test] Error 1


 I'm trying to make test on the en tree, but I get some errors :
  http://didou.keliglia.com/build.html

 Can someone tell me what's going wrong ? (yes, I did a cvs up)

But you have not done an autoconf and a ./configure ...

Goba


--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DOC] make: *** [test] Error 1

2003-07-13 Thread Jeremy S. Johnstone
Goto http://us3.php.net/mailing-lists.php and scroll down to where it
says unsubscribe.

-Jeremy

-Original Message-
From: J.J. Valkenier [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 13, 2003 4:52 AM
To: Gabor Hojtsy; Mehdi
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-DOC] make: *** [test] Error 1


How can I get off this list? I'm trying to get myself off but it's not
working! All this mail is driving me crazy...

-Oorspronkelijk bericht-
Van: Gabor Hojtsy [mailto:[EMAIL PROTECTED]
Verzonden: Sunday, July 13, 2003 11:21 AM
Aan: Mehdi
CC: [EMAIL PROTECTED]
Onderwerp: Re: [PHP-DOC] make: *** [test] Error 1


 I'm trying to make test on the en tree, but I get some errors :  
 http://didou.keliglia.com/build.html

 Can someone tell me what's going wrong ? (yes, I did a cvs up)

But you have not done an autoconf and a ./configure ...

Goba


--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DOC] make: *** [test] Error 1

2003-07-13 Thread Mehdi
 I'm trying to make test on the en tree, but I get some errors :
  http://didou.keliglia.com/build.html

 Can someone tell me what's going wrong ? (yes, I did a cvs up)

 But you have not done an autoconf and a ./configure ...

http://news.php.net/article.php?group=php.docarticle=969355118

Mehdi




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DOC] make: *** [test] Error 1

2003-07-13 Thread Gabor Hojtsy
I'm trying to make test on the en tree, but I get some errors :
http://didou.keliglia.com/build.html
Can someone tell me what's going wrong ? (yes, I did a cvs up)
But you have not done an autoconf and a ./configure ...
http://news.php.net/article.php?group=php.docarticle=969355118
I have seen it. But after getting home from Linuxtag, I had more then 
400 messages sitting in my mailbox, half of them spam. But still that 
message was not in this thread, so I have read it way after I replied to 
the question. You have used some method to send the message which was 
not supporting threads...

Goba

--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DOC] make test error

2002-07-23 Thread Gabor Hojtsy

 I meet the following errors when I run make test:
 make test
 SP_ENCODING=gb2312 SP_CHARSET_FIXED=YES /usr/bin/nsgmls -i lang-zh_cn -D
. -s ./
 dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/array/constants.xml:5:27
:E:
 character data is not allowed here

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/errorfunc/constants.xml:
5:27
 :E: character data is not allowed here

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/info/constants.xml:5:27:
E: c
 haracter data is not allowed here
 make: *** [test] Error 1

You should translate the new extension.constants.core; entity and put
it into zh/langauge-defs.ent. In other words, you should update the
translation of zh/langauge-defs.ent.

Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] make test error

2002-07-23 Thread Gabor Hojtsy

 I meet the following errors when I run make test:
 make test
 SP_ENCODING=gb2312 SP_CHARSET_FIXED=YES /usr/bin/nsgmls -i lang-zh_cn -D
. -s ./
 dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/array/constants.xml:5:27
:E:
 character data is not allowed here

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/errorfunc/constants.xml:
5:27
 :E: character data is not allowed here

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/info/constants.xml:5:27:
E: c
 haracter data is not allowed here
 make: *** [test] Error 1

Ups, I was talking about language-snippets.ent and not langauge-defs.ent.

Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] make test error

2002-07-23 Thread Gregory Song

Well, I have updated that file this morning, re-excute that after a cvs
update~ ;-)

Greg

Gabor Hojtsy [EMAIL PROTECTED] wrote in message
012601c2321e$564c8be0$bc37a3d5@mia">news:012601c2321e$564c8be0$bc37a3d5@mia...
  I meet the following errors when I run make test:
  make test
  SP_ENCODING=gb2312 SP_CHARSET_FIXED=YES /usr/bin/nsgmls -i lang-zh_cn -D
 . -s ./
  dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
 

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/array/constants.xml:5:27
 :E:
  character data is not allowed here
 

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/errorfunc/constants.xml:
 5:27
  :E: character data is not allowed here
 

/usr/bin/nsgmls:/home/swxiao/phpdoc-zh/en/reference/info/constants.xml:5:27:
 E: c
  haracter data is not allowed here
  make: *** [test] Error 1

 Ups, I was talking about language-snippets.ent and not langauge-defs.ent.

 Goba





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php