-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: Small25/mini
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
It actually turns out it was the tests not being thorough enough, since it only tested with a single defined maven_repository at the time. With multiple repositories defined, several requests will be made, with different maven_repo_urls. I have added tests and reverted the change on the gradle version_finder.rb.
#21
opened Apr 30, 2021 by
Small25
I went back to use leveled 1.22 which seems enabled rtti by default.
#19
opened Apr 30, 2021 by
Small25
It seems leveldb::Comparator does not work when RTTI disabled for leveldb and mycode is rtti enabled: https://stackoverflow.com/questions/57670944/undefined-symbols-for-architecture-x86-64-typeinfo-for-leveldbcomparator, is there any way to fix this issue while leaving my code rtti enabled?
#16
opened Apr 30, 2021 by
Small25
Does your other third party library need to dynamically determine the type of the leveldb objects in include/leveldb, or for other objects? If not the you should be OK to leave RTTI disabled for leveldb, but enable it for other code. However, if you really do need RTTI enabled for leveldb then I _think_ you will need to modify CMakeLists.txt as it is hard-coded to be disabled. I'm not a CMake expert, so there may be some environment variable that can modify CMAKE_CXX_FLAGS.
#15
opened Apr 30, 2021 by
Small25
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.git $ cd YOUR-REPOSITORY
#5
opened Apr 30, 2021 by
Small25
__Originally posted by @Small25 in https://github.com/Small25/mini/issues/1
#3
opened Apr 30, 2021 by
Small25
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.