[GRASS-dev] Re: [GRASS-windows] WinGRASS: Error with c++ compiler

Moritz Lennert wrote:

> Thanks, the problem has been fixed by installing the "gcc-g++" package.
> I then compiled with make and got the errors below.
> Any idea of what to do in order to get rid of these errors?

All these, except for the i.attcor are known and either 'won't fix' or
at least not immediate priorities (see
http://geog-pc40.ulb.ac.be/grass/wingrass/winmakeerror.log and
http://grass.gdf-hannover.de/wiki/WinGRASS_Current_Status).

I've committed fixes for the i.class and photo.2image problems.

The r.terraflow issues probably aren't that hard to fix. getpagesize()
can be replaced by a hardcoded constant. The use of getrusage() etc is
largely gratuitous; the program would still work without it, but
figuring out how to remove it isn't trivial.

The other modules are all quite Unix-specific in their design.

--
Glynn Clements <glynn@gclements.plus.com>

On 07/02/08 14:43, Glynn Clements wrote:

Moritz Lennert wrote:

Thanks, the problem has been fixed by installing the "gcc-g++" package.
I then compiled with make and got the errors below. Any idea of what to do in order to get rid of these errors?

All these, except for the i.attcor are known and either 'won't fix' or at least not immediate priorities (see
http://geog-pc40.ulb.ac.be/grass/wingrass/winmakeerror.log and http://grass.gdf-hannover.de/wiki/WinGRASS_Current_Status).

I've committed fixes for the i.class and photo.2image problems.

Both of these these need x-mons, or ? So, until a non-interactive replacement is created in the gui, they are not very useful under windows.

Moritz