erlang-amf

View: New views
6 Messages — Rating Filter:   Alert me  

erlang-amf

by Ruslan Babayev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have finally published the Erlang AMF library I have been working on  
to github. It has full support for Adobe AMF0 and AMF3 specs.

Enjoy responsibly.

Re: erlang-amf

by Ruslan Babayev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Forgot the actual link http://github.com/mujaheed/erlang-amf/tree/master

On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote:
> I have finally published the Erlang AMF library I have been working on  
> to github. It has full support for Adobe AMF0 and AMF3 specs.
>
> Enjoy responsibly.

________________________________________________________________
erlang-questions mailing list. See http://www.erlang.org/faq.html
erlang-questions (at) erlang.org


Re: Re: erlang-amf

by Ngoc Dao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.

There are only .erl files, no .c files. Why do you need to use so
complicated configure files to build them? I'm just curious.

Ngoc.


On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <ruslan@...> wrote:

> Forgot the actual link http://github.com/mujaheed/erlang-amf/tree/master
>
> On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote:
> > I have finally published the Erlang AMF library I have been working on
> > to github. It has full support for Adobe AMF0 and AMF3 specs.
> >
> > Enjoy responsibly.
>

Re: Re: erlang-amf

by Romain Lenglet-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ngoc,
What files are you looking at?
configure is generated automatically from configure.ac.
I find this configure.ac exemplar.
--
Romain Lenglet

On Jul 28, 2009, at 10:48, Ngoc Dao wrote:

> Hi.
>
> There are only .erl files, no .c files. Why do you need to use so
> complicated configure files to build them? I'm just curious.
>
> Ngoc.
>
>
> On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <ruslan@...> wrote:
>
>> Forgot the actual link http://github.com/mujaheed/erlang-amf/tree/master
>>
>> On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote:
>>> I have finally published the Erlang AMF library I have been  
>>> working on
>>> to github. It has full support for Adobe AMF0 and AMF3 specs.
>>>
>>> Enjoy responsibly.
>>


________________________________________________________________
erlang-questions mailing list. See http://www.erlang.org/faq.html
erlang-questions (at) erlang.org


Re: Re: erlang-amf

by Ngoc Dao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I mean the build process is so complicated.

Why not use just a Emakefile and Makefile like this?
http://github.com/ngocdaothanh/ale/blob/master/Emakefile
http://github.com/ngocdaothanh/ale/blob/master/Makefile

Ngoc.


On Tue, Jul 28, 2009 at 11:11 AM, Romain Lenglet <
romain.lenglet@...> wrote:

> Hi Ngoc,
> What files are you looking at?
> configure is generated automatically from configure.ac.
> I find this configure.ac exemplar.
> --
> Romain Lenglet
>
>
> On Jul 28, 2009, at 10:48, Ngoc Dao wrote:
>
>  Hi.
>>
>> There are only .erl files, no .c files. Why do you need to use so
>> complicated configure files to build them? I'm just curious.
>>
>> Ngoc.
>>
>>
>> On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <ruslan@...> wrote:
>>
>>  Forgot the actual link http://github.com/mujaheed/erlang-amf/tree/master
>>>
>>> On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote:
>>>
>>>> I have finally published the Erlang AMF library I have been working on
>>>> to github. It has full support for Adobe AMF0 and AMF3 specs.
>>>>
>>>> Enjoy responsibly.
>>>>
>>>
>>>
>

Re: erlang-amf

by Ruslan Babayev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ngoc,
You are more than welcome to fork the project and package it with
Emakefile and Makefile. Autoconf/automake allows you to do much more.
For one you can specify the --prefix=LOCATION at configure time and
have it installed there when you do make install, or do make dist etc,
etc.

Take a look at http://github.com/mujaheed/erlang-example/tree/master

It has support for EDoc and Eunit. There's also framewerk template for
Erlang http://code.google.com/p/fwtemplates/wiki/FwTemplateErlangWalkthrough

Romain, thanks for comments.

Cheers,
Ruslan

On Jul 27, 7:11 pm, Romain Lenglet <romain.leng...@...>
wrote:

> Hi Ngoc,
> What files are you looking at?
> configure is generated automatically from configure.ac.
> I find this configure.ac exemplar.
> --
> Romain Lenglet
>
> On Jul 28, 2009, at 10:48, Ngoc Dao wrote:
>
>
>
>
>
> > Hi.
>
> > There are only .erl files, no .c files. Why do you need to use so
> > complicated configure files to build them? I'm just curious.
>
> > Ngoc.
>
> > On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <rus...@...> wrote:
>
> >> Forgot the actual linkhttp://github.com/mujaheed/erlang-amf/tree/master
>
> >> On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote:
> >>> I have finally published theErlang AMFlibrary I have been  
> >>> working on
> >>> to github. It has full support for Adobe AMF0 and AMF3 specs.
>
> >>> Enjoy responsibly.
>
> ________________________________________________________________
> erlang-questions mailing list. Seehttp://www.erlang.org/faq.html
> erlang-questions (at) erlang.org

________________________________________________________________
erlang-questions mailing list. See http://www.erlang.org/faq.html
erlang-questions (at) erlang.org