<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
OK, I think I'm overlooking something really obvious here, but I can't spot it.<BR>
<BR>
<BLOCKQUOTE>
    <TT>michael@isolde:~/Development/Erlang/eproxy$ </TT><TT><B>make</B></TT><BR>
    <TT><I>erlc -o ./ebin -pa ./ebin ./src/eproxy.rel</I></TT><BR>
    <TT><I>Cannot read "/home/michael/Development/Erlang/eproxy/src/eproxy.rel"</I></TT><BR>
    <TT><I>make: *** [ebin/eproxy.boot] Error 1</I></TT><BR>
    <BR>
    <TT>michael@isolde:~/Development/Erlang/eproxy$ </TT><TT><B>cd src</B></TT><BR>
    <TT>michael@isolde:~/Development/Erlang/eproxy/src$ </TT><TT><B>pwd</B></TT><BR>
    <TT><I>/home/michael/Development/Erlang/eproxy/src</I></TT><BR>
    <BR>
    <TT>michael@isolde:~/Development/Erlang/eproxy/src$ </TT><TT><B>cat eproxy.rel</B></TT><BR>
    <TT><I>%%% -------------------------------------------------------------------</I></TT><BR>
    <TT><I>%%% Author      : Michael T. Richter</I></TT><BR>
    <TT><I>%%% Copyright   : (c)2008 Michael T. Richter</I></TT><BR>
    <TT><I>%%% Created     : 2008-03-22</I></TT><BR>
    <TT><I>%%% -------------------------------------------------------------------</I></TT><BR>
    <TT><I>{release,</I></TT><BR>
    <TT><I>    {"eproxy", "0.1"},</I></TT><BR>
    <TT><I>    {erts, "5.6.1"},</I></TT><BR>
    <TT><I>    [</I></TT><BR>
    <TT><I>        {kernel, "2.12.1"},</I></TT><BR>
    <TT><I>        {stdlib, "1.15.1"},</I></TT><BR>
    <TT><I>        {sasl, "2.1.5.2"},</I></TT><BR>
    <TT><I>        {eproxy, "0.1"}</I></TT><BR>
    <TT><I>    ]</I></TT><BR>
    <TT><I>}</I></TT><BR>
    <BR>
    <TT>michael@isolde:~/Development/Erlang/eproxy/src$ </TT><TT><B>ls -l eproxy.rel</B></TT><BR>
    <TT><I>-rw-r--r-- 1 michael michael 493 2008-03-22 19:14 eproxy.rel</I></TT><BR>
</BLOCKQUOTE>
<BR>
So, the file is there, erlc is looking in the right directory for it, the permissions aren't anything wonky -- so why can't it read the file?  I can't see anything wrong here.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<B>Michael T. Richter</B> <<A HREF="mailto:ttmrichter@gmail.com">ttmrichter@gmail.com</A>> (<B>GoogleTalk:</B> ttmrichter@gmail.com)<BR>
<I>There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies. (Charles Hoare)</I>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>