You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
I am trying to update my biobambam installation to the latest version and need to update my libmaus. When trying to install from source following a strategy I used to do, I am getting the following error:
libmaus/StaticInitialization.cpp:29: error: ‘PosixSpinLock’ in namespace ‘libmaus::parallel’ does not name a type
make[2]: *** [libmaus/libmaus_la-StaticInitialization.lo] Error 1
make[2]: Leaving directory `/clusterapp/clusterhome/fcchan/libmaus-0.0.127-release-20140602112423/src'
I ran the following commands for trying to build libmaus (0.0.127-release-20140602112423):
Hi,
I am trying to update my biobambam installation to the latest version and need to update my libmaus. When trying to install from source following a strategy I used to do, I am getting the following error:
libmaus/StaticInitialization.cpp:29: error: ‘PosixSpinLock’ in namespace ‘libmaus::parallel’ does not name a type
make[2]: *** [libmaus/libmaus_la-StaticInitialization.lo] Error 1
make[2]: Leaving directory `/clusterapp/clusterhome/fcchan/libmaus-0.0.127-release-20140602112423/src'
I ran the following commands for trying to build libmaus (0.0.127-release-20140602112423):
autoreconf -i -f
CPPFLAGS=-I$/home/${USER}/usr/local/include LDFLAGS=-L/home/${USER}/usr/local/lib ./configure --prefix=/home/${USER}/usr/local --with-io_lib=/home/${USER}/usr/local --with-snappy=/home/${USER}/usr/local --disable-shared-libmaus -disable-asm --disable-ssse3 --disable-sse4
make
I am using Centos 5.5 and have no control over this as I am working on a shared server.
Any help would be much appreciated. Thanks: