erlang make utility - some help required.
Siri Hansen (EAB)
siri@REDACTED
Tue Apr 29 07:52:34 CEST 2003
The tools version you use can't read compiler options in an
Emakefile. You need OTP R9B-1.
/siri
DANIESC SCHUTTE wrote:
> I changed the include to be a string, (the erl extension can be omitted). (It works if I just give the module name as an atom - without anything else. But requires the include files.
>
> I'm using tools 2.0.1 OTP R9
>
> thanks for your input
>
>
> >>> Mickael Remond <mickael.remond@REDACTED> 04/28/03 05:02PM >>>
> "DANIESC SCHUTTE" <DANIESC.SCHUTTE@REDACTED> writes:
>
> > Greetings all,
> >
> > can anyone give me an indication what I am doing wrong in my Emakefile.
> >
> > Thanks.
> > Daniel
> >
> > Emakefile content:
> > {card_info, [{i, '/home2/bv/include'}]}.
>
> Hello,
>
> I have no way to reproduce your problem from here but I see one main
> potential problem. I would use a string to define the include path.
> Another problem might be that extension of the Erlang file is missing
> (But I am not sure about this one).
>
> What I would do:
>
> {'card_info.erl', [{i, "/home2/bv/include"}]}.
>
> Tell me if this works.
>
> --
> Mickaël Rémond
> http://www.erlang-projects.org/
>
>
> #####################################################################################
> The information contained in this message and or attachments is intended
> only for the person or entity to which it is addressed and may contain
> confidential and/or privileged material. Any review, retransmission,
> dissemination or other use of, or taking of any action in reliance upon,
> this information by persons or entities other than the intended recipient
> is prohibited. If you received this in error, please contact the sender and
> delete the material from any system and destroy and copies.
> #####################################################################################
More information about the erlang-questions
mailing list