Skip to content

Instantly share code, notes, and snippets.

@joewilliams
Created October 19, 2011 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joewilliams/dd106072ce11cc22fee9 to your computer and use it in GitHub Desktop.
Save joewilliams/dd106072ce11cc22fee9 to your computer and use it in GitHub Desktop.
$ ERL_LIBS=`pwd`/lib ERL_TOP=`pwd` make release_tests
<snip>
erlc -W +debug_info -pa /Users/joe/Source/personal/otp/lib/orber/ebin -pa /Users/joe/Source/personal/otp/lib/ic/ebin -pa /Users/joe/Source/personal/otp/lib/test_server/ebin -pa /Users/joe/Source/personal/otp/lib/cosEvent/ebin -pa /Users/joe/Source/personal/otp/lib/cosEvent/test/idl_output -I/Users/joe/Source/personal/otp/lib/cosEvent -I/Users/joe/Source/personal/otp/lib/cosEvent/test/idl_output -I/Users/joe/Source/personal/otp/lib/test_server/include -o./ event_channel_SUITE.erl
./event_channel_SUITE.erl:27: can't find include lib "orber/COSS/CosNaming/CosNaming.hrl"
make[2]: *** [event_channel_SUITE.beam] Error 1
make[1]: *** [release_tests] Error 2
make: *** [lib/cosEvent/test] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment