Seth Price wrote: > I'm having two errors while compiling. The first is "no rule to make > target", so perhaps something wrong with the build system? The second is a > missing include file, which is odd because it's there. I'm not exactly > sure what to make of it. (see the last few commands in the included log) > Am I doing anything wrong?
> make -C r.li.setup || echo > /usr/local/grass/grass-7.0.svn_src_snapshot_2009_06_20/raster/r.li/r.li.setup > >> /usr/local/grass/grass-7.0.svn_src_snapshot_2009_06_20/error.log > make[3]: *** No rule to make target > `/usr/local/grass/grass-7.0.svn_src_snapshot_2009_06_20/dist.i386-apple-darwin9.7.0/scripts/r.li.setup', > needed by `script'. Stop. r.li.setup is currently non-functional. AFAICT, the immediate error is due to r.li.setup being a shell script, while the build system expects a Python script named r.li.setup.py. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
