Greetings,

I need to compile c-SDK on HP-UX 11.0. I am not allowed to use any GNU
compiler. the aCC compiler gives the following errors:

Error 203: "nsinstall.c", line 276 # Cannot assign 'char *' with 'void *'.
            toname = xmalloc(tdlen + 1 + bnlen + 1);
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error 203: "nsinstall.c", line 298 # Cannot assign 'char *' with 'void *'.
                        linkname = xmalloc(len + 1);
                                   ^^^^^^^^^^^^^^^^
Error 203: "nsinstall.c", line 302 # Cannot assign 'char *' with 'void *'.
                        linkname = xmalloc(PATH_MAX);
                                   ^^^^^^^^^^^^^^^^^
gmake[1]: *** [HP-UXB.11.00_DBG.OBJ/nsinstall.o] Error 2
gmake[1]: Leaving directory `/home/env2/tmp/mozilla/config'
gmake: *** [build] Error 2

Arman.



Reply via email to