Quantcast

Need a hand building ZF incubator documentation

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Need a hand building ZF incubator documentation

Paul-133
Hello,

I'm attempting to locally build the docs in the incubator svn co.

I've installed DocBook.  First time at it, so I simply _think_ it's done correctly.

After, per instruction:

  cd incubator/documentation/manual/en
  autoconf
  configure

then

  make

results simply in:

  ./build/mkentities.sh ref module_specs > .ent
  /bin/sh: line 1: ./build/mkentities.sh: Permission denied
  make: *** [entities.ent ] Error 126

Fyi, I'm running as 'root'.

Any suggestions here?

Thanks,

Paul
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Need a hand building ZF incubator documentation

Alex Yuzhakoff
Hello Paul,

Monday, June 26, 2006, 10:30:35 AM, you wrote:

P> Hello,

P> I'm attempting to locally build the docs in the incubator svn co.

P> I've installed DocBook.  First time at it, so I simply _think_ it's done correctly.

P> After, per instruction:

P>   cd incubator/documentation/manual/en
P>   autoconf
P>   configure

P> then

P>   make

P> results simply in:

P>   ./build/mkentities.sh ref module_specs > .ent
P>   /bin/sh: line 1: ./build/mkentities.sh: Permission denied
P>   make: *** [entities.ent ] Error 126

P> Fyi, I'm running as 'root'.

P> Any suggestions here?
Possible there are no execution permission on ./build/mkentities.sh
Try to chmod +x ./build/mkentities.sh


--
Best regards,
  Alexei "SibProgrammer" Yuzhakov,
  Developer, SiteBuilder for Unix,
  SWsoft, Inc.

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Need a hand building ZF incubator documentation

Paul-133
Hello Alex,

On 6/25/06, Alex Yuzhakoff <[hidden email]> wrote:
P> ./build/mkentities.sh ref module_specs > .ent
P> /bin/sh: line 1: ./build/mkentities.sh: Permission denied
P> make: *** [entities.ent ] Error 126

P> Fyi, I'm running as 'root'.

Possible there are no execution permission on ./build/mkentities.sh
Try to chmod +x ./build/mkentities.sh

 
Oh, for heaven's sake!

Here I am looking for 'trouble' in DocBook ...  :-{

That did the trick. Obviously.

Thank you.

Paul
Loading...