Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bad import declaration #20

Open
GoogleCodeExporter opened this issue Apr 8, 2015 · 1 comment
Open

bad import declaration #20

GoogleCodeExporter opened this issue Apr 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant