Maciej Sieczka wrote: > >> The reason I left NVIZ alone until now > >> was that the Makefiles were a mess. Although I fixed some obvious > >> problems, I may have introduced some new ones while cleaning up. > > > I tried NVIZ 3 times with -j3 and twice with -j4, no problem. > > > > Compiling GRASS twice with -j4: no problem! > > Both on RHEL5. > > 4 build from scratch tries here on Ubuntu Dapper 64bit. One > of them failed as follows (full logs at [1]): > > GRASS GIS compilation log > ------------------------- > Started compilation: Mon Oct 22 09:41:40 CEST 2007 > -- > Errors in: > /home/maciek/src/straight/grass63/lib/vector/diglib
--- lib/vector/diglib/Makefile 23 Sep 2007 07:07:55 -0000 1.26 +++ lib/vector/diglib/Makefile 22 Oct 2007 18:15:32 -0000 @@ -40,7 +40,8 @@ TEST = $(OBJDIR)/test -default: lib $(TEST) +default: lib + $(MAKE) $(TEST) # Test portable read/write functions $(OBJDIR)/test: test.c $(DEPENDENCIES) $(ARCH_LIB_OBJS) -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

