Comment # 5
on bug 8775
from Roland Knall
(In reply to comment #4)
> This is "interesting" as autotools are supposed to use the same flag.
> Can you please build that particular file in verbose mode (on cmake created
> systems, that's "make ... VERBOSE=1 ...") once with cmake and once with
> autotools so I can compare the actual compiler calls and please include the
> error message as well.
Before comparing actual compiler output, I would suggest something different.
What helped me was, that I deleted the build directory (I use an out-of-source
build directory) and reconfigured the setup. Also, do not copy CMakeCache.txt,
as it will contain switches.
After that, everything got detected in the correct way.
You are receiving this mail because:
- You are watching all bug changes.