[GRASS-dev] [GRASS GIS] #1040: neta lib Makefile deps

#1040: neta lib Makefile deps
--------------------+-------------------------------------------------------
Reporter: hamish | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.net | Platform: Linux
      Cpu: x86-64 |
--------------------+-------------------------------------------------------
Hi,

trying to rebuild trunk with `make -j 3` I got errors building
lib/vector/neta/ and then all the newly added v.net.* modules failed
because of that. After building neta by hand (no problems) the other
v.net.* modules built ok. Some dependency build order thing in the
Makefile(s)?

thanks,
Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1040&gt;
GRASS GIS <http://grass.osgeo.org>

#1040: neta lib Makefile deps
---------------------+------------------------------------------------------
  Reporter: hamish | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Resolution: | Keywords: v.net
  Platform: Linux | Cpu: x86-64
---------------------+------------------------------------------------------
Comment (by mmetz):

works for me after I added

{{{
neta: Vlib
}}}

to lib/vector/Makefile

hopefully fixed in r41940

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1040#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1040: neta lib Makefile deps
---------------------+------------------------------------------------------
  Reporter: hamish | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Resolution: fixed | Keywords: v.net
  Platform: Linux | Cpu: x86-64
---------------------+------------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

Comment:

Closing, please re-open if needed.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1040#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>