search for: 589c589

Displaying 1 result from an estimated 1 matches for "589c589".

Did you mean: 58959
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
...properly (with some changes to the code) - however, when building the Recommended packages, the build fails. CODE CHANGES: ============= 1. My C compiler requires a ";" on line 589 of ..../src/main/printutils.c. Here is the diff: # diff src/main/printutils.c.orig src/main/printutils.c 589c589 < if (con_num>0) error("Internal error: this platform does not support split output") --- > if (con_num>0) error("Internal error: this platform does not support split output"); Build Results: ============== The problem seems to be in building the Recommended pac...