Re: [postgis-users] compiling documentation

2012-04-24 Thread Sandro Santilli
On Tue, Apr 24, 2012 at 07:26:18AM +0200, Pasquale Di Donato wrote:
 Got it...
 This is how I  proceeded:
 
 - svn checkout http://svn.osgeo.org/postgiss/trunk
 - ./make_dist.sh (creates a new folder postgis-cvs
 - cd postgis-cvs
 - ./autogen.sh
 - ./configure
 - cd doc
 - make html (or pdf)

By using the ./make_dist.sh call and working inside the created
folder it won't be easy to contribute patches back, instead
you can take out the 2nd step:

 - svn checkout http://svn.osgeo.org/postgiss/trunk
 - cd trunk
 - ./autogen.sh
 - ./configure
 - cd doc
 - make html (or pdf)

Then work on the sources and use ``svn diff'' to produce patches.

--strk;

  ,--o-. 
  |   __/  |Delivering high quality PostGIS 2.0 !
  |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
  `-o--'

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-24 Thread Pasquale Di Donato

 By using the ./make_dist.sh call and working inside the created
 folder it won't be easy to contribute patches back, instead
 you can take out the 2nd step:

  - svn checkout http://svn.osgeo.org/postgiss/trunk
  - cd trunk
  - ./autogen.sh
  - ./configure
  - cd doc
  - make html (or pdf)


Sandro tha was the way I first proceeded..but got the error:


In file included from liblwgeom_internal.h:19:0,
 from stringbuffer.c:40:
../postgis_config.h:4:34: fatal error: postgis_svn_revision.h: No such
file or directory

Don't know what it means.
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-24 Thread Sandro Santilli
On Tue, Apr 24, 2012 at 08:56:15AM +0200, Pasquale Di Donato wrote:
 
  By using the ./make_dist.sh call and working inside the created
  folder it won't be easy to contribute patches back, instead
  you can take out the 2nd step:
 
   - svn checkout http://svn.osgeo.org/postgiss/trunk
   - cd trunk
   - ./autogen.sh
   - ./configure
   - cd doc
   - make html (or pdf)
 
 
 Sandro tha was the way I first proceeded..but got the error:
 
 
 In file included from liblwgeom_internal.h:19:0,
  from stringbuffer.c:40:
 ../postgis_config.h:4:34: fatal error: postgis_svn_revision.h: No such
 file or directory
 
 Don't know what it means.

It means that TOPDIR/postgis_svn_revision.h is required but such
requirement isn't properly encoded in doc/Makefile.
You can build it manually using (from within the doc/ dir):

 make -C .. postgis_svn_revision.h

I'll update the Makefile to do it automatically if you file a ticket for it.
Thanks !

--strk;

  ,--o-. 
  |   __/  |Delivering high quality PostGIS 2.0 !
  |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
  `-o--'

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Dear All,

I'm trying to compile the documentation (downloaded from svn)
Seems I have all requirements installed, but running make html returns:

make: Nothing to be done for `html'.

Anyone can help

Ciao

Pasquale
-- 
Pasquale Di Donato
web:  www.padido.eu
chat: pad...@jabber.org
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 19.29 +0200, Pasquale Di Donato ha
scritto:
 Dear All,
 
 I'm trying to compile the documentation (downloaded from svn)
 Seems I have all requirements installed, but running make html returns:
 
 make: Nothing to be done for `html'.
 
 Anyone can help
 

Hi Pasquale,
weird, did you try with another option for make command? make
chunked-html? make pdf?

Saluti,

-SL


___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 21.46 +0300, Devrim GÜNDÜZ ha scritto:
 On Mon, 2012-04-23 at 19:29 +0200, Pasquale Di Donato wrote:
  Seems I have all requirements installed, but running make html
  returns:
  
  make: Nothing to be done for `html'. 
 
 I cannot see html target in Makefile. Instead, I see 
 

What Makefile are you referring? in /doc folder?



___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Mike Toews
The Make targets are listed and described in the doc/README file:

http://trac.osgeo.org/postgis/browser/trunk/doc/README

-Mike
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 21.42 +0200, Pasquale Di Donato ha
scritto:
 
 
 Il giorno lunedì 23 aprile 2012, Salvatore Larosa lrssv...@gmail.com
 ha scritto:
  Il giorno lun, 23/04/2012 alle 21.46 +0300, Devrim GÜNDÜZ ha
 scritto:
  On Mon, 2012-04-23 at 19:29 +0200, Pasquale Di Donato wrote:
   Seems I have all requirements installed, but running make html
   returns:
  
   make: Nothing to be done for `html'.
 
  I cannot see html target in Makefile. Instead, I see
 
 
  What Makefile are you referring? in /doc folder?
 
 Yves that one
 

Apparently seems a problem with the download link!
the latest revision is 9654 while the link is 9639.

Pasquale, if you have downloaded from this link:

http://postgis.refractions.net/download/postgis-2.0.1SVN.tar.gz

I do not know the reason, but the Makefile does not exist to /doc
folder, then it returns:

make: Nothing to be done for `html'.

Try with: 
svn checkout http://svn.osgeo.org/postgis/trunk/

Saluti,

-SL





___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Guys...

I did svn checkout http://svn.osgeo.org/postgis/trunk/doc

Makefile.in is in that folder...I run:

make html postgis.xml

- Nothing to be done for postgis.xml




Il 23 aprile 2012 22:25, Salvatore Larosa lrssv...@gmail.com ha scritto:
 Il giorno lun, 23/04/2012 alle 21.42 +0200, Pasquale Di Donato ha
 scritto:


 Il giorno lunedì 23 aprile 2012, Salvatore Larosa lrssv...@gmail.com
 ha scritto:
  Il giorno lun, 23/04/2012 alle 21.46 +0300, Devrim GÜNDÜZ ha
 scritto:
  On Mon, 2012-04-23 at 19:29 +0200, Pasquale Di Donato wrote:
   Seems I have all requirements installed, but running make html
   returns:
  
   make: Nothing to be done for `html'.
 
  I cannot see html target in Makefile. Instead, I see
 
 
  What Makefile are you referring? in /doc folder?
 
 Yves that one
 

 Apparently seems a problem with the download link!
 the latest revision is 9654 while the link is 9639.

 Pasquale, if you have downloaded from this link:

 http://postgis.refractions.net/download/postgis-2.0.1SVN.tar.gz

 I do not know the reason, but the Makefile does not exist to /doc
 folder, then it returns:

 make: Nothing to be done for `html'.

 Try with:
 svn checkout http://svn.osgeo.org/postgis/trunk/

 Saluti,

 -SL





 ___
 postgis-users mailing list
 postgis-users@postgis.refractions.net
 http://postgis.refractions.net/mailman/listinfo/postgis-users



-- 
Pasquale Di Donato
web:  www.padido.eu
chat: pad...@jabber.org
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Il giorno lunedì 23 aprile 2012, Salvatore Larosa lrssv...@gmail.com ha
scritto:
 Il giorno lun, 23/04/2012 alle 22.36 +0200, Pasquale Di Donato ha
 scritto:
 Guys...

 I did svn checkout http://svn.osgeo.org/postgis/trunk/doc

 Makefile.in is in that folder...I run:

 make html postgis.xml

 - Nothing to be done for postgis.xml


 I got it! :-)

 Have you run ./configure before?

There is no config file

 ___
 postgis-users mailing list
 postgis-users@postgis.refractions.net
 http://postgis.refractions.net/mailman/listinfo/postgis-users


-- 
Pasquale Di Donato
web:  www.padido.eu
chat: pad...@jabber.org
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Devrim GÜNDÜZ
On Mon, 2012-04-23 at 23:08 +0200, Pasquale Di Donato wrote:
  Have you run ./configure before?
 
 There is no config file

Have you ever compiled something from any SCM? You may need something
like autoconf or so.

That said,

http://postgis.org/documentation/manual-2.0/

is the link to 2.0.0 html files.

Regards,
-- 
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz



signature.asc
Description: This is a digitally signed message part
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Il 23 aprile 2012 23:10, Devrim GÜNDÜZ dev...@gunduz.org ha scritto:
 On Mon, 2012-04-23 at 23:08 +0200, Pasquale Di Donato wrote:
  Have you run ./configure before?
 
 There is no config file

 Have you ever compiled something from any SCM? You may need something
 like autoconf or so.

 That said,

 http://postgis.org/documentation/manual-2.0/

 is the link to 2.0.0 html files.

Are  you kidding  me?
My intention was to translate into Italianbefore starting I'm
checking I can compile...but that's no the case.
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 23.08 +0200, Pasquale Di Donato ha
scritto:

 
 There is no config file

configure file is found in root folder!
If it is not there, you need run autogen.sh before

In order to compile doc you must before run ./configure to create
Makefile and then run make html to build!

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Ok thanks

Il 23 aprile 2012 23:29, Salvatore Larosa lrssv...@gmail.com ha scritto:
 Il giorno lun, 23/04/2012 alle 23.08 +0200, Pasquale Di Donato ha
 scritto:

 
 There is no config file

 configure file is found in root folder!
 If it is not there, you need run autogen.sh before

 In order to compile doc you must before run ./configure to create
 Makefile and then run make html to build!

 ___
 postgis-users mailing list
 postgis-users@postgis.refractions.net
 http://postgis.refractions.net/mailman/listinfo/postgis-users



-- 
Pasquale Di Donato
web:  www.padido.eu
chat: pad...@jabber.org
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Got it...
This is how I  proceeded:

- svn checkout http://svn.osgeo.org/postgiss/trunk
- ./make_dist.sh (creates a new folder postgis-cvs
- cd postgis-cvs
- ./autogen.sh
- ./configure
- cd doc
- make html (or pdf)
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users