<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">C:\FS_GIT\libs\openssl-1.0.0a\include\openssl/e_os2.h(2): fatal error C1083: Cannot open include file: &#39;..\../e_os2.h&#39;: No such file or directory.<br>

I have such header file in the include\openssl directory, but as you see above the file path string is wrong - it is mixing the &#39;\&#39; and &#39;/&#39; characters so that&#39;s why I have got the errors. Do you have any idea why there such problem? Where I should change the file paths to make them work? Thank you for any help.</blockquote>

<div> </div>Windows accepts both \ and / identically. This isn&#39;t your issue.<div><br></div><div>What version of FS are you building? Is it the current (today&#39;s) HEAD of the master branch?<br><div><br></div><div>-Steve</div>

<div><br><div><br><br><div class="gmail_quote">On 5 March 2013 12:26, K K <span dir="ltr">&lt;<a href="mailto:kkgp20@gmail.com" target="_blank">kkgp20@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br><br>I am trying to build any project from the FreeSWITCH solution on Windows XP (x86) using Microsoft Visual C++ 2010 Express.<br>I have used GIT to clone the repository, I have also checkout the &quot;<span>video-media-bug&quot; branch. I have the </span><span>AUTOCRLF set to false before the clone.<br>


<br>The first thing thatI have observed during the build it was an error concerning that there is no openssl-1.0.0a\crypto folder with appropriate *.c files. I have downloaded the OpenSSL and I have copied all the required source code files into &quot;C:\FS_GIT\libs\openssl-1.0.0a\crypto&quot; folder. It helped, by the way I do not now why those files where missing when they are required by the build process - also I did not found any mention about that on the Wiki page.<br>


<br>Now I get another errors:<br><br>  cpt_err.c<br>C:\FS_GIT\libs\openssl-1.0.0a\include\openssl/e_os2.h(2): fatal error C1083: Cannot open include file: &#39;..\../e_os2.h&#39;: No such file or directory.<br><br>I have such header file in the include\openssl directory, but as you see above the file path string is wrong - it is mixing the &#39;\&#39; and &#39;/&#39; characters so that&#39;s why I have got the errors. Do you have any idea why there such problem? Where I should change the file paths to make them work? Thank you for any help.<br>


</span>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div>