reopen 357996
thanks

Uhn, there are more problems I missed before, sorry. :(

First we get:

> Automatic build of tulip_2.0.4-1 on test.track.rz.uni-augsburg.de by 
> sbuild/powerpc 0.44
...
>  g++ -DHAVE_CONFIG_H -I. -I../../../thirdparty/ftgl -I../.. -I/usr/include 
> -I/usr/include/freetype2 -fPIC -DNDEBUG -O3 -funroll-loops -pipe -MT 
> FTGLTextureFont.lo -MD -MP -MF .deps/FTGLTextureFont.Tpo -c 
> ../../../thirdparty/ftgl/FTGLTextureFont.cpp  -fPIC -DPIC -o 
> .libs/FTGLTextureFont.o
> ../../../thirdparty/ftgl/FTTextureGlyph.h:55: error: extra qualification 
> 'FTTextureGlyph::' on member 'ResetActiveTexture'
> make[4]: *** [FTGLTextureFont.lo] Error 1

This one is easy:


--- ./thirdparty/ftgl/FTTextureGlyph.h~ 2006-05-25 18:02:40.000000000 +0000
+++ ./thirdparty/ftgl/FTTextureGlyph.h  2006-05-25 18:02:45.000000000 +0000
@@ -52,7 +52,7 @@
          * Reset the currently active texture to zero to get into a known 
state before
          * drawing a string. This is to get round possible threading issues.
          */
-        static void FTTextureGlyph::ResetActiveTexture(){ activeTextureID = 0;}
+        static void ResetActiveTexture(){ activeTextureID = 0;}
         
     private:
         /**

But then we get:

make[4]: Entering directory `/home/tbm/src/tulip-2.0.4/BUILD/library/tulip/src'
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../../library/tulip/src -I../../..  -I../../../../library/tulip/include 
 -I../../../../thirdparty/gzstream -I../../../..   
-D_TULIP_LIB_DIR=\"/usr/lib"/"\" -DNDEBUG -O3 -funroll-loops -pipe  -MT 
StatisticsNodeModule.lo -MD -MP -MF ".deps/StatisticsNodeModule.Tpo" -c -o 
StatisticsNodeModule.lo ../../../../library/tulip/src/StatisticsNodeModule.cpp; 
\
        then mv -f ".deps/StatisticsNodeModule.Tpo" 
".deps/StatisticsNodeModule.Plo"; else rm -f ".deps/StatisticsNodeModule.Tpo"; 
exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I../../../../library/tulip/src -I../../.. 
-I../../../../library/tulip/include -I../../../../thirdparty/gzstream 
-I../../../.. -D_TULIP_LIB_DIR=\"/usr/lib/\" -DNDEBUG -O3 -funroll-loops -pipe 
-MT StatisticsNodeModule.lo -MD -MP -MF .deps/StatisticsNodeModule.Tpo -c 
../../../../library/tulip/src/StatisticsNodeModule.cpp  -fPIC -DPIC -o 
.libs/StatisticsNodeModule.o
../../../../library/tulip/src/StatisticsNodeModule.cpp:11: error: definition of 
'void StatsNodeModule::ComputeAveragePoint(SuperGraph*, const 
std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int, 
std::vector<float, std::allocator<float> >&)' is not in namespace enclosing 
'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:35: error: definition of 
'float StatsNodeModule::ComputeAverage(SuperGraph*, MetricProxy*)' is not in 
namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:55: error: definition of 
'void StatsNodeModule::ComputeVariancePoint(SuperGraph*, const 
std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int, 
std::vector<float, std::allocator<float> >&)' is not in namespace enclosing 
'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:89: error: definition of 
'float StatsNodeModule::ComputeVariance(SuperGraph*, MetricProxy*)' is not in 
namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:115: error: definition 
of 'void StatsNodeModule::ComputeStandardDeviationPoint(SuperGraph*, const 
std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int, 
std::vector<float, std::allocator<float> >&)' is not in namespace enclosing 
'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:123: error: definition 
of 'void StatsNodeModule::ComputeStandardDeviationPoint(const 
std::vector<float, std::allocator<float> >&, int, std::vector<float, 
std::allocator<float> >&)' is not in namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:131: error: definition 
of 'float StatsNodeModule::ComputeStandardDeviation(SuperGraph*, MetricProxy*)' 
is not in namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:138: error: definition 
of 'float StatsNodeModule::ComputeStandardDeviation(float)' is not in namespace 
enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:144: error: definition 
of 'float StatsNodeModule::ComputeCovariance(SuperGraph*, MetricProxy*, 
MetricProxy*)' is not in namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:175: error: definition 
of 'void StatsNodeModule::ComputeCovariancePoints(SuperGraph*, const 
std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int, 
std::vector<std::vector<float, std::allocator<float> >, 
std::allocator<std::vector<float, std::allocator<float> > > >&)' is not in 
namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:222: error: definition 
of 'void StatsNodeModule::ComputeMinPoint(SuperGraph*, const 
std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int, 
std::vector<float, std::allocator<float> >&)' is not in namespace enclosing 
'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:249: error: definition 
of 'float StatsNodeModule::ComputeMin(SuperGraph*, MetricProxy*)' is not in 
namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:270: error: definition 
of 'void StatsNodeModule::ComputeMaxPoint(SuperGraph*, const 
std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int, 
std::vector<float, std::allocator<float> >&)' is not in namespace enclosing 
'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:298: error: definition 
of 'float StatsNodeModule::ComputeMax(SuperGraph*, MetricProxy*)' is not in 
namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:319: error: definition 
of 'void StatsNodeModule::ComputeMinMaxPoints(SuperGraph*, const 
std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int, 
std::vector<float, std::allocator<float> >&, std::vector<float, 
std::allocator<float> >&)' is not in namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:356: error: definition 
of 'void StatsNodeModule::ComputeMinMax(SuperGraph*, MetricProxy*, float&, 
float&)' is not in namespace enclosing 'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:384: error: definition 
of 'void StatsNodeModule::ComputeLinearRegressionFunction(SuperGraph*, 
MetricProxy*, MetricProxy*, float&, float&)' is not in namespace enclosing 
'StatsNodeModule'
../../../../library/tulip/src/StatisticsNodeModule.cpp:420: error: definition 
of 'StatisticResults* StatsNodeModule::ComputeStatisticsResults(SuperGraph*, 
const std::vector<MetricProxy*, std::allocator<MetricProxy*> >&, int)' is not 
in namespace enclosing 'StatsNodeModule'
make[4]: *** [StatisticsNodeModule.lo] Error 1
make[4]: Leaving directory `/home/tbm/src/tulip-2.0.4/BUILD/library/tulip/src'



-- 
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