OK, one more thing: when you were fixing fex_mini.cpp, you broke it.
Â
res!=1 is the problem - res is initialized as 0, if fread is not done (that is,
if it's not a gzip file), res stays at 0, so error is incorrectly triggered.
OK, one more thing: when you were fixing fex_mini.cpp, you broke it.
Â
res!=1 is the problem - res is initialized as 0, if fread is not done (that is,
if it's not a gzip file), res stays at 0, so error is incorrectly triggered.
Well, I'm not sure.
Recently, I haven't been using vbam much.
Today I tested it simply to see if update to
xorg-server 1.5.0 fixed the performance issues
with open radeon driver/DRI/Composite combo
(it didn't, btw., maybe it gets better when dri2
gets fully implemented).
That version doesn't compile.
In fact it looks like what you commited is a part of some changes,
that are not yet in the tree.
Just to add my 2c: blindly following HIG is simply dumb.
I tend to violently disagree with Gnome HIG policy:
they tend to "simplify" interface up to and beyond the point
were any sane configuring is simply no longer possible.
The catch is that I meant:
I have to run cmake, delete CMakeFiles/CMakeASMCompiler.cmake first time it's generated and rerun cmake to get it to work.
And it should either set that policy to old or require cmake 2.6.0.