| 00:05:20 | CIA-11: | neteler * r31953 /grass/trunk/ ( 97 files in 44 dirs ): removed superfluous $Id$ tag |
| 00:08:05 | sigq: | grassfeed: Changeset [31953]: removed superfluous $Id$ tag <https://trac.osgeo.org/grass/changeset/31953> |
| 00:09:42 | CIA-11: | neteler * r31954 /grass/trunk/scripts/v.in.geonames/v.in.geonames: DBF driver warning added |
| 00:09:43 | sigq: | grassfeed: Changeset [31954]: DBF driver warning added <https://trac.osgeo.org/grass/changeset/31954> |
| 00:10:09 | CIA-11: | neteler * r31955 /grass/branches/develbranch_6/scripts/v.in.geonames/v.in.geonames: DBF driver warning added ( merge from trunk ) |
| 00:12:05 | sigq: | grassfeed: Changeset [31955]: DBF driver warning added ( merge from trunk ) <https://trac.osgeo.org/grass/changeset/31955> |
| 01:08:50 | : | <_wolf_> what configure flags did you use? |
| 01:12:06 | : | <_wolf_> manning: or more specifically did you issue --with-gdal=/path/to/your/bin/gdal-config |
| 01:15:19 | maning: | Yes, I had two gdal libs 1.4 and 1.5 installed using apt-get |
| 01:15:47 | maning: | Then I removed 1.5, 1.4 depends on other packages. I only want grass udpated |
| 01:16:05 | maning: | now configure is looking for for gdal-config |
| 01:16:13 | : | <_wolf_> what do you get when you write gdal-config --version? |
| 01:16:34 | : | <_wolf_> gdal-config comes with the gdal-dev package |
| 01:16:46 | : | <_wolf_> do you have gdal-dev for 1.4 installed? |
| 01:17:03 | maning: | 1.4 yes |
| 01:17:20 | : | <_wolf_> and gdal-config --version reports what? |
| 01:17:57 | maning: | wait |
| 01:19:25 | maning: | gdal-config --version |
| 01:19:26 | maning: | 1.5.1 |
| 01:19:58 | : | <_wolf_> hmm... didn't you remove 1.5? |
| 01:20:49 | maning: | Apparently I still have it |
| 01:20:51 | maning: | gdalinfo --version |
| 01:20:52 | maning: | GDAL 1.5.1, released 2008/03/14 |
| 01:20:56 | : | <_wolf_> apparently |
| 01:26:45 | CIA-11: | neteler * r31956 /grass/trunk/lib/db/dbmi_base/string.c: doxygen stub |
| 01:27:06 | CIA-11: | neteler * r31957 /grass/branches/develbranch_6/lib/db/dbmi_base/string.c: doxygen stub |
| 01:27:09 | maning: | installing gdal-dev on les and hardy repo in only for 1.5 |
| 01:27:58 | : | <_wolf_> huh? |
| 01:28:00 | sigq: | grassfeed: Changeset [31957]: doxygen stub <https://trac.osgeo.org/grass/changeset/31957> || Changeset [31956]: doxygen stub <https://trac.osgeo.org/grass/changeset/31956> |
| 01:29:52 | maning: | How do I get gdal-config for 1.4? |
| 01:30:17 | : | <_wolf_> I don't know... |
| 01:30:34 | : | <_wolf_> try askin in #gdal |
| 01:30:52 | doktoreas: | maning: I am on hardy too |
| 01:32:30 | maning: | doktoreas: Great! I'm installing 6.4svn |
| 01:32:39 | maning: | It worked a couple of weeks ago |
| 01:32:53 | maning: | This time, it can't find gdal-config |
| 01:33:00 | doktoreas: | i A libgdal1-1.4.0 - Geospatial Data Abstraction Library |
| 01:33:00 | doktoreas: | i A libgdal1-1.4.0-grass - GRASS extension for the Geospatial Data Ab |
| 01:33:00 | doktoreas: | i libgdal1-1.5.0 - Geospatial Data Abstraction Library |
| 01:33:01 | doktoreas: | i libgdal1-dev |
| 01:33:09 | doktoreas: | those are the installed package |
| 01:33:36 | doktoreas: | and gdal-config --version prompt 1.5.1 |
| 01:34:05 | doktoreas: | this is my configure string |
| 01:34:09 | doktoreas: | ./configure --with-proj-share=/usr/share/proj/ --with-python --with-cxx --with-freetype --with-freetype-includes=/usr/include/freetype2/ --with-wxwidgets --enable-largefile --enable-64bit --with-sqlite --with-opengl --with-tcltk-includes=/usr/include/tcl8.4/ |
| 01:37:56 | CIA-11: | neteler * r31958 /grass/branches/develbranch_6/ ( 98 files in 46 dirs ): removed superfluous $Id$ tag |
| 01:37:57 | sigq: | grassfeed: Changeset [31958]: removed superfluous $Id$ tag <https://trac.osgeo.org/grass/changeset/31958> |
| 01:38:54 | maning: | doktoreas: tried your configure string |
| 01:38:57 | maning: | checking for gdal-config... /usr/bin/gdal-config |
| 01:45:10 | doktoreas: | maning: same error also to me |
| 01:45:17 | doktoreas: | I think then is changed something |
| 01:45:45 | : | <_wolf_> what does which gdal-config give you? |
| 01:45:52 | doktoreas: | 1.5.1 |
| 01:46:02 | doktoreas: | it has always wored |
| 01:46:16 | doktoreas: | I built it every 2/3 days |
| 01:46:19 | : | <_wolf_> no, the command "which gdal-config" ( without the quotes ) |
| 01:46:20 | doktoreas: | *worked |
| 01:46:46 | doktoreas: | /usr/bin/gdal-config |
| 01:48:49 | : | <_wolf_> this is not a problem with gdal-config, but the test following that |
| 01:49:15 | : | <_wolf_> it tires to link to the gdal library, and fails |
| 01:49:54 | : | <_wolf_> so where are the gdal libraries? are they under /usr/lib ? |
| 01:50:18 | doktoreas: | libgdal1.4.0.so.1 libgdal1.4.0.so.1.11.4 libgdal1.5.0.a libgdal1.5.0.la libgdal1.5.0.so libgdal1.5.0.so.1 libgdal1.5.0.so.1.12.1 |
| 01:50:20 | doktoreas: | yes |
| 01:50:29 | doktoreas: | all inside /usr/lib/ |
| 01:51:16 | : | <_wolf_> hmm gdal-config will point you to the 1.5 libraries... I wonder if GRASS works with gdal 1.5 |
| 01:51:41 | doktoreas: | it worked 2 days ago |
| 01:51:50 | : | <_wolf_> hmm |
| 01:52:15 | : | <_wolf_> strange... |
| 01:53:26 | maning: | same here its in /usr/lib |
| 01:54:10 | doktoreas: | maning: post to ml? |
| 01:54:12 | sigq: | grassfeed: Ticket #206 ( defect created ): SQL builder prints the name of the vector map to the terminal <https://trac.osgeo.org/grass/ticket/206> |
| 01:54:22 | doktoreas: | I can do this too |
| 01:54:46 | : | <_wolf_> yeah I recommend ml |
| 01:56:15 | maning: | Did that too, anyway. I also grass63 working from les-ejk's repo |
| 01:57:48 | sigq: | grassfeed: Ticket #207 ( defect created ): table manager tools print plenty of warnings to the terminal <https://trac.osgeo.org/grass/ticket/207> |
| 01:58:30 | doktoreas: | maning: you already posted the problem? |
| 02:02:08 | maning: | Yes added in the discussion on error using v.in.gns |
| 02:03:14 | CIA-11: | martinl * r31959 /grass/trunk/gui/wxpython/gui_modules/ ( dbm.py sqlbuilder.py ): wxGUI: remove print statements, trac #206 |
| 02:03:15 | sigq: | grassfeed: Changeset [31959]: wxGUI: remove print statements, trac #206 <https://trac.osgeo.org/grass/changeset/31959> |
| 02:03:41 | doktoreas: | better a new topic |
| 02:03:45 | doktoreas: | I'll go |
| 02:04:22 | CIA-11: | martinl * r31960 /grass/branches/develbranch_6/gui/wxpython/gui_modules/ ( dbm.py sqlbuilder.py ): wxGUI: remove print statements, trac #206 ( merged from trunk, r31959 ) |
| 02:04:23 | sigq: | grassfeed: Changeset [31960]: wxGUI: remove print statements, trac #206 ( merged from trunk, r31959 ) <https://trac.osgeo.org/grass/changeset/31960> |
| 02:08:34 | sigq: | grassfeed: Ticket #206 ( defect closed ): SQL builder prints the name of the vector map to the terminal <https://trac.osgeo.org/grass/ticket/206#comment:3> |
| 02:11:16 | doktoreas: | maning: I have posted it |
| 02:13:03 | CIA-11: | martinl * r31961 /grass/trunk/ ( 12 files in 5 dirs ): nviz2: wxGUI fixes ( surface draw mode ), initial doxygen updates |
| 02:13:38 | maning: | Thanks. One more Q? I guess its OK to have grass63 installed for all users in my pc, then grass64 in my home dir? |
| 02:13:40 | sigq: | grassfeed: Changeset [31961]: nviz2: wxGUI fixes ( surface draw mode ), initial doxygen updates <https://trac.osgeo.org/grass/changeset/31961> |
| 02:16:05 | sigq: | grassfeed: Ticket #208 ( defect created ): "Additional tools" menu dialog broken in digitizer <https://trac.osgeo.org/grass/ticket/208> |
| 02:17:12 | doktoreas: | maning: add a follow up to my message reporting the same problem |
| 02:17:13 | sigq: | grassfeed: Ticket #209 ( enhancement created ): let visualize line directions in digitizer <https://trac.osgeo.org/grass/ticket/209> |
| 02:18:21 | maning: | Alright |
| 02:22:38 | sigq: | grassfeed: Ticket #210 ( defect created ): digitizer: don't ask to save changes when there have been none <https://trac.osgeo.org/grass/ticket/210> |
| 02:26:38 | sigq: | grassfeed: Ticket #211 ( defect created ): digitizer: errors at removing vertex <https://trac.osgeo.org/grass/ticket/211> |
| 02:34:40 | sigq: | grassfeed: Ticket #212 ( defect created ): digitizer: errors at querying <https://trac.osgeo.org/grass/ticket/212> |
| 02:42:02 | sigq: | grassfeed: Ticket #213 ( defect created ): digitizer: errors at copying categories <https://trac.osgeo.org/grass/ticket/213> |
| 02:46:00 | sigq: | grassfeed: Ticket #214 ( defect created ): digitizer: errors at editing line <https://trac.osgeo.org/grass/ticket/214> |
| 03:24:55 | sigq: | grassfeed: Ticket #215 ( enhancement created ): digitizer: let add attributes to category-less features <https://trac.osgeo.org/grass/ticket/215> |
| 04:33:59 | CIA-11: | martinl * r31962 /grass/trunk/gui/wxpython/ ( 4 files in 2 dirs ): wxGUI/vdigit: don't ask to save changes when there have been none ( trac #210 ) |
| 04:36:45 | CIA-11: | martinl * r31963 /grass/branches/develbranch_6/gui/wxpython/ ( 4 files in 2 dirs ): |
| 04:36:45 | CIA-11: | wxGUI/vdigit: don't ask to save changes when there have been none ( trac #210 ) |
| 04:36:45 | CIA-11: | [merged from trunk, r31962] |
| 04:38:23 | sigq: | grassfeed: Ticket #210 ( defect closed ): digitizer: don't ask to save changes when there have been none <https://trac.osgeo.org/grass/ticket/210#comment:2> |
| 04:45:55 | CIA-11: | martinl * r31964 /grass/branches/develbranch_6/gui/wxpython/gui_modules/ ( mapdisp.py toolbars.py ): wxGUI: fix vdigit toolbar name |
| 04:47:20 | sigq: | grassfeed: Changeset [31964]: wxGUI: fix vdigit toolbar name <https://trac.osgeo.org/grass/changeset/31964> |
| 05:34:20 | CIA-11: | martinl * r31965 /grass/trunk/gui/wxpython/gui_modules/mapdisp.py: wxGUI/vdigit: errors at removing vertex ( trac #211 ) |
| 05:34:22 | sigq: | grassfeed: Changeset [31965]: wxGUI/vdigit: errors at removing vertex ( trac #211 ) <https://trac.osgeo.org/grass/changeset/31965> |
| 05:42:16 | CIA-11: | martinl * r31966 /grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py: wxGUI/vdigit: errors at removing vertex ( trac #211 ) [merged from trunk, r31965] |
| 05:48:57 | CIA-11: | martinl * r31967 /grass/trunk/gui/wxpython/gui_modules/mapdisp.py: wxGUI: errors at querying ( trac #212 ) |
| 05:49:25 | sigq: | grassfeed: Changeset [31967]: wxGUI: errors at querying ( trac #212 ) <https://trac.osgeo.org/grass/changeset/31967> |
| 05:50:27 | CIA-11: | martinl * r31968 /grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py: wxGUI: errors at querying ( trac #212 ) [merged from trunk, r31967] |
| 05:50:30 | sigq: | grassfeed: Changeset [31968]: wxGUI: errors at querying ( trac #212 ) [merged from trunk, r31967] <https://trac.osgeo.org/grass/changeset/31968> |
| 06:01:31 | CIA-11: | martinl * r31969 /grass/trunk/gui/wxpython/gui_modules/mapdisp.py: wxGUI: related to errors at querying ( trac #212 ) |
| 06:02:01 | sigq: | grassfeed: Changeset [31969]: wxGUI: related to errors at querying ( trac #212 ) <https://trac.osgeo.org/grass/changeset/31969> |
| 06:02:43 | CIA-11: | martinl * r31970 /grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py: wxGUI: related to errors at querying ( trac #212 ) [merged from trunk, r31969] |
| 06:31:27 | CIA-11: | martinl * r31971 /grass/trunk/gui/wxpython/gui_modules/ ( preferences.py toolbars.py ): wxGUI/vdigit: 'copy categories' is implemented only in vedit interface |
| 06:31:43 | sigq: | grassfeed: Changeset [31971]: wxGUI/vdigit: 'copy categories' is implemented only in vedit interface <https://trac.osgeo.org/grass/changeset/31971> |
| 06:32:46 | CIA-11: | martinl * r31972 /grass/branches/develbranch_6/gui/wxpython/gui_modules/ ( preferences.py toolbars.py ): wxGUI/vdigit: 'copy categories' is implemented only in vedit interface [merged from trunk r31971] |
| 07:09:27 | BFCPP: | Hello does anybody use paraview in this thread ? |
| 07:18:26 | BFCPP: | So nobody who uses vtk or paraview ? |
| 07:19:08 | : | <_wolf_> sorry not a lot of active people here... I don't use either... |
| 07:19:24 | : | <_wolf_> but I can try to help if you tell what your problem is |
| 08:09:46 | BFCPP: | oh i have a scripting problem with paraviews vtk python wrapper |
| 08:10:17 | BFCPP: | I just dont know how to apply a transform filter with python |
| 08:10:57 | BFCPP: | Maybe somebody knows a good irc chat for paraview and python scripting |
| 09:20:10 | CIA-11: | robertomarzocchi * r31973 /grass-addons/raster/r.inund.fluv/ ( r.inund.fluv r.inund.fluv.html ): |
| 09:21:10 | sigq: | grassfeed: Changeset [31973]: -- <https://trac.osgeo.org/grass/changeset/31973> |
| 12:37:04 | CIA-11: | glynn * r31974 /grass/trunk/ ( 81 files in 32 dirs ): |
| 12:37:04 | CIA-11: | Add "const" where appropriate to DBMI functions |
| 12:37:05 | CIA-11: | Miscellaneous clean-up |
| 12:38:17 | sigq: | grassfeed: Changeset [31974]: Add "const" where appropriate to DBMI functions Miscellaneous clean-up <https://trac.osgeo.org/grass/changeset/31974> |
| 14:55:43 | CIA-11: | martinl * r31975 /grass/trunk/ ( 8 files in 4 dirs ): nviz2: wxGUI minor fixes, cmd module updated ( in progress ) |
| 14:56:44 | sigq: | grassfeed: Changeset [31975]: nviz2: wxGUI minor fixes, cmd module updated ( in progress ) <https://trac.osgeo.org/grass/changeset/31975> |
| 23:48:22 | CIA-11: | neteler * r31976 /grass/trunk/lib/db/dbmi_client/copy_tab.c: fix buffer overflow ( thanks to Glynn ) |
| 23:49:23 | sigq: | grassfeed: Changeset [31976]: fix buffer overflow ( thanks to Glynn ) <https://trac.osgeo.org/grass/changeset/31976> |