[erlang-bugs] About Dialyzer and its dependencies

Kostis Sagonas kostis@REDACTED
Fri Apr 9 16:44:19 CEST 2010


Roberto Aloi wrote:
> Hi all,
> 
> I'm trying to include dialyzer in my application and I've noticed that
> one of its dependencies (wx) was missing an .app file. I've also noticed
> this has been fixed in the 'dev' branch of OTP.
> 
> Still, another dependency (hipe) has something strange in its .app file:
> 
>   {modules, [cerl_cconv,  ....
> 
> Lots of these modules seems to be architecture-dependent and I'm
> obviously missing most of them. Why they are listed in the .app file?

There is nothing architecture dependent here (but all these files are of 
course dependent on whether you have configured OTP with --enable-hipe 
or not).

Anyway, these are the files of the 'hipe' application.  Where exactly do 
you want us to specify them if not in the .app file of the corresponding 
application?  In any case, if you think that something is wrong or does 
not match your needs, submit a git patch and we will consider it.

Best,
Kostis


More information about the erlang-bugs mailing list