osrf / homebrew-simulation

Homebrew tap for osrf simulation software
Apache License 2.0
56 stars 74 forks source link

Installation failure: Multiple errors during make install #2650

Closed mondiriariana closed 4 months ago

mondiriariana commented 4 months ago

Attempting to install Ogre 1.9 via Homebrew, encountered numerous errors during the make install process. Here are the last 15 lines from the log:

brew install gazebo11



`make install
Last 15 lines from /Users/arianamondiri/Library/Logs/Homebrew/ogre1.9/02.make:
20 errors generated.
20 errors generated.
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/src/OgreAnimation.cpp.o] Error 1
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/src/OgreAxisAlignedBox.cpp.o] Error 1
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/src/OgreAnimationState.cpp.o] Error 1
20 errors generated.
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/src/OgreAnimationTrack.cpp.o] Error 1
20 errors generated.
20 errors generated.
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/src/OgreAnimable.cpp.o] Error 1
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/src/OgreArchiveManager.cpp.o] Error 1
20 errors generated.
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/src/OgreAutoParamDataSource.cpp.o] Error 1
make[1]: *** [OgreMain/CMakeFiles/OgreMain.dir/all] Error 2
make: *** [all] Error 2`

Seems like the compilation process is failing consistently with various files encountering errors. This issue prevents successful installation of Ogre 1.9. Any insights or guidance on resolving these errors would be greatly appreciated.
scpeters commented 4 months ago

this looks like #2646 to me

scpeters commented 4 months ago

do you mind if we consolidate this discussion with that issue?