v.6.4 regex compilation problem

5 messages Options
Embed this post
Permalink
Robert Szczepanek-3

v.6.4 regex compilation problem

Reply Threaded More More options
Print post
Permalink
Following Marco's instruction
http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html
I stopped at point 28. GRASS
./configure
with the following error
(...)
checking whether to use regex... yes
checking for location of regex includes...
checking for regex.h... no
configure: error: *** Unable to locate regex includes.

I try to compile version GRASS 6.4 on Windows 2000 according outdated (I know)
Marco's guidelines for GRASS 6.3.

Robert
_______________________________________________
grass-windows mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-windows
Markus Neteler

Re: v.6.4 regex compilation problem

Reply Threaded More More options
Print post
Permalink
Robert,

the regex stuff was added as test (AFAIR). On grass-dev, there was
a related posting:

On Sun, Dec 21, 2008 at 11:52 PM, Paul Kelly
<[hidden email]> wrote:
> On Sun, 21 Dec 2008, Martin Landa wrote:
>> I am currently trying to compile GRASS (releasebranch_6_4) under MS
>> Windows [1].
>>
>> TODO:
>> * compile with regex
>
> I can report it works fine with the Gnuwin32 regex packages.

Perhaps you could try this and report back?

Markus


On Tue, Dec 30, 2008 at 5:13 PM, Robert Szczepanek <[hidden email]> wrote:

> Following Marco's instruction
> http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html
> I stopped at point 28. GRASS
> ./configure
> with the following error
> (...)
> checking whether to use regex... yes
> checking for location of regex includes...
> checking for regex.h... no
> configure: error: *** Unable to locate regex includes.
>
> I try to compile version GRASS 6.4 on Windows 2000 according outdated (I know)
> Marco's guidelines for GRASS 6.3.
>
> Robert
> _______________________________________________
> grass-windows mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/grass-windows
>



--
Open Source Geospatial Foundation
http://www.osgeo.org/
http://www.grassbook.org/
_______________________________________________
grass-windows mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-windows
Robert Szczepanek-3

Re: v.6.4 regex compilation problem

Reply Threaded More More options
Print post
Permalink
Thanks Markus,

> the regex stuff was added as test (AFAIR). On grass-dev, there was
> a related posting:
>
> >> TODO:
> >> * compile with regex
> >
> > I can report it works fine with the Gnuwin32 regex packages.
>
> Perhaps you could try this and report back?
>
> Markus

Having no experience with packages I did at the moment just
--without-regex
and

Finished compilation: Tue Dec 30 17:45:59 GMT 2008

Errors in:
/usr/local/src/grass-6.4.0/raster/r.li/r.li.daemon
/usr/local/src/grass-6.4.0/raster/r.li/r.li.edgedensity
/usr/local/src/grass-6.4.0/raster/r.li/r.li.patchdensity
/usr/local/src/grass-6.4.0/raster/r.li/r.li.patchnum
/usr/local/src/grass-6.4.0/raster/r.li/r.li.shape
/usr/local/src/grass-6.4.0/raster/r.li/r.li.simpson
/usr/local/src/grass-6.4.0/raster/r.li/r.li.shannon
/usr/local/src/grass-6.4.0/raster/r.li/r.li.mps
/usr/local/src/grass-6.4.0/raster/r.li/r.li.mpa
/usr/local/src/grass-6.4.0/raster/r.li/r.li.padcv
/usr/local/src/grass-6.4.0/raster/r.li/r.li.padsd
/usr/local/src/grass-6.4.0/raster/r.li/r.li.padrange
/usr/local/src/grass-6.4.0/raster/r.li/r.li.cwed
/usr/local/src/grass-6.4.0/raster/r.li/r.li.richness
/usr/local/src/grass-6.4.0/raster/r.li/r.li.dominance

Robert
_______________________________________________
grass-windows mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-windows
Markus Neteler

Re: v.6.4 regex compilation problem

Reply Threaded More More options
Print post
Permalink
On Tue, Dec 30, 2008 at 7:01 PM, Robert Szczepanek <[hidden email]> wrote:

> Thanks Markus,
>
>> the regex stuff was added as test (AFAIR). On grass-dev, there was
>> a related posting:
>>
>> >> TODO:
>> >> * compile with regex
>> >
>> > I can report it works fine with the Gnuwin32 regex packages.
>>
>> Perhaps you could try this and report back?
>>
>> Markus
>
> Having no experience with packages I did at the moment just
> --without-regex

which should be ok as it is almost unused.

> and
>
> Finished compilation: Tue Dec 30 17:45:59 GMT 2008
>
> Errors in:

Compare here:
http://grass.osgeo.org/wiki/WinGRASS_Current_Status#Known_Issues

> /usr/local/src/grass-6.4.0/raster/r.li/r.li.daemon

can you go into r.li.daemon and compile and publish
the error?

> /usr/local/src/grass-6.4.0/raster/r.li/r.li.*

don't compile since the first is missing (AFAIK).

Markus
_______________________________________________
grass-windows mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-windows
Moritz Lennert

Re: v.6.4 regex compilation problem

Reply Threaded More More options
Print post
Permalink
On Tue, December 30, 2008 19:23, Markus Neteler wrote:

> On Tue, Dec 30, 2008 at 7:01 PM, Robert Szczepanek <[hidden email]>
> wrote:
>> Thanks Markus,
>>
>>> the regex stuff was added as test (AFAIR). On grass-dev, there was
>>> a related posting:
>>>
>>> >> TODO:
>>> >> * compile with regex
>>> >
>>> > I can report it works fine with the Gnuwin32 regex packages.
>>>
>>> Perhaps you could try this and report back?
>>>
>>> Markus
>>
>> Having no experience with packages I did at the moment just
>> --without-regex
>
> which should be ok as it is almost unused.
>
>> and
>>
>> Finished compilation: Tue Dec 30 17:45:59 GMT 2008
>>
>> Errors in:
>
> Compare here:
> http://grass.osgeo.org/wiki/WinGRASS_Current_Status#Known_Issues


and here:
http://grass.osgeo.org/grass63/binary/mswindows/native/#Missing%20Modules
http://lists.osgeo.org/pipermail/grass-windows/2008-February/001272.html

So, AFAICT, r.li is just too *nix-specific in its design to compile under
windows.

Moritz

_______________________________________________
grass-windows mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-windows