Open GoogleCodeExporter opened 9 years ago
1.git clone https://github.com/processone/exmpp.git 2.autoconf && autoreconf -vif && ./configure && make install 3.svn checkout http://jinglenodes.googlecode.com/svn/trunk/jnsapi_erlang jnsapi_erlang root@jserver:/home/jserver/jnsapi_erlang# make if test -d ebin; then echo "Existing Dir"; else mkdir ebin; fi Existing Dir Recompile: src/unit_test src/unit_test.erl:35: Warning: variable 'Cover' is unused Recompile: src/sup_jn_component Recompile: src/p1_loglevel Recompile: src/p1_logger_h Recompile: src/mod_monitor Recompile: src/jn_component src/jn_component.erl:16: bad import declaration src/jn_component.erl:17: bad import declaration make: *** [erl] Error 1 What version of the product are you using? On what operating system? root@eserver:/home/eserver/jnsapi_erlang# autoconf --version autoconf (GNU Autoconf) 2.68 Copyright (C) 2010 Free Software Foundation, Inc. root@eserver:/home/eserver/jnsapi_erlang# make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS" NAME="Ubuntu" VERSION="12.04.4 LTS, Precise Pangolin" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu precise (12.04.4 LTS)" VERSION_ID="12.04" Linux eserver 3.5.0-45-generic #68~precise1-Ubuntu SMP Wed Dec 4 16:18:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Original issue reported on code.google.com by kethzer...@gmail.com on 5 Feb 2014 at 7:30
kethzer...@gmail.com
I commented out the import lines in jn_component.erl and jingle_handler.erl and the compile worked fine.
Original comment by b...@koehn.com on 16 Mar 2014 at 1:08
b...@koehn.com
Original issue reported on code.google.com by
kethzer...@gmail.com
on 5 Feb 2014 at 7:30