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

allow out of tree builds #976

Closed
yannick opened this issue Jan 2, 2017 · 2 comments
Closed

allow out of tree builds #976

yannick opened this issue Jan 2, 2017 · 2 comments

Comments

@yannick
Copy link

yannick commented Jan 2, 2017

currently its not possible to do out of tree builds this makes it hard to include librdkafka with other build systems such as cmake.

/my/proj/build/librdkafka-prefix/src/librdkafka/configure --prefix=/my/proj/build/librdkafka-prefix results in

/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 19: mkl_in_list: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 21: mkl_in_list: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 22: mkl_in_list: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 27: mkl_check_terminal_color_support: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 39: mkl_require: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 42: mkl_require: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 45: mkl_require: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 93: mkl_env_esc: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 95: mkl_func_exists: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 96: mkl_err: command not found
/my/proj/build/librdkafka-prefix/src/librdkafka/configure: line 97: mkl_usage: command not found
@edenhill
Copy link
Contributor

edenhill commented Jan 3, 2017

Yep, this should be added to mklove:
edenhill/mklove#17

@edenhill
Copy link
Contributor

There is now cmake support

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

2 participants