those two files are attached.
There were two main problems I encountered:
[ul]
- One with the Math.h and std::trunc I mentioned.
- The other is a problem related to X11 library compilation, something with TGlyph* as in this post: [url]Cannot compile ROOT 5.34.18 on Cygwin with gcc 4.8.3
[/ul]
I also achieved to finish compilation with two tricks and have root working with some features not available. And also the name of executable is a little scrambled ie. “root_exe.exe”[ul]
- In Math.h, I copied the second condition also as the first condition, thus making C++11 codition useless. Then this library compiles.
- I disabled X11 using “./configure win32gcc --disable-x11 --all” , then TGlyph problem is solved in expense of X11
[/ul]
Not complete but at least I get a working compilation of ROOT-6 (already tried an analysis code too).
I hope you can find the problem that differs your compilation and my installation from these files.
YILMAZ
config.status.txt (15 Bytes)
config.log.txt (216 KB)