Rich Mattes
Rich Mattes
Remove manually set permissions when installing targets and files. Addresses #658. Signed-off-by: Rich Mattes --- This change is [](https://reviewable.io/reviews/simbody/simbody/660)
It looks like #26 updated the code to install the cmake module configs to arch dependent paths based on checks that the cmake package version script is making. The problem...
# Description The UNIT_Dem_TEST fails for me with a segfault, with the following output: ``` Start 19: UNIT_Dem_TEST 19/424 Test #19: UNIT_Dem_TEST .........................................***Exception: SegFault 0.46 sec [==========] Running 10 tests...
This bug came out of a thread on the player-users mailing list. ## Software Version Stage version: 4.3.0 Player version: 3.1.0 ## Bug Description I believe there's a race condition...
I was doing some bug triage on the playerstage sourceforge issue tracker, and noted that there are quite a few issues and patches for Stage still there. Do you intend...
(originally reported at https://sourceforge.net/p/playerstage/bugs/375/) rtv-Stage-c318423/libstage/model_camera.cc:175] -> [/home/dcb/rpmbuild/BUILD/rtv-Stage-c318423/libstage/model_camera.cc:176]: (warning) Opposite conditions in nested 'if' blocks lead to a dead code block. ``` c++ if( _frame_data == NULL ) { if( _frame_data...
The pkgconfig files currently hardcode the library directory as` ${prefix}/lib`, but the library installation directory in `config.mk` is set as `${prefix}/lib${LIB_SUFFIX}`. This causes a mismatch between the library installation directory...