I've been building the latest SVN code for 6.4 and 6.5 here without any
errors. Today I get this:
Started compilation: Wed Jun 9 15:21:25 PDT 2010
--
Errors in:
/usr4/grass65/gui/wxpython/scripts
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you will
also get errors from anything which uses the library.
--
Finished compilation: Wed Jun 9 16:06:33 PDT 2010
make: *** [default] Error 1
Yet when I follow the directions I cannot run make from that directory:
[rshepard@salmo /usr4/grass65]$ cd gui/wxpython/scripts/
[rshepard@salmo /usr4/grass65/gui/wxpython/scripts]$ make
make: *** No targets specified and no makefile found. Stop.
Suggestions?
Rich
Rich Shepard:
I've been building the latest SVN code for 6.4 and 6.5 here without any
errors. Today I get this:
Started compilation: Wed Jun 9 15:21:25 PDT 2010
--
Errors in:
/usr4/grass65/gui/wxpython/scripts
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you will
also get errors from anything which uses the library.
--
Finished compilation: Wed Jun 9 16:06:33 PDT 2010
make: *** [default] Error 1
Yet when I follow the directions I cannot run make from that directory:
[rshepard@salmo /usr4/grass65]$ cd gui/wxpython/scripts/
[rshepard@salmo /usr4/grass65/gui/wxpython/scripts]$ make
make: *** No targets specified and no makefile found. Stop.
Suggestions?
Not specifically to the "failing-to-compile" script. But if you don't need the
GUI, I guess you can go ahead and compile from the root directory as always.
GRASS should work and only "miss" these wxpython scripts.
In case you require the GUI... no idea.
Nikos
On Thu, Jun 10, 2010 at 1:13 AM, Rich Shepard <rshepard@appl-ecosys.com> wrote:
I've been building the latest SVN code for 6.4 and 6.5 here without any
errors. Today I get this:
Started compilation: Wed Jun 9 15:21:25 PDT 2010
--
Errors in:
/usr4/grass65/gui/wxpython/scripts
...
Yet when I follow the directions I cannot run make from that directory:
[rshepard@salmo /usr4/grass65]$ cd gui/wxpython/scripts/
[rshepard@salmo /usr4/grass65/gui/wxpython/scripts]$ make
make: *** No targets specified and no makefile found. Stop.
Did you run "make" with -jX for parallelized compilation? I also get
an error when doing so while plain "make" works. There appears to
be a dependency problem in the Makefile.
please try
cd /usr4/grass65/gui/wxpython/
make
to see if that goes ok.
Markus
On Thu, 10 Jun 2010, Markus Neteler wrote:
Did you run "make" with -jX for parallelized compilation? I also get an
error when doing so while plain "make" works. There appears to be a
dependency problem in the Makefile.
Markus,
No, I did not run make -jX.
please try
cd /usr4/grass65/gui/wxpython/
make
to see if that goes ok.
It does.
Thank you very much,
Rich