What is the policy on generated makefiles working with the system
make? Should they, or should GNU make be used? The DX README indicates
the former.
Building on Solaris 2.6, the build runs well with Sun make until it
dips into dx-4.1.0/src/uipp/java. This Makefile fails with Sun make and
succeeds with GNU make.
Randall
------------------------------------------------------------------------------
CAUSE OF ERROR: src/uipp/java/Makefile:446
------------------------------------------------------------------------------
export CLASSPATH
------------------------------------------------------------------------------
BUILD OUTPUT - SUN MAKE
------------------------------------------------------------------------------
> make
Making all in src
Making all in exec
Making all in libdx
Making all in dxmods
Making all in hwrender
...
Making all in java
make: Fatal error in reader: Makefile, line 446: Unexpected end of line seen
Current working directory /home/rhh/t/dx-4.1.0/src/uipp/java
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/rhh/t/dx-4.1.0/src/uipp
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/rhh/t/dx-4.1.0/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'