------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1050 Summary: Compilation of exim 4.72 on HPUX 11.11 fails (similar probl w 4.73_RC1) Product: Exim Version: 4.72 Platform: Other OS/Version: All Status: NEW Severity: bug Priority: medium Component: Unfiled AssignedTo: ni...@exim.org ReportedBy: st...@kiku.dk CC: exim-dev@exim.org Created an attachment (id=434) --> (http://bugs.exim.org/attachment.cgi?id=434) Local/Makefile used for exim-4.72 Upon attempted compilation of exim 4.72 smtp:in.c fails with message cc: "smtp_in.c", line 403: error 1000: Unexpected symbol: "}". which may be odd, as that line in smtp_in.c seems not to include a "{" sign. OS HP-UX 11.11, compiler HP CC Attempted compilation of exim 4.73_RC1 results in similar problem: cc -DCOMPILE_UTILITY store.c cc: "store.c", line 179: error 1000: Unexpected symbol: "{". cc: "store.c", line 179: error 1000: Unexpected symbol: ")". cc: "store.c", line 204: error 1000: Unexpected symbol: "{". cc: "store.c", line 204: error 1000: Unexpected symbol: ")". cc: "store.c", line 299: error 1000: Unexpected symbol: "{". cc: "store.c", line 299: error 1000: Unexpected symbol: ")". cc: "store.c", line 358: error 1000: Unexpected symbol: "{". cc: "store.c", line 358: error 1000: Unexpected symbol: ")". cc: "store.c", line 372: error 1000: Unexpected symbol: "{". cc: "store.c", line 372: error 1000: Unexpected symbol: ")". *** Error exit code 1 The attachment contaions my Local/Makefile It is regrettable that I have no idea what to do in situations like this, and I apologize. I am just the postmaster. Exim just always compiled out of the box (currently used version here are 4.60 and 4.66) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##