problem with include_lib directive

Vance Shipley vances@REDACTED
Wed Dec 18 21:14:38 CET 2002


I found a problem with R9B-0 when I try to use the include_lib
directive.  It works when I compile from the shell but not from
the unix command line:

-module(t).

-include_lib("eva/include/eva.hrl").

-export([start/0]).

start() -> ok.


$ erlc t.erl
./t.erl:3: can't find include lib "eva/include/eva.hrl"


$ erl 
Erlang (BEAM) emulator version 5.2 [source] [hipe] [threads:0]

Eshell V5.2  (abort with ^G)
1> c(t).
{ok,t}


	-Vance



More information about the erlang-questions mailing list