Rupan / ida

Miscellaneous IDA scripts and projects
13 stars 12 forks source link

Can't open include file 'stdint.h' #1

Open piaoyunsoft opened 7 years ago

piaoyunsoft commented 7 years ago

Type Information Library Utility v1.117 Copyright (c) 2000-2015 Hex-Rays 00:17:14 Parsing the header file openssl_all.h... Error ./openssl/e_os2.h,264: Can't open include file 'stdint.h' included from ./openssl/ssl.h, 45 included from openssl_all.h, 1 00:17:14 Total 1 errors

Rupan commented 7 years ago

Which version of OpenSSL are you trying to build a type information library for? It seems that the headers change from time to time. Are you running the script? If not, what is the tilib command line that you're using? Have you tried touching stdint.h in include?