Re: [postgis-users] cannot make comments

2012-03-01 Thread Greg Troxel
Sandro Santilli writes: > On Thu, Mar 01, 2012 at 02:31:19PM +0100, Denis Rouzaud wrote: >> I installed w3-dtd-mathml and could run make comments. >> >> So you want me to add the package w3-dtd-mathml in the list of the >> requirements in the doc, I got it? > > Yep, but note it could be called

Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
On Thu, Mar 01, 2012 at 04:15:59PM +0100, Denis Rouzaud wrote: > okay, I saw your repo on github before, but I thought it was just a > mirror, and that postgis was handled under svn. > > I send you a pull request. Wasn't in my recipe :) I asked for a patch (in the ticket) Thanks, glad to see you

Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud
okay, I saw your repo on github before, but I thought it was just a mirror, and that postgis was handled under svn. I send you a pull request. So much effort for three lines, but I am ready for next time then. On 03/01/2012 03:22 PM, Sandro Santilli wrote: On Thu, Mar 01, 2012 at 02:47:49PM

Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
On Thu, Mar 01, 2012 at 02:47:49PM +0100, Denis Rouzaud wrote: > I could not commit the diff in the doc/README You need git ! :) $ git clone git://github.com/strk/postgis.git $ cd postgis $ edit edit edit $ git commit -m "I did edit !" Then you can send the patch produced by: $ git format-

Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud
I could not commit the diff in the doc/README On 03/01/2012 12:07 PM, Sandro Santilli wrote: We changed the default so you get a chance to contribute a patch for the REQUIREMENTS section of the README file:) ___ postgis-users mailing list postgis-user

Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
On Thu, Mar 01, 2012 at 02:31:19PM +0100, Denis Rouzaud wrote: > I installed w3-dtd-mathml and could run make comments. > > So you want me to add the package w3-dtd-mathml in the list of the > requirements in the doc, I got it? Yep, but note it could be called differently in other package managem

Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud
I installed w3-dtd-mathml and could run make comments. So you want me to add the package w3-dtd-mathml in the list of the requirements in the doc, I got it? On 03/01/2012 02:02 PM, Sandro Santilli wrote: On Thu, Mar 01, 2012 at 01:50:13PM +0100, Denis Rouzaud wrote: I cannot find any isonum.

Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
On Thu, Mar 01, 2012 at 01:50:13PM +0100, Denis Rouzaud wrote: > I cannot find any isonum.ent on the server. Ask your package manager for "mathml" and "dtd". If apt-based: $ apt-cache search mathml dtd > I feel like I want to give a hand, but I have to say I don't > know/understand what to do

Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud
I cannot find any isonum.ent on the server. I feel like I want to give a hand, but I have to say I don't know/understand what to do in README.postgis. I have time and motivation to give a hand, but I am using postgis for a very short time, and I am not mastering its structure, build or whateve

Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
We changed the default so you get a chance to contribute a patch for the REQUIREMENTS section of the README file :) Before the change you would be able to build the comments but very slowly fetching the DTD everytime. Now you have to install it in your system (or bruteforce - instructions in the t