Just to make the list aware, Dominique sent the rebar -v output to me
to show me the errors, and we determined that it was an old rebar
version causing the problem. My understanding is that the rebar devs
recently refactored some of its script handling capabilities, and Yaws
relies on the new stuff. So, if you intend to use rebar with Yaws,
make sure your rebar is fairly recent -- you can get it from here:
https://github.com/basho/rebar
--steve
On Sat, May 7, 2011 at 1:35 PM, Steve Vinoski <vinoski@...> wrote:
> Hi Dominique, I can't duplicate that problem. Can you send me
> privately the output of rebar -v compile that shows this problem?
>
> thanks,
> --steve
>
> On Sat, May 7, 2011 at 1:31 PM, Steve Vinoski <vinoski@...> wrote:
>> Hmm, that would be an error then. You shouldn't need to run make
>> before running rebar. I'll fix that. Thanks for letting me know.
>>
>> --steve
>>
>> On Sat, May 7, 2011 at 12:43 PM, Dominique Boucher
>> <dominique.boucher@...> wrote:
>>> Forget it. I just saw that the file is generated from src/Makefile. It's
>>> just not created when using rebar only.
>>>
>>> --Dominique
>>>
>>> On 11-05-07 12:33 PM, Dominique Boucher wrote:
>>>>
>>>> I'll try that this weekend and let you know.
>>>>
>>>> By the way, I got the following error when I do 'rebar compile':
>>>>
>>>> src/yaws_sendfile.erl:12: can't find include file "yaws_configure.hrl"
>>>>
>>>> Is there a file missing?
>>>>
>>>> --Dominique
>>>>
>>>> On 11-05-07 10:12 AM, Steve Vinoski wrote:
>>>>>
>>>>> Hi Dominique,
>>>>>
>>>>> I can't say for sure as I've never tried it, but the goal is to be
>>>>> able to make Yaws play nicely and correctly in rebar environments. If
>>>>> you try this and run into problems, just let me know.
>>>>>
>>>>> --steve
>>>
>>>
>>
>
|