Hi,

pinkprincess wrote:
> Dear All;
> 
> **** Build of configuration Debug for project openssl ****
> 
> make all
>  
> Building file: ../openssl-0.9.8e/test/bntest.c
> Invoking: GCC C Compiler
> gcc -O3 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"
> openssl-0.9.8e/test/bntest.d" -MT"openssl-0.9.8e/test/bntest.d"
> -o"openssl-0.9.8e/test/bntest.o" "../openssl-0.9.8e/test/bntest.c"
> .../openssl-0.9.8e/test/bntest.c:82:18: error: e_os.h: No such file or
> directory


The normal procedure would be to configure Openssl which generates a
Makefile.

If I were to use an IDE to manage openssl build, i'd use this Makefile,
(for e.g a Makefile project in VC) or configure my IDE project settings
to properly reflect the include directories etc.

It seems from ur build command that the proper include directories are
missing.

-jb

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to