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

CMake version too old causing issues. #103

Closed
chinlee1523 opened this issue Sep 9, 2022 · 9 comments
Closed

CMake version too old causing issues. #103

chinlee1523 opened this issue Sep 9, 2022 · 9 comments
Assignees

Comments

@chinlee1523
Copy link

报错:
CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_common_obj" which may not be exported.
Call Stack (most recent call first):
src/CMakeLists.txt:143 (nebula_add_library)

CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_graph_client_obj" which may not be
exported.
Call Stack (most recent call first):
src/CMakeLists.txt:148 (nebula_add_library)

CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_meta_client_obj" which may not be
exported.
Call Stack (most recent call first):
src/CMakeLists.txt:153 (nebula_add_library)

CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_storage_client_obj" which may not be
exported.
Call Stack (most recent call first):
src/CMakeLists.txt:158 (nebula_add_library)

@wey-gu
Copy link

wey-gu commented Sep 13, 2022

@Shylock-Hg could you please take a look at this? thanks!

@Shylock-Hg
Copy link
Contributor

What's the version?

@chinlee1523
Copy link
Author

release-3.0

@Shylock-Hg
Copy link
Contributor

release-3.0

I can't reproduce, what's the version of cmake?

@chinlee1523
Copy link
Author

cmake version 3.6.0

@Shylock-Hg
Copy link
Contributor

cmake version 3.6.0

I think you could try newer version.

@chinlee1523
Copy link
Author

Please note the minimum requirements for CMAKE versions in the document.

@Shylock-Hg
Copy link
Contributor

Please note the minimum requirements for CMAKE versions in the document.

Yes, we'll update it later.

@Shylock-Hg Shylock-Hg self-assigned this Sep 13, 2022
@wey-gu
Copy link

wey-gu commented Sep 13, 2022

@chinlee1523 also, PR on readme to update CMAKE versions or error handling in build scripts is more than welcome, too!

Thanks for the contribution :)

@wey-gu wey-gu changed the title 当我CMake时 CMake version too old causing issues. Sep 13, 2022
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

3 participants