|
Message-ID: <9EA116C9D0BB400399046234B922271A@ath64dual> Date: Tue, 5 Jul 2011 21:47:12 -0500 From: "JFoug" <jfoug@....net> To: <john-dev@...ts.openwall.com> Subject: Re: Error compiling JtR 1.7.8 jumbo 2 on Solaris x86 Are the #defined, or typedef? Oh, I see what you propose, a #define to a new type, then 'we' provide that type. I will have to have a look at this. It may get us around this issue. ----- Original Message ----- From: "Solar Designer" <solar@...nwall.com> > That is, add: > > #undef uint8_t > #define uint8_t _john_uint8_t > #undef uint16_t > #define uint16_t _john_uint16_t > #undef uint32_t > #define uint32_t _john_uint32_t > #undef uint64_t > #define uint64_t _john_uint64_t
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.