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

mochijson2 included in app error #2

Open
denen99 opened this issue Jun 10, 2012 · 3 comments
Open

mochijson2 included in app error #2

denen99 opened this issue Jun 10, 2012 · 3 comments

Comments

@denen99
Copy link

denen99 commented Jun 10, 2012

When trying to include mochijson2 in my app, I get the following error, is there a way to do a conditional include ?

{"init terminating in do_boot","Module mochijson2 potentially included by two different applications: mochijson2 and tsung."}

@bjnortier
Copy link
Owner

Sounds like you already have an application that includes mochijson2, do you need mochijson2 as a dependency?

@denen99
Copy link
Author

denen99 commented Jun 11, 2012

well i just want to set up the reltool.config file properly so if someone else tries to build my app it will conditionally include if needed

@bjnortier
Copy link
Owner

I'm not a reltool expert, but there are parameters like

mod_cond
include_cond
http://erldocs.com/R14B/reltool/reltool.html?i=1&search=reltool

which can be used in the reltool config to specify which modules/apps to include. If there are changes required to support that in this app you can send me a pull request

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

No branches or pull requests

2 participants