You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling apps in a release, if one or more of those apps has/have include files, the compile process is err'ing out before these are getting linked inside _build; all that's present in the build lib dir is the ebin subdir (no include subdir or sym link to the include dir).
In a regular app build, one sees this in an app's build dir:
$ ls -al _build/default/lib/lfe-otp/
Permissions Size User Date Changed Name
lrwxr-xr-x 16 oubiwann 29 Sep 12:23 priv -> ../../../../priv
lrwxr-xr-x 19 oubiwann 29 Sep 12:23 include -> ../../../../include
lrwxr-xr-x 15 oubiwann 29 Sep 12:23 src -> ../../../../src
drwxr-xr-x - oubiwann 29 Sep 12:23 ebin
This is failing for both .hrl and .lfe include files.
When compiling apps in a release, if one or more of those apps has/have include files, the compile process is err'ing out before these are getting linked inside
_build
; all that's present in the build lib dir is the ebin subdir (no include subdir or sym link to the include dir).In a regular app build, one sees this in an app's build dir:
This is failing for both
.hrl
and.lfe
include files.May be related to:
The text was updated successfully, but these errors were encountered: