Page 1 of 1
Heroic achievement
Posted: 27.11.2006, 19:18
by t00fri
After I submitted yesterday another ~1 page list with (harmless) warnings arising during the compilation with gcc-4.1.0,
Toti has indeed completed the heroic task to reduce
~70-80 warnings to
ZERO!
So, for a little while at least, people compiling from CVS can do so without encountering ANY warnings....This happens for the first time as far as I can remember.
Many thanks, Toti,
Bye Fridger
Posted: 27.11.2006, 19:34
by Cham
Since few days ago, I can't update the CVS files. When I try to update the code files on my HD, I get some error warning and the server disconnect after scanning the "Tools" folder in the CVS hierarchy. I don't know why. Any idea ?
Posted: 27.11.2006, 20:09
by t00fri
Cham wrote:Since few days ago, I can't update the CVS files. When I try to update the code files on my HD, I get some error warning and the server disconnect after scanning the "Tools" folder in the CVS hierarchy. I don't know why. Any idea ?
No, sorry. I just updated from CVS as every night without the slightest problems. But you may always start with an entirely new download, which doesn't take a long time these days.
Bye Fridger
Posted: 27.11.2006, 20:34
by Toti
Fridger,
Thank you for the recognition
I was using gcc 4.0, and I heard 4.1 was even a little stricter (which is good). After your warning report, I compiled the newest prerelease (4.1.2) A few more fixes are in CVS as you noted.
There are 3-4 warnings still present, though. I'll fix them ASAP.
Posted: 27.11.2006, 21:29
by ElChristou
Yep, Indeed, good job Toti and Tx a lot, on osX there is still a few ones but nothing compared to the approx 70 ones a few months ago!
Posted: 27.11.2006, 21:30
by Cham
Ok, I redownloaded all the CVS files from scratch, and the compilation went fine. I had 83 warnings, however. Maybe the OS X version needs an update ?
Also, the cloud shadows aren't working (of course, I'm using OpenGL 2.0). Are the shadows still broken ?
Posted: 27.11.2006, 23:01
by dirkpitt
Cham wrote:Ok, I redownloaded all the CVS files from scratch, and the compilation went fine. I had 83 warnings, however. Maybe the OS X version needs an update ?
Also, the cloud shadows aren't working (of course, I'm using OpenGL 2.0). Are the shadows still broken ?
Not sure about the warnings, but cloud shadows are working for me. Try toggling on/off the Cloud Shadows checkbox (which I added recently to the preferences panel). You'll notice a difference.
Posted: 27.11.2006, 23:17
by Cham
dirkpitt wrote:Not sure about the warnings, but cloud shadows are working for me. Try toggling on/off the Cloud Shadows checkbox (which I added recently to the preferences panel). You'll notice a difference.
That's what I've done (the checkbox), but it gives me scrap. No shadows, and a VERY slow screen redraw with a deep blue ocean on Earth.
Posted: 27.11.2006, 23:19
by ElChristou
Cham wrote:...I had 83 warnings, however. Maybe the OS X version needs an update ?...
Strange, yesterday I get perhaps 4 warnings...
Posted: 28.11.2006, 00:00
by selden
For whatever reason, it has been noticed by several people that sometimes you need to delete your cvs development directories and download fresh copies of everything to get a clean build.
Posted: 28.11.2006, 14:47
by Toti
El Christou,
You are welcome. It wouldn't really be that bad if they were only 70-80 warnings. The problem is they are multiplied by file inclusion, which makes things go overboard quickly: a total of ~800 cases! (as reported by grep)
Unfortunately I don't have access to a Mac, so I can do nothing there.
Posted: 29.11.2006, 02:14
by abramson
Hi. 23 warnings in Windows, using the MS toolkit. Much less than before.
Guillermo