Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 24 Aug 2011 14:54:54 -0400 (EDT)
From: "Robert B. Harris" <rs904c@...scape.net>
To: john-dev@...ts.openwall.com
Subject: Build Issue on Solaris, John v1.7.8 jumbo-5 August 24, 2011



John-Dev,
 
Problem:
Error output for make clean solaris-x86-64-gcc
stdint.h:9:28: error: conflicting types for 'uint64_t'
/usr/include/sys/int_types.h:76:24: note: previous declaration of 'uint64_t' was here
*** Error code 1
make: Fatal error: Command failed for target `pdf_fmt.o'
Current working directory /export/home/rharris/compile/john-1.7.8-jumbo-5-omp-des-4-RFC-with-source/src
*** Error code 1
make: Fatal error: Command failed for target `solaris-x86-64-gcc'
 
The search:
bash-3.00$ grep uint64_t *
stdint.h:typedef unsigned long long uint64_t;
 
Solution:
Deleted the line below in stdint.h:
typedef unsigned long long uint64_t;

Alex, jimf, magnum, others,

Do you agree with this solution?
 
-Robert B. Harris from VA





Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.