Skip Menu |

This queue is for tickets about the Crypt-IDEA CPAN distribution.

Report information
The Basics
Id: 17796
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Crypt-IDEA

People
Owner: DPARIS [...] cpan.org
Requestors: emmanuel.rodriguez-santiago [...] hp.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.06
Fixed in: (no value)



Subject: Fails to build under HPUX 11.11 with HP ANSI C compiler
Executing the make command gives the following error: cc: "idea.h", line 9: error 1000: Unexpected symbol: "idea_cblock". cc: panic 2017: Cannot recover from earlier errors, terminating. The solution is to modifying the file idea.h and replace the line: #if defined(__osf__) || defined(__sun) With: #if defined(__osf__) || defined(__sun) || defined(__hpux)