found 357750 0.8.0-1
thanks

There's a problem again.  Please upload a fixed package in the next
few days since we need to get rid of all of these bugs by mid June.

> Automatic build of stellarium_0.8.0-1 on test.track.rz.uni-augsburg.de by 
> sbuild/powerpc 0.44
...
>       powerpc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/glpng 
> -I../src/stellplanet -I../src/stellastro -I../src/iniparser -I../intl    
> -Wall -g -O2 -Wall -I/usr/include/freetype2 -I/usr/include/SDL -D_REENTRANT 
> -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp
> s_gui.h:513: error: extra qualification 's_gui::ScrollBar::' on member 
> 'adjustSize'
> s_gui.h:841: error: extra qualification 's_gui::City::' on member 'City'
> make[4]: *** [main.o] Error 1
> make[4]: Leaving directory `/build/tbm/stellarium-0.8.0/src'


--- src/s_gui.h~        2006-05-31 10:51:35.000000000 +0000
+++ src/s_gui.h 2006-05-31 10:51:52.000000000 +0000
@@ -510,7 +510,7 @@
                
        private:
                callback<void> onChangeCallback;
-               void ScrollBar::adjustSize(void);
+               void adjustSize(void);
                Button scrollBt;
                bool vertical;
                unsigned int scrollOffset, scrollSize;
@@ -837,7 +837,7 @@
        class City 
        {
        public:
-               City::City(const string& _name = "", const string& _state = "", 
const string& _country = "", 
+               City(const string& _name = "", const string& _state = "", const 
string& _country = "", 
                        double _longitude = 0.f, double _latitude = 0.f, float 
zone = 0, int _showatzoom = 0, int _altitude = 0);
                void addCity(const string& _name = "", const string& _state = 
"", const string& _country = "", 
                        double _longitude = 0.f, double _latitude = 0.f, float 
zone = 0, int _showatzoom = 0, int _altitude = 0);

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to