[GRASS-dev] Week 13: GRASS GIS 3D flowlines

2014-08-15 Thread Anna Petrášová
Hi,

1. What did you get done this week:

I was testing r3.flow on different data and fixed a bug in this module and
also in the OGSF library. I moved r3.flow and r3.gradient from addons to
grass trunk [2].

2. What do you plan on doing next week?
To r3.flow, I would like to add a possibility to specify addditional 3D
raster, which would be then sampled by the flowlines (generated from a
different 3D raster) and the values stored in the flowlines attribute
table. This way, we can visualize the values of this additional 3D raster
along flowlines. This should be very simple to implement.

3. Are you blocked on anything?
No.

[1]
http://trac.osgeo.org/grass/wiki/GSoC/2014/ImplementationOf3DRasterFlowLine
[2] http://trac.osgeo.org/grass/browser/grass/trunk/raster3d/
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev]

2014-08-15 Thread Matej Krejci
Hi all,

Below is my weekly report:

**

   - commented code
   - worked on documentation
   - grass wiki
  - modules html

**

   - to finish documentation
   - testing wx.metadata in addons

**
no


Best,
Matej
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Weekly report 13: Testing framework for GRASS GIS

2014-08-15 Thread Vaclav Petras
1. What did you get done this week?

I've finally closed #2105 which partially stands behind this GSoC. I used
my last comment there to evaluate what I've done in GSoC using the
requirements which resulted from the ticket.

I've fixed report generation which was broken for the edge case when no
test is executed because of error during set up phase.

There were two days without tests when report generation failed due to the
fact that number of executed tests from one file was zero. This is fixed
and the commit causing no tests to be executed (as well as the current
number of failing tests) was reverted.

As I expected, I was not able to polish code or documentation but
documentation is pretty much ready to use and the code is almost fully
documented and has tests.

Finally, during writing this email, I decided to implement a new feature,
shell scripts can be now used as test files.

Before using shell scripts, there was currently 11 successfully running
test files and 18 failing test files, 4 successfully running testsuites and
12 failing testsuites, and 709 successfully running tests and 61 failing
tests (510 of the tests are from PyGRASS module test).

2. What do you plan on doing next week?

Next week no coding should be done for GSoC. Instead, the final evaluation
should be submitted. I also plan to prepare code for submission to Google.

If time allows, I will also write down a TODO list or Final thoughts and
create a new page for testing (and mark the GSoC one as read only).

3. Are you blocked on anything?

Not for me, but for GRASS the blocker is still the lack of tests. There is
a lot of shell scripts which can be used as test.

To make creating new tests from old ones simpler, I decided to add a
possibility to use shell scripts in place of python scripts.* in other
words, a test file can by now .py or .sh. Shell script will be executed
using `sh -e -x`. To implemented fast I had to drop some unused features
and I made MS Windows compatibility worse but this can be fixed in the
future and now we can have more tests which is more useful.

So, feel free to move shell scripts to testsuite directories (of things
they are testing) and you can even create simple tests scripts from
documentation.

However, note that writing a new tests using other things that gunittest is
strongly discouraged because only by using gunittest we are able to obtain
detailed test results and (optionally) extent testing by analyses such as
valgrind.



Wiki:
http://trac.osgeo.org/grass/wiki/GSoC/2014/TestingFrameworkForGRASS#Week12

Daily test results online:  http://fatra.cnr.ncsu.edu/grassgistests/

Ticket #2105: http://trac.osgeo.org/grass/ticket/2105

Shell scripts becoming tests:
http://trac.osgeo.org/grass/changeset/61658
http://trac.osgeo.org/grass/changeset/61653

* Alternative to that calling a shell script from a Python test file. The
only condition is that shell script must be in data directory of the
testsuite and Python file must return a return non-zero if tests failed
(e.g. using set -e).
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)

2014-08-15 Thread Johannes Radinger
On Fri, Aug 15, 2014 at 6:07 PM, Markus Neteler  wrote:

> On Fri, Aug 15, 2014 at 5:56 PM, Anna Petrášová 
> wrote:
> > On Fri, Aug 15, 2014 at 11:07 AM, Johannes Radinger
> >  wrote:
> >>
> >> Hi,
> >>
> >> I try to install add-ons on GRASS GIS 7 beta on Mac OSX (10.9).
> >> G7 has been installed including all frameworks from
> >> http://grassmac.wikidot.com/downloads
> >> (snapshot from 11.08.2014, GRASS 7.0.0svn (r61585M)).
> >
> >
> > I tested r.fuzzy.system on Windows and Mac and it's working for me...
> >
> > This part is weird:
> > /bin/sh: Radinger-2668/gisrc: No such file or directory
>
> It simply comes from the white space in the path (and above shows only
> the second part):
>
> ...
> ERROR: Compilation failed, sorry. Please check above error messages.
> if [
> "/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/bin/r.fuzzy.system"
> != "" ] ; then
> GISRC=/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/grass7-Johannes
> Radinger-2668/gisrc
>
> --> "...Johannes Radinger..."
>
> So some proper quoting will be missing.
>

Which needs to be corrected within "g.extension"? Or is there anything I
can do myself from a user's point?

Johannes


>
> Markus
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)

2014-08-15 Thread Michael Barton
I think I know the answer to this one. For some very weird reason, you MUST 
have a “bin” directory that you can write to located in the same directory as 
your GRASS installation. Stuff gets put there temporarily and then moved 
elsewhere. But if you don’t have it, the extension will not compile.

Michael
__
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University
Tempe, AZ  85287-2402
USA

voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax:  480-965-7671(SHESC), 480-727-0709 (CSDC)
www:  http://csdc.asu.edu, http://shesc.asu.edu
http://www.public.asu.edu/~cmbarton

On Aug 15, 2014, at 9:08 AM, 
mailto:grass-dev-requ...@lists.osgeo.org>> 
mailto:grass-dev-requ...@lists.osgeo.org>> 
wrote:

From: Anna Petrášová mailto:kratocha...@gmail.com>>
Subject: Re: [GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)
Date: August 15, 2014 at 8:56:56 AM MST
To: Johannes Radinger 
mailto:johannesradin...@gmail.com>>
Cc: GRASS developers list 
mailto:grass-dev@lists.osgeo.org>>





On Fri, Aug 15, 2014 at 11:07 AM, Johannes Radinger 
mailto:johannesradin...@gmail.com>> wrote:
Hi,

I try to install add-ons on GRASS GIS 7 beta on Mac OSX (10.9).
G7 has been installed including all frameworks from 
http://grassmac.wikidot.com/downloads
(snapshot from 11.08.2014, GRASS 7.0.0svn (r61585M)).

I tested r.fuzzy.system on Windows and Mac and it's working for me...

This part is weird:
/bin/sh: Radinger-2668/gisrc: No such file or directory

Anna


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)

2014-08-15 Thread Michael Barton
Johannes,

g.extension has regularly been iffy on the Mac in my experience, though it has 
been getting better. I’ve had better luck from the command line than the GUI 
too. Here are a couple of thoughts.

1. There is a problem with the extension. I’ve found a considerable number of 
extensions that will not install under particular GRASS versions or OS 
versions. Or they are just broken all round.

2. Did you see the note on my GRASS Mac site about updating Xcode and developer 
tools. Many extensions seem assume you are running Linux and have access to all 
Linux development tools, and whatever you need to compile GRASS from source. 
They can be made to work on a Mac but it can take some installation and 
massaging of the needed development tools.

Michael
__
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University
Tempe, AZ  85287-2402
USA

voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax:  480-965-7671(SHESC), 480-727-0709 (CSDC)
www:  http://csdc.asu.edu, http://shesc.asu.edu
http://www.public.asu.edu/~cmbarton

On Aug 15, 2014, at 8:07 AM, 
mailto:grass-dev-requ...@lists.osgeo.org>> 
mailto:grass-dev-requ...@lists.osgeo.org>> 
wrote:

From: Johannes Radinger 
mailto:johannesradin...@gmail.com>>
Subject: [GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)
Date: August 15, 2014 at 8:07:09 AM MST
To: GRASS developers list 
mailto:grass-dev@lists.osgeo.org>>


Hi,

I try to install add-ons on GRASS GIS 7 beta on Mac OSX (10.9).
G7 has been installed including all frameworks from 
http://grassmac.wikidot.com/downloads
(snapshot from 11.08.2014, GRASS 7.0.0svn (r61585M)).

Now I'd like to install add-ons but neither the g.extension gui
nor running g.extension via command line works (tested with
2-3 extensions)


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)

2014-08-15 Thread Markus Neteler
On Fri, Aug 15, 2014 at 5:56 PM, Anna Petrášová  wrote:
> On Fri, Aug 15, 2014 at 11:07 AM, Johannes Radinger
>  wrote:
>>
>> Hi,
>>
>> I try to install add-ons on GRASS GIS 7 beta on Mac OSX (10.9).
>> G7 has been installed including all frameworks from
>> http://grassmac.wikidot.com/downloads
>> (snapshot from 11.08.2014, GRASS 7.0.0svn (r61585M)).
>
>
> I tested r.fuzzy.system on Windows and Mac and it's working for me...
>
> This part is weird:
> /bin/sh: Radinger-2668/gisrc: No such file or directory

It simply comes from the white space in the path (and above shows only
the second part):

...
ERROR: Compilation failed, sorry. Please check above error messages.
if [ 
"/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/bin/r.fuzzy.system"
!= "" ] ; then 
GISRC=/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/grass7-Johannes
Radinger-2668/gisrc

--> "...Johannes Radinger..."

So some proper quoting will be missing.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)

2014-08-15 Thread Anna Petrášová
On Fri, Aug 15, 2014 at 11:07 AM, Johannes Radinger <
johannesradin...@gmail.com> wrote:

> Hi,
>
> I try to install add-ons on GRASS GIS 7 beta on Mac OSX (10.9).
> G7 has been installed including all frameworks from
> http://grassmac.wikidot.com/downloads
> (snapshot from 11.08.2014, GRASS 7.0.0svn (r61585M)).
>

I tested r.fuzzy.system on Windows and Mac and it's working for me...

This part is weird:
/bin/sh: Radinger-2668/gisrc: No such file or directory

Anna


> Now I'd like to install add-ons but neither the g.extension gui
> nor running g.extension via command line works (tested with
> 2-3 extensions)
>
> 1) via GUI:
> g.extension --verbose extension=r.fuzzy.system svnurl=
> http://svn.osgeo.org/grass/grass-addons/grass7
> Fetching  from GRASS-Addons SVN (be patient)...
> Ar.fuzzy.system/flood.map
> Ar.fuzzy.system/helpers.c
> Ar.fuzzy.system/local_proto.h
> Ar.fuzzy.system/flood.rul
> Ar.fuzzy.system/rule_parser.c
> Ar.fuzzy.system/main.c
> Ar.fuzzy.system/system.c
> Ar.fuzzy.system/f_result.png
> Ar.fuzzy.system/fuzzylogic.c
> Ar.fuzzy.system/io.c
> Ar.fuzzy.system/map_parser.c
> Ar.fuzzy.system/Makefile
> Ar.fuzzy.system/r.fuzzy.system.html
>  U   r.fuzzy.system
> Checked out revision 61649.
> Compiling...
> mkdir -p
> /var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/bin
> mkdir -p
> /var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/etc/r.fuzzy.system
> mkdir -p
> /var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/docs/html
> mkdir -p
> /var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/docs/man/man1
> test -d OBJ.x86_64-apple-darwin13.3.0 || mkdir -p
> OBJ.x86_64-apple-darwin13.3.0
> gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
>  -I/usr/local/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
>  -DPACKAGE=\""grassmods"\"
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
> OBJ.x86_64-apple-darwin13.3.0/fuzzylogic.o -c fuzzylogic.c
> gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
>  -I/usr/local/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
>  -DPACKAGE=\""grassmods"\"
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
> OBJ.x86_64-apple-darwin13.3.0/helpers.o -c helpers.c
> gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
>  -I/usr/local/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
>  -DPACKAGE=\""grassmods"\"
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
> OBJ.x86_64-apple-darwin13.3.0/io.o -c io.c
> gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
>  -I/usr/local/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
>  -DPACKAGE=\""grassmods"\"
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
> OBJ.x86_64-apple-darwin13.3.0/main.o -c main.c
> gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
>  -I/usr/local/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
>  -DPACKAGE=\""grassmods"\"
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
> OBJ.x86_64-apple-darwin13.3.0/map_parser.o -c map_parser.c
> gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
>  -I/usr/local/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
>  -DPACKAGE=\""grassmods"\"
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
> OBJ.x86_64-apple-darwin13.3.0/rule_parser.o -c rule_parser.c
> gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
>  -I/usr/local/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
>  -DPACKAGE=\""grassmods"\"
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
> -I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
> OBJ.x86_64-apple-darwin13.3.0/system.o -c system.c
> system.c:122:11: warning: 7 enumeration values not handled
> in switch: 't_START', 't_IS_NOT', 't_IS'... [-Wswitch]
> switch (operator_stack[opr_top]) {
> ^
> : && gcc -L/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/lib
> -L/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/lib -

[GRASS-dev] GRASS 7 add-ons on Mac OSX (10.9)

2014-08-15 Thread Johannes Radinger
Hi,

I try to install add-ons on GRASS GIS 7 beta on Mac OSX (10.9).
G7 has been installed including all frameworks from
http://grassmac.wikidot.com/downloads
(snapshot from 11.08.2014, GRASS 7.0.0svn (r61585M)).

Now I'd like to install add-ons but neither the g.extension gui
nor running g.extension via command line works (tested with
2-3 extensions)

1) via GUI:
g.extension --verbose extension=r.fuzzy.system svnurl=
http://svn.osgeo.org/grass/grass-addons/grass7
Fetching  from GRASS-Addons SVN (be patient)...
Ar.fuzzy.system/flood.map
Ar.fuzzy.system/helpers.c
Ar.fuzzy.system/local_proto.h
Ar.fuzzy.system/flood.rul
Ar.fuzzy.system/rule_parser.c
Ar.fuzzy.system/main.c
Ar.fuzzy.system/system.c
Ar.fuzzy.system/f_result.png
Ar.fuzzy.system/fuzzylogic.c
Ar.fuzzy.system/io.c
Ar.fuzzy.system/map_parser.c
Ar.fuzzy.system/Makefile
Ar.fuzzy.system/r.fuzzy.system.html
 U   r.fuzzy.system
Checked out revision 61649.
Compiling...
mkdir -p
/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/bin
mkdir -p
/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/etc/r.fuzzy.system
mkdir -p
/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/docs/html
mkdir -p
/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/docs/man/man1
test -d OBJ.x86_64-apple-darwin13.3.0 || mkdir -p
OBJ.x86_64-apple-darwin13.3.0
gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
 -I/usr/local/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
 -DPACKAGE=\""grassmods"\"
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
OBJ.x86_64-apple-darwin13.3.0/fuzzylogic.o -c fuzzylogic.c
gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
 -I/usr/local/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
 -DPACKAGE=\""grassmods"\"
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
OBJ.x86_64-apple-darwin13.3.0/helpers.o -c helpers.c
gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
 -I/usr/local/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
 -DPACKAGE=\""grassmods"\"
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
OBJ.x86_64-apple-darwin13.3.0/io.o -c io.c
gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
 -I/usr/local/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
 -DPACKAGE=\""grassmods"\"
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
OBJ.x86_64-apple-darwin13.3.0/main.o -c main.c
gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
 -I/usr/local/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
 -DPACKAGE=\""grassmods"\"
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
OBJ.x86_64-apple-darwin13.3.0/map_parser.o -c map_parser.c
gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
 -I/usr/local/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
 -DPACKAGE=\""grassmods"\"
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
OBJ.x86_64-apple-darwin13.3.0/rule_parser.o -c rule_parser.c
gcc -I/usr/local/include -g -O2   -arch i386 -arch x86_64
 -I/usr/local/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
 -DPACKAGE=\""grassmods"\"
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include
-I/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/include -o
OBJ.x86_64-apple-darwin13.3.0/system.o -c system.c
system.c:122:11: warning: 7 enumeration values not handled
in switch: 't_START', 't_IS_NOT', 't_IS'... [-Wswitch]
switch (operator_stack[opr_top]) {
^
: && gcc -L/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/lib
-L/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/lib -arch i386 -arch
x86_64-L/usr/local/lib   -o
/var/folders/z6/kpf8b53j04vcgq71ycrqzs04gq/T/tmptRWIEo/r.fuzzy.system/bin/r.fuzzy.system
OBJ.x86_64-apple-darwin13.3.0/fuzzylogic.o
OBJ.x86_64-apple-darwin13.3.0/helpers.o OBJ.x86_64-apple-darwin13.3.0/io.o
OBJ.x86_64-apple-darwin13.3.0/main.o
OBJ.x86_64-apple-darwin13.3.0/map_parser.o
OBJ.x86_64-apple-darwin13.3.0/rule_parser.o
OBJ.x86_64-apple-darwin13.3.0/system.o-lgrass_raster.7.0.0svn

Re: [GRASS-dev] [GRASS GIS] #2393: winGRASS GIS 6.4.5 svn r.li.setup not working

2014-08-15 Thread GRASS GIS
#2393: winGRASS GIS 6.4.5 svn r.li.setup not working
+---
 Reporter:  hellik  |   Owner:  grass-dev@…  
 Type:  defect  |  Status:  new  
 Priority:  critical|   Milestone:  6.4.5
Component:  Raster  | Version:  svn-releasebranch64  
 Keywords:  wingrass, r.li  |Platform:  MSWindows 7  
  Cpu:  x86-32  |  
+---

Comment(by neteler):

 Random suggestion: needs g.dirseps to be used?

 (on my Fedora box it runs properly)

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2392: winGRASS GIS 6.4.5 svn r.li modules - issues with hard coded path to conf files

2014-08-15 Thread GRASS GIS
#2392: winGRASS GIS 6.4.5 svn r.li modules - issues with hard coded path to conf
files
+---
 Reporter:  hellik  |   Owner:  grass-dev@…  
 Type:  defect  |  Status:  new  
 Priority:  critical|   Milestone:  6.4.5
Component:  Raster  | Version:  svn-releasebranch64  
 Keywords:  wingrass, r.li  |Platform:  MSWindows 7  
  Cpu:  x86-32  |  
+---

Comment(by neteler):

 Replying to [ticket:2392 hellik]:
 ...
 > although the path to the conf file is given

 To my knowledge the path should actually *not* be given (see manual page).

 Does this help?

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev