You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlware-questions, adri...@wp.pl
Hi everyone,
I`ve simple problem with include_lib in my project. Sinan doesn`t see
several libraries, becouse I`ve put them in different directory than
erlang libs were installed. Does anyone know how to tell sinan where
it have to search for libraries ? I`ve been trying to set global
variable ERL_LIBS with proper directory, but it still don`t work.
This is an error:
Unable to find include "mylib/include/register.hrl" when processing
module: bootstrapDB
I`m currently using sinan 4.1.1
Adrian
Eric Merritt
unread,
Jun 20, 2012, 10:16:07 AM6/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlware-...@googlegroups.com, adri...@wp.pl
Set the -v option for sinan, it will tell you what paths it is looking
for apps in.
Are you sure that you have set "mylib" as a dependency of an app in
your project?