Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does making dodo on Win2K fail with UNAME := $(shell uname) ?

dodo fail Shell uname Win2K
0
Posted

Why does making dodo on Win2K fail with UNAME := $(shell uname) ?

0

The above is a GNUmake specific construct (It means run the uname command in the shell and put the output in the make symbol UNAME). You need GNUmake to use this makefile. GNUmake should be listed as one of the prerequisites for building Dodo on Windows. Since the generated files are checked in to SourceForge you don’t need to run dodo unless you are adding a new interface (you aren’t allowed to change existing interfaces) or changing the generated code (in a compatible way).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123