i've done right, the problem is with my cygwin, that isn't handle /cygdrive/c well, so, i've making some changes at file-entities.ent
well, now, i've have a list of the minimum installation for compiling manual (cygwin instalation):
<pre>
Default=don't change unless you have a reason or know what you are doing
ps: this instalation is made for compiling php manual, don't expected that it do much more another things
*=means check
Skip em todas as opções=Skip all options (sorry, i'm a brazilian guy ;)
+All   Default
 +Admin   Skip em todas as opções
 +Archive  Skip em todas as opções
 +Base   Default
 +Database  Skip em todas as opções
 +Devel
  *autoconf-stable
  *cvs
  *gcc2
  *make
  *mktemp
  *libxml2
  *libxslt
 +Doc   Default
 +Editors
  *Emacs
 +Games   Skip em todas as opções
 +Interpreters  Default
 +Libs 
  *crypt
  *libbz2_1
  *libiconv2
  *libintl1
  *libintl2
  *libncurses5
  *libncurses6
  *ncurses
  *libxml2
  *libxslt
  *pcre
  *termcap
  *w32api
  *zlib
 +Mail   Skip em todas as opções
 +Math   Skip em todas as opções
 +Net   Skip em todas as opções
 +Publishing  Skip em todas as opções
 +Shells  Default
 +System  Skip em todas as opções
 +Text   Default
 +Utils
  *bzip2
  *clear
 +Web   Skip em todas as opções
 +XFree86  Skip em todas as opções
 +_PostInstallLast Default
 </pre>
----- Original Message -----
Sent: Sunday, January 05, 2003 8:59 AM
Subject: Re: [PHP-DOC] :: compiling manual ::

I am one of the authors of the howto. I have documented my configuration steps in the howto ;)
 
Goba
----- Original Message -----
From: eManual
Sent: Saturday, January 04, 2003 10:22 PM
Subject: Re: [PHP-DOC] :: compiling manual ::

so i cannot understand, why works with you, can you send me your configuration steps, please?
----- Original Message -----
Sent: Saturday, January 04, 2003 5:07 PM
Subject: Re: [PHP-DOC] :: compiling manual ::

CGI PHP is included in the download, and named php.exe. If you set up everything after the howto, then it should work...
First I don't understand really why you would like to be able to build the manual yourself if you even don't know what CGI PHP is???
Second I still don't understand what is your problem, you have not explained it quite well (at least not the way I can understand it)...
Please use "reply all", so others can also get this email on the phpdoc list [if they are interested ;}].
 
Goba
----- Original Message -----
From: eManual
Sent: Saturday, January 04, 2003 7:51 PM
Subject: Re: [PHP-DOC] :: compiling manual ::

Hi Goba, sorry if you do not understand me, so, i have 2 questions,
CGI command line PHP is:
A different PHP from the downloads/ section of PHP.net?
or CGI command line PHP is
@"C:\php\php.exe"  -c c:\cygwin\arquivos\phpdoc\scripts\php.ini %1 %2 %3 %4 %5 %6 %7 %8 %9
And, i can use -c option, is this right? because i have 2 php.ini file , one located at %WINDIR%/php.ini, and that another in cygwin files.
In HOW-TO, they say me that i need to use the file at scripts on phpdoc, so i've maked this,
 
Thanks for the help,
Turbano
----- Original Message -----
Sent: Saturday, January 04, 2003 12:03 PM
Subject: Re: [PHP-DOC] :: compiling manual ::

First of all, I must admit I cannot understand your problem[s]. I cannot see why you have modified the file-entities.ent open comand, and not checked what is in $out_dir, why it is bad. The build system works on my cygwin environment, with CGI command line PHP.
 
Goba
----- Original Message -----
From: eManual
Sent: Saturday, January 04, 2003 12:50 AM
Subject: [PHP-DOC] :: compiling manual ::

hi people, i've tried to compile the manual on WINDOWS, using cygwin, i've got a error, that tell me that the file 'file-entities.xml' cannot be open for writing.
 
So, i've change the file
file-entities.php.in
at the line number: 76
i've commented the line that i've change
//$fp = fopen("$out_dir/entities/file-entities.ent", "w");
$fp = fopen("../entities/file-entities.ent", "w");
 
after this, the manual, compiles well, when run the command configure, but in time of 'make test' show some errors (3 to be exact) about this, i'll tell my route:
$ autoconf
$ ./configure
-> error, changed the file 'file-entities.php.in' with that lines above.
again
$ autoconf
$ ./configure
->works
now, the little headache
$ make test
../phpdoc-tools/jade/nsgmls.exe -i lang-en -D . -s ../dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:manual.xml:52:2:E: cannot open "/arquivos/phpdoc/installpart.xml" (No such file or directory)
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:C:/cygwinarquivos/phpdoc/en/appendices/reserved.xml:1132:2:E: cannot open "/arquivos/phpdoc/reserved.constants.xml" (No such file or directory)
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:manual.xml:241:2:E: cannot open "/arquivos/phpdoc/funcindex.xml" (No such file or directory)
make: *** [test] Error 1
 
i don't know what this can be, the files is in the directory that the make test say me that it won't, i don't know really what to do anymore.
 
and a second question the nickname 'thomasgm' is blocked at cvs.php.net? or not?
 
--
Thanks,
Turbano

Reply via email to