osgWorks r508 fails to build on RHEL 6, openSUSE 12.1 (and probably others)
Closed this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Check out latest revision of osgWorks
2. configure with CMake
3. make
What is the expected output? What do you see instead?
I expect a successful build. Instead, the compiler complains in
src/plugins/osgobjects/ReaderWriterOSGObjects.cpp that 'strcmp' is undeclared.
What version of the product are you using? On what operating system?
osgWorks SVN revision 508 on CentOS 6 (RHEL 6) with GCC 4.4.7.
Please provide any additional information below.
The attached patch fixes the build problem.
Original issue reported on code.google.com by karls...@gmail.com
on 1 Apr 2013 at 6:16
Attachments:
GoogleCodeExporter commented
Original comment by SkewMat...@gmail.com
on 3 Apr 2013 at 7:15
- Changed state: Accepted
GoogleCodeExporter commented
I'm assuming this issue is fixed as the cited file contains no calls to strcmp,
and Doug committed a change shortly after this issue was opened.
Original comment by SkewMat...@gmail.com
on 29 May 2013 at 8:38
- Changed state: Fixed