Hi,
I guess this EMail didn't make it to the list. So please excuse if you
recieve this as a duplicate:

After the recent changes I notice a compile error on a FreeBSD box -
well, in fact not just a single one. I took the freedom to attach the
complete error output - the ompiler is GCC-3.4.2:

make -f src/osgPlugins/OpenFlight/CMakeFiles/osgdb_OpenFlight.dir/build.make 
src/osgPlugins/OpenFlight/CMakeFiles/osgdb_OpenFlight.dir/depend
make -f src/osgPlugins/OpenFlight/CMakeFiles/osgdb_OpenFlight.dir/build.make 
src/osgPlugins/OpenFlight/CMakeFiles/osgdb_OpenFlight.dir/build
/usr/local/bin/cmake -E cmake_progress_report 
/usr/local/src/OpenSceneGraph/CMakeFiles 84
[ 85%] Building CXX object 
src/osgPlugins/OpenFlight/CMakeFiles/osgdb_OpenFlight.dir/LightPointRecords.o
/usr/bin/g++  -g -O3 -march=pentiumpro  -Dosgdb_OpenFlight_EXPORTS   -fPIC 
-I/usr/local/src/OpenSceneGraph/include -I/usr/X11R6/include -o 
src/osgPlugins/OpenFlight/CMakeFiles/osgdb_OpenFlight.dir/LightPointRecords.o 
-c /usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp: 
In member function `virtual void LightPoint::addVertex(flt::Vertex&)':
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:133:
 error: `class osg::Object::DataVariance' is not a class or namespace
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:133:
 error: `DYNAMIC' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:133:
 error: (Each undeclared identifier is reported only once for each function it 
appears in.)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp: 
At global scope:
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:243:
 error: `LPAnimation' was not declared in this scope
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:243:
 error: template argument 1 is invalid
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:243:
 error: ISO C++ forbids declaration of `_animation' with no type
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp: 
In member function `virtual void IndexedLightPoint::addVertex(flt::Vertex&)':
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:281:
 error: `valid' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:281:
 error: request for member of non-aggregate type before '(' token
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:284:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:286:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:288:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:288:
 error: `ROTATING' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:289:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:289:
 error: `STROBE' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:290:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:291:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:291:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:292:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:295:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:295:
 error: `MORSE_CODE' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:300:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:300:
 error: `FLASHING_SEQUENCE' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:302:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:304:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:304:
 error: `iterator' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:304:
 error: expected `;' before "itr"
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:305:
 error: `itr' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:305:
 error: base operand of `->' is not a pointer
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:313:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:313:
 error: `ON' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:316:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:316:
 error: `OFF' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:319:
 error: `LPAnimation' has not been declared
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:319:
 error: `COLOR_CHANGE' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp: 
In member function `virtual void 
IndexedLightPoint::readRecord(flt::RecordInputStream&, flt::Document&)':
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:372:
 error: `LightPointAnimationPool' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:372:
 error: `lpAnimationPool' undeclared (first use this function)
/usr/local/src/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:372:
 error: 'class flt::Document' has no member named 
'getOrCreateLightPointAnimationPool'
*** Error code 1


Cheers,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to