Hi,
Trying to compile grass51, I get:
$ make
make[1]: Entering directory `/home/mlennert/GRASSCVS/grass51/lib'
bitmap
make[2]: Entering directory `/home/mlennert/GRASSCVS/grass51/lib/bitmap'
make[2]: *** Pas de règle pour fabriquer la cible `bitmap.c', nécessaire pour `OBJ.i586-pc-linux-gnu/bitmap.o'. Arrêt.
make[2]: Leaving directory `/home/mlennert/GRASSCVS/grass51/lib/bitmap'
make[1]: *** [subdirs] Erreur 1
make[1]: Leaving directory `/home/mlennert/GRASSCVS/grass51/lib'
make: *** [default] Erreur 1
I'm not sufficiently confortable with make to know how to solve this in the Makefile.
Moritz
Just general hints:
Note that grass51 is a version for developers,
you also need to have a recent grass5 source from cvs around.
On Fri, Jul 05, 2002 at 05:56:44PM +0200, Moritz Lennert wrote:
Trying to compile grass51, I get:
make[2]: Entering directory `/home/mlennert/GRASSCVS/grass51/lib/bitmap'
make[2]: *** Pas de règle pour fabriquer la cible `bitmap.c', nécessaire pour `OBJ.i586-pc-linux-gnu/bitmap.o'. Arrêt.
It might be a good idea to send error message in English.
I'm not sufficiently confortable with make to know how to solve this in the Makefile.
On Friday 05 July 2002 05:56 pm, Moritz Lennert wrote:
Hi,
Trying to compile grass51, I get:
$ make
make[1]: Entering directory `/home/mlennert/GRASSCVS/grass51/lib'
bitmap
make[2]: Entering directory `/home/mlennert/GRASSCVS/grass51/lib/bitmap'
make[2]: *** Pas de règle pour fabriquer la cible `bitmap.c', nécessaire
pour `OBJ.i586-pc-linux-gnu/bitmap.o'. Arrêt. make[2]: Leaving directory
`/home/mlennert/GRASSCVS/grass51/lib/bitmap' make[1]: *** [subdirs] Erreur
1
make[1]: Leaving directory `/home/mlennert/GRASSCVS/grass51/lib'
make: *** [default] Erreur 1
I'm not sufficiently confortable with make to know how to solve this in the
Makefile.
Moritz
Do you have grass51/grass50 mixture (make mix)?
See 'INSTALL'.
Radim
Obviously my fault: I used a relative instead of a full reference to the GRASS5.0 source.
Sorry,
Moritz
On Mon, Jul 08, 2002 at 09:24:45AM +0200, Radim Blazek wrote:
On Friday 05 July 2002 05:56 pm, Moritz Lennert wrote:
> Hi,
>
> Trying to compile grass51, I get:
>
> $ make
> make[1]: Entering directory `/home/mlennert/GRASSCVS/grass51/lib'
> bitmap
> make[2]: Entering directory `/home/mlennert/GRASSCVS/grass51/lib/bitmap'
> make[2]: *** Pas de règle pour fabriquer la cible `bitmap.c', nécessaire
> pour `OBJ.i586-pc-linux-gnu/bitmap.o'. Arrêt. make[2]: Leaving directory
> `/home/mlennert/GRASSCVS/grass51/lib/bitmap' make[1]: *** [subdirs] Erreur
> 1
> make[1]: Leaving directory `/home/mlennert/GRASSCVS/grass51/lib'
> make: *** [default] Erreur 1
>
> I'm not sufficiently confortable with make to know how to solve this in the
> Makefile.
>
> Moritz
Do you have grass51/grass50 mixture (make mix)?
See 'INSTALL'.
Radim