Am Wed, 14 Feb 2007 22:54:20 +0100 schrieb Melchior FRANZ:

> * Robert Osfield -- Wednesday 14 February 2007:
>> No, the code is really straight forward, I can't see what might upset things.
> 
> The class name must not be used as a prefix within the class
> (according to the c++ standard, AFAIK). And newer gcc are more
> strict in that.
> 
> m.
> 
> 
> 
> diff -u -p -r1.7 Stats
> --- include/osg/Stats   14 Feb 2007 16:24:49 -0000      1.7
> +++ include/osg/Stats   14 Feb 2007 21:51:57 -0000
> @@ -89,7 +89,7 @@ class OSG_EXPORT Stats : public osg::Ref
> 
>          bool getAttributeNoMutex(int frameNumber, const std::string& 
> attributeName, double& value) const;
> 
> -        Stats::AttributeMap& Stats::getAttributeMapNoMutex(int frameNumber);
> +        AttributeMap& getAttributeMapNoMutex(int frameNumber);
>          const AttributeMap& getAttributeMapNoMutex(int frameNumber) const;

Thanks a lot!

Unfortunatly I'm still back at my first error:

make[3]: Entering directory
        `/home/chris/FGFS/OpenSceneGraph/src/osgViewer/Linux32.Opt'
g++  -O2 -W -Wall -fPIC -pipe -DOSGVIEWER_LIBRARY -I../../../include
        -I/home/chris/FGFS/include/OpenThreads
        -I/home/chris/FGFS/include/Producer  -c ../CompositeViewer.cpp
../CompositeViewer.cpp: In member function
        »void osgViewer::CompositeViewer::startThreading()«:
../CompositeViewer.cpp:379: Fehler: »SetProcessorAffinityOfCurrentThread«
        ist kein Element von »OpenThreads«


Tomorrow is another day.

Good night
Chris

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to