tags:

views:

22

answers:

0

I'm getting the following build failure when I try to build jdic in an amd64 unix machine.

buildunixembed:

"$GECKO_HOME/include/prcpucfg.h", line 757: Error: #error "Unknown CPU architecture".

CC: Invalid input file name $GECKO_HOME/include/mozilla-config.h, no output generated for this file.

make: [MozEmbed.o] Error 1

I'm using the svn versioned jdic source code (from the jdic site) and Gecko_1.9.2.

The steps that I used to build can be found at https://jdic.dev.java.net/documentation/README.html#Build%20the%20Source

Please let me know where I went wrong. Many thanks in advance.