That would be either the braindead default C compiler, which you cannot use to build anything more complicated than the kernel, or the (expensive) HP C-ANSI-C compiler, in which case you are missing a lot of flags:
what if you add -z +Z -Ae -AC99? Op dinsdag 7 april 2015 06:53:50 UTC+2 schreef sudhir ojha: > > Hi, > I am getting some error while installing ossec hids 2.8.1 agent on hpux . > can any one suggest solution for this issie please? > > *** Making os_xml *** > cc -g -Wall -I../ -I../headers -DDEFAULTDIR=\"/var/ossec\" > -DCLIENT -DUSE_OPENSSL -DHPUX -D_XOPEN_SOURCE_EXTENDED -DHIGHFIRST > -D_REENTRANT -DARGV0=\"os_xml\" -DOSSECHIDS -c *.c > os_xml.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_access.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_node_access.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_variables.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_writer.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > *** Error exit code 5 > Stop. > Error Making os_xml > *** Error exit code 1 > Stop. > Error 0x5. > Building error. Unable to finish the installation. > -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
