[GRASS-user] v.digit in GRASS 6.3.cvs problem

hello

I use GRASS 6.3.cvs.
I urgently need to use vector digitizing.
But if I am not mistaken, there is a problem in v.digit.
It gives "ERROR: Cannot open toolbox:"

If there is a bug in code, when will it be fixed.

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Hi,

not sure, for me it is working (compiled the fresh CVS code, TCL/TK
8.4). BTW, sorry I did not use v.digit for several weeks, I see that
the toolbox has been slightly changed (see [1]). In any case I wonder
why so *big* mouse button actions...

Best, Martin

[1] http://gama.fsv.cvut.cz/~landa/.../v_digit.png

2006/9/21, temiz <temiz@deprem.gov.tr>:

hello

I use GRASS 6.3.cvs.
I urgently need to use vector digitizing.
But if I am not mistaken, there is a problem in v.digit.
It gives "ERROR: Cannot open toolbox:"

If there is a bug in code, when will it be fixed.

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *

Martin Landa wrote:

Hi,

not sure, for me it is working (compiled the fresh CVS code, TCL/TK
8.4). BTW, sorry I did not use v.digit for several weeks, I see that
the toolbox has been slightly changed (see [1]). In any case I wonder
why so *big* mouse button actions...

Best, Martin

[1] http://gama.fsv.cvut.cz/~landa/.../v_digit.png

2006/9/21, temiz <temiz@deprem.gov.tr>:

hello

I use GRASS 6.3.cvs.
I urgently need to use vector digitizing.
But if I am not mistaken, there is a problem in v.digit.
It gives "ERROR: Cannot open toolbox:"

If there is a bug in code, when will it be fixed.

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

thank you
I have also tcl/tk 8.4 in my debian. But it does not work.
I wonder how your grass's configuration is ?

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Hi,

the same - Debian GNU/Linux (unstable)

       MYCFLAGS="-g -Wall -Werror-implicit-function-declaration -fno-common" \
       MYCXXFLAGS="-g -Wall" \
           CFLAGS="$MYCFLAGS" CXXFLAGS="$MYCXXFLAGS" \
           ./configure --prefix=/usr/local \
           --with-tcltk-includes=/usr/include/tcl8.4
--with-tcltk-libs=/usr/lib/tcl8.4 \
           --with-postgresql --with-postgres-includes=/usr/include/postgresql \
           --with-mysql --with-mysql-includes=/usr/include/mysql \
           --with-gdal=/usr/local/bin/gdal-config \
           --with-proj --with-proj-includes=/usr/local/include
--with-proj-libs=/usr/local/lib \
           --with-motif --with-glw --with-nls --with-readline \
           --with-cxx --enable-largefile \
           --with-freetype --with-freetype-includes=/usr/include/freetype2 \
           --with-sqlite --with-ffmpeg
--with-ffmpeg-includes=/usr/include/ffmpeg/ \
           --with-odbc --with-python

Martin

2006/9/21, temiz <temiz@deprem.gov.tr>:

Martin Landa wrote:
> Hi,
>
> not sure, for me it is working (compiled the fresh CVS code, TCL/TK
> 8.4). BTW, sorry I did not use v.digit for several weeks, I see that
> the toolbox has been slightly changed (see [1]). In any case I wonder
> why so *big* mouse button actions...
>
> Best, Martin
>
> [1] http://gama.fsv.cvut.cz/~landa/.../v_digit.png
>
> 2006/9/21, temiz <temiz@deprem.gov.tr>:
>> hello
>>
>> I use GRASS 6.3.cvs.
>> I urgently need to use vector digitizing.
>> But if I am not mistaken, there is a problem in v.digit.
>> It gives "ERROR: Cannot open toolbox:"
>>
>> If there is a bug in code, when will it be fixed.
>>
>> regards
>>
>> --
>> Ahmet Temiz
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>> _______________________________________________
>> grassuser mailing list
>> grassuser@grass.itc.it
>> http://grass.itc.it/mailman/listinfo/grassuser
>>
>
thank you

I have also tcl/tk 8.4 in my debian. But it does not work.
I wonder how your grass's configuration is ?

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *

From: Martin Landa <landa.martin@gmail.com>
Date: Thu, 21 Sep 2006 10:24:09 +0200
To: temiz <temiz@deprem.gov.tr>
Cc: <grassuser@grass.itc.it>
Subject: Re: [GRASS-user] v.digit in GRASS 6.3.cvs problem

Hi,

not sure, for me it is working (compiled the fresh CVS code, TCL/TK
8.4). BTW, sorry I did not use v.digit for several weeks, I see that
the toolbox has been slightly changed (see [1]). In any case I wonder
why so *big* mouse button actions...

They are actually considerably smaller than previously, and the whole
toolbox is more compact now. It would be cooler to actually have a picture
of a mouse and its buttons, but that will have to be in the wxGRASS
GUI...maybe.

Michael

Best, Martin

[1] http://gama.fsv.cvut.cz/~landa/.../v_digit.png

__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

2006/9/21, temiz <temiz@deprem.gov.tr>:

hello

I use GRASS 6.3.cvs.
I urgently need to use vector digitizing.
But if I am not mistaken, there is a problem in v.digit.
It gives "ERROR: Cannot open toolbox:"

If there is a bug in code, when will it be fixed.

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *

Martin Landa wrote:

Hi,

the same - Debian GNU/Linux (unstable)

      MYCFLAGS="-g -Wall -Werror-implicit-function-declaration -fno-common" \
      MYCXXFLAGS="-g -Wall" \
          CFLAGS="$MYCFLAGS" CXXFLAGS="$MYCXXFLAGS" \
          ./configure --prefix=/usr/local \
          --with-tcltk-includes=/usr/include/tcl8.4
--with-tcltk-libs=/usr/lib/tcl8.4 \
          --with-postgresql --with-postgres-includes=/usr/include/postgresql \
          --with-mysql --with-mysql-includes=/usr/include/mysql \
          --with-gdal=/usr/local/bin/gdal-config \
          --with-proj --with-proj-includes=/usr/local/include
--with-proj-libs=/usr/local/lib \
          --with-motif --with-glw --with-nls --with-readline \
          --with-cxx --enable-largefile \
          --with-freetype --with-freetype-includes=/usr/include/freetype2 \
          --with-sqlite --with-ffmpeg
--with-ffmpeg-includes=/usr/include/ffmpeg/ \
          --with-odbc --with-python

Martin

2006/9/21, temiz <temiz@deprem.gov.tr>:

Martin Landa wrote:
> Hi,
>
> not sure, for me it is working (compiled the fresh CVS code, TCL/TK
> 8.4). BTW, sorry I did not use v.digit for several weeks, I see that
> the toolbox has been slightly changed (see [1]). In any case I wonder
> why so *big* mouse button actions...
>
> Best, Martin
>
> [1] http://gama.fsv.cvut.cz/~landa/.../v_digit.png
>
> 2006/9/21, temiz <temiz@deprem.gov.tr>:
>> hello
>>
>> I use GRASS 6.3.cvs.
>> I urgently need to use vector digitizing.
>> But if I am not mistaken, there is a problem in v.digit.
>> It gives "ERROR: Cannot open toolbox:"
>>
>> If there is a bug in code, when will it be fixed.
>>
>> regards
>>
>> --
>> Ahmet Temiz
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>> _______________________________________________
>> grassuser mailing list
>> grassuser@grass.itc.it
>> http://grass.itc.it/mailman/listinfo/grassuser
>>
>
thank you

I have also tcl/tk 8.4 in my debian. But it does not work.
I wonder how your grass's configuration is ?

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

hi

thank you

after converting "tcl8.3 includes" to "tcl8.4 includes " ,
(and recompilation) , the problem has been solved.

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.