[erlang-questions] Windows compiled Jiffy library

Paul Davis paul.joseph.davis@REDACTED
Tue Jan 13 22:56:45 CET 2015


Not entirely sure which include files you mean, but if you need to
affect the compiler invocation you can change this line in
rebar.config:

https://github.com/davisp/jiffy/blob/master/rebar.config#L25

On Tue, Jan 13, 2015 at 3:32 PM, jim rosenblum <jim.rosenblum@REDACTED> wrote:
> Doing a rebar compile results in an error -- complaining that it cannot find
> the c include files - the path to those include files is part of my Windows
> path and I can see no obvious way to add the /I to the argument string
>
> On Tue, Jan 13, 2015 at 3:26 PM, Paul Davis <paul.joseph.davis@REDACTED>
> wrote:
>>
>> I don't know of any prebuilt packages off the top of my head. Dave
>> Cottlehuber did most of the Windows support but I'm not sure how
>> recently he's worked on Windows build stuff.
>>
>>
>> On Tue, Jan 13, 2015 at 2:14 PM, Tuncer Ayaz <tuncer.ayaz@REDACTED>
>> wrote:
>> > On Tue, Jan 13, 2015 at 6:01 PM, jim rosenblum wrote:
>> >> Anyone have a version of Jiffy that they have compiled for windows 7
>> >> 64 bit and / or Windows 8 64 bit? Alternatively, good instructions
>> >> on how to do it...
>> >
>> > I don't have access to a Windows env, but from what I can see in the
>> > jiffy repo, it should build out of the box on Windows via rebar. That
>> > is, if the C code is not incompatible with msvc. If it is, and there's
>> > a requirement for gcc or clang, it's possible to modify rebar.config
>> > accordingly.
>> >
>> > So, assuming you're in a command prompt with the msvc toolchain in
>> > %PATH%, have you tried 'rebar compile'?
>> > _______________________________________________
>> > erlang-questions mailing list
>> > erlang-questions@REDACTED
>> > http://erlang.org/mailman/listinfo/erlang-questions
>
>



More information about the erlang-questions mailing list