Mac OsX Sierra - Stuck on binaryTreeDictionary.hpp compilation
Tommaso Pasini
p.tommaso at gmail.com
Fri May 12 10:12:11 UTC 2017
Hi guys, its the whole morning I'm trying to build OpenJDK 9 on max OS X
Sierra.
I was able to configure but when I run the command make clean install, it
stops with this error:
hotspot/src/share/vm/memory/binaryTreeDictionary.hpp:167:12: error:
> instantiation of variable 'TreeChunk<FreeChunk, AdaptiveFreeList<FreeChunk>
> >::_min_tree_chunk_size' required here, but no definition is available
> [-Werror,-Wundefined-var-template]
>
> return _min_tree_chunk_size;
>
>
I checked the file and the variable is declared few lines before. I'm not
an expert of C++ and I'm not finding anything on the web.
Does anybody already faced this problem?
Thanks,
--Tommaso
More information about the build-dev
mailing list