<div dir="ltr">I was able to use the INCLUDE environment variable to point to the include directories - C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include - and that got me past this complaint. Now it is complaining that it canno open LIBCMT.lib. I have both the path and the INCLUDE variables pointing to the correct path to where that lib lives, but that doesn't seem to work. I tried changing the line that you indicated, but it did not seem to do anything</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 13, 2015 at 4:56 PM, Paul Davis <span dir="ltr"><<a href="mailto:paul.joseph.davis@gmail.com" target="_blank">paul.joseph.davis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not entirely sure which include files you mean, but if you need to<br>
affect the compiler invocation you can change this line in<br>
rebar.config:<br>
<br>
<a href="https://github.com/davisp/jiffy/blob/master/rebar.config#L25" target="_blank">https://github.com/davisp/jiffy/blob/master/rebar.config#L25</a><br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Jan 13, 2015 at 3:32 PM, jim rosenblum <<a href="mailto:jim.rosenblum@gmail.com">jim.rosenblum@gmail.com</a>> wrote:<br>
> Doing a rebar compile results in an error -- complaining that it cannot find<br>
> the c include files - the path to those include files is part of my Windows<br>
> path and I can see no obvious way to add the /I to the argument string<br>
><br>
> On Tue, Jan 13, 2015 at 3:26 PM, Paul Davis <<a href="mailto:paul.joseph.davis@gmail.com">paul.joseph.davis@gmail.com</a>><br>
> wrote:<br>
>><br>
>> I don't know of any prebuilt packages off the top of my head. Dave<br>
>> Cottlehuber did most of the Windows support but I'm not sure how<br>
>> recently he's worked on Windows build stuff.<br>
>><br>
>><br>
>> On Tue, Jan 13, 2015 at 2:14 PM, Tuncer Ayaz <<a href="mailto:tuncer.ayaz@gmail.com">tuncer.ayaz@gmail.com</a>><br>
>> wrote:<br>
>> > On Tue, Jan 13, 2015 at 6:01 PM, jim rosenblum wrote:<br>
>> >> Anyone have a version of Jiffy that they have compiled for windows 7<br>
>> >> 64 bit and / or Windows 8 64 bit? Alternatively, good instructions<br>
>> >> on how to do it...<br>
>> ><br>
>> > I don't have access to a Windows env, but from what I can see in the<br>
>> > jiffy repo, it should build out of the box on Windows via rebar. That<br>
>> > is, if the C code is not incompatible with msvc. If it is, and there's<br>
>> > a requirement for gcc or clang, it's possible to modify rebar.config<br>
>> > accordingly.<br>
>> ><br>
>> > So, assuming you're in a command prompt with the msvc toolchain in<br>
>> > %PATH%, have you tried 'rebar compile'?<br>
>> > _______________________________________________<br>
>> > erlang-questions mailing list<br>
>> > <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
>> > <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
><br>
</div></div></blockquote></div><br></div>