This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RHUG compile-time failure


Hi,

I'm not sure if this is a gcj problem or something with the sources, but using:

gcc version 3.2.1 20021025 (prerelease)

I get the following error during the build process:
make[1]: Entering directory `/usr/src/projects/rhug/rhug/rhino'
gcj -C --encoding=UTF-8 --classpath=./upstream/src -d upstream/src upstream/src/org/mozilla/javascript/LineBuffer.java
upstream/src/org/mozilla/javascript/LineBuffer.java:455: Incompatible type for `&&'. Can't convert `int' to boolean.
private static final boolean checkSelf = Context.check && true;
^
1 error
make[1]: *** [upstream/src/org/mozilla/javascript/LineBuffer.class] Error 1
make[1]: Leaving directory `/usr/src/projects/rhug/rhug/rhino'
make: *** [all-recursive] Error 1

This is on a kernel-2.4.19 system (generic) running the latest in the various packages required to compile RHUG. Let me know if you need anymore information.

Cheers,
Nicholas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]