On 8/29/13, [email protected] <[email protected]> wrote: > > I am working on building the Crypt_SSLeay library package on MinGw. The > build fails with the following error message. It looks like I'm missing a > file called in.h which should be in directory /include/netinet. > > There is no directory netinet and of course no in.h which should be in it. > > Does anyone have experience building Crypt_SSLeay on MinGW/Msys or can you > point me in the direction of what I need to do to get ../netinet/in.h ? > > Any assistance is appreciated. > > > --- imported error text > gcc -c -DPERL_USE_SAFE_PUTENV -DDEBUGGING -fno-strict-aliasing -pipe > -Wdeclaration-after-statement -DUSEIMPORTLIB -O3 -fno-unit-at-a-time -s > -mtune=pentium -DVERSION=\"0.64\" -DXS_VERSION=\"0.64\" > "-I/usr/lib/perl5/5.8/msys/CORE" SSLeay.c > In file included from SSLeay.xs:13:0: > C:/MinGW/msys/1.0/lib/perl5/5.8/msys/CORE/perl.h:925:27: Fatal error : > netinet/in.h: No such file or directory > Compile aborted > make: *** [SSLeay.o] Error 1
netinet/in.h is a bsd sockets header. You possibly misconfigured that software, or its configury is broken when targeting windows. -- O.S. ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
