[GRASS-dev] [bug #4519] (grass) errors in Grass 55 build

Maciek wrote:

> Building Grass 5.5 CVS on Ubuntu Dapper RC I get following errors:
>
> Compilation error in module: src/imagery/i.cca (ignored)
> Compilation error in module: src/raster/r.grow2 (ignored)
> Compilation error in module: src/sites/s.in.ascii (ignored)
> Compilation error in module: src.contrib/SDTS (ignored)
> Compilation error in module: src.garden/grass.postgresql (ignored)
> Compilation error in module: src.contrib/DUKE/r.terraflow (ignored)

Hamish wrote:

cd src/sites/s.in.ascii
gmake5

and see the error.

(gmake5 may be gmake55 or something, using "new" or "old" build system?)

?

So I have Ubuntu Dapper installed on my machine, and reproduced the problem. I
tried following Hamish'es tip, but it won't work. See:

$ cd src/imagery/i.cca

Now, whatever gmake* I try (gmake5, gmake, gmake55, gmake54) I'm getting
"bash: gmake5: command not found".

When I try make, it says "make: *** No targets specified and no makefile
found. Stop."

Sorry, I'm a complete dummy here. How do I proceed?

Maciek

-------------------------------------------- Managed by Request Tracker

On Sun, 23 Jul 2006, Maciek Sieczka via RT wrote:

Hamish wrote:

cd src/sites/s.in.ascii
gmake5

and see the error.

(gmake5 may be gmake55 or something, using "new" or "old" build system?)

?

So I have Ubuntu Dapper installed on my machine, and reproduced the problem. I
tried following Hamish'es tip, but it won't work. See:

Ah you must be using the new "alternative" build system then - Hamish's instructions were for the old system. You need to find the script gmake55 which will be in the root of your build directory (this directory should be outside of the source tree structure) and run it from there as follows:

./gmake55 src/imagery/i.cca

(or capture the make output from the whole system build and send the i.cca part to the list?)

Paul