cacao-org / cacao

Compute And Control for Adaptive Optics
GNU General Public License v3.0
24 stars 9 forks source link

Compillation issues on AOloopControl_perfTest #1

Closed a-sevin closed 6 years ago

a-sevin commented 6 years ago

Hi, I have a problem during the compillation of cacao/src/AOloopControl_perfTest gcc: error: .libs/AOloopControl_perfTest_DM.o: No such file or directory gcc: error: .libs/AOloopControl_perfTest_status.o: No such file or directory

Same issue on thavis, I will search the bug this mornig. Cheers,

Arnaud

oguyon commented 6 years ago

is the issue on dev or master branch ? I will try to reproduce it

a-sevin commented 6 years ago

Master, sorry, I was very busy and I can't investigate it. I'm back on it

oguyon commented 6 years ago

please check dev first - master is lagging behind. I may have fixed it in dev

a-sevin commented 6 years ago

My procedure:

git clone -b dev --recursive https://github.com/cacao-org/cacao cacao
cd cacao
autoreconf -vif
./configure CFLAGS='-Ofast -march=native' --enable-cuda --enable-magma
make

same error

gcc: error: .libs/AOloopControl_perfTest_DM.o: No such file or directory
gcc: error: .libs/AOloopControl_perfTest_status.o: No such file or directory

EDIT: same error with "./configure"

oguyon commented 6 years ago

OK - I will look into it in ~14hr when my meeting ends

a-sevin commented 6 years ago

Solved when you update submodules to follow their dev branch:

git submodule foreach git checkout dev

Modifications push in c78f94635cbda823be0c880877000d501b281212

oguyon commented 6 years ago

thks - will merge dev to master in all submodules to fix issue

oguyon commented 6 years ago

master has been synced to dev added travis badges (dev and master build status) to README.md