Hi,
I just compiled micmac from github 8c04a7158ed90e8459ceff2bcc37a204a35e2d89 on my debian 11.3 server. I used cmake -DWITH_CPP11=1 ../ and the compilation ran without any errors or warning. PATH of the binaries is in my PATH
My problem is that mm3d with any command only output this error message
mm3d CheckDependencies
EXPR=[^(.*)bin/([0-9]|[a-z]|[A-Z]|_)+$]
To Match=[/home/bonaime/micmac/build/src/CBinaires/mm3d]
------------------------------------------------------------
| Sorry, the following FATAL ERROR happened
|
| No Match in expr
|
------------------------------------------------------------
-------------------------------------------------------------
| (Elise's) LOCATION :
|
| Error was detected
| at line : 363
| of file : /home/bonaime/micmac/src/util/string_dyn.cpp
-------------------------------------------------------------
Bye (press enter)
Hi, I just compiled micmac from github 8c04a7158ed90e8459ceff2bcc37a204a35e2d89 on my debian 11.3 server. I used
cmake -DWITH_CPP11=1 ../
and the compilation ran without any errors or warning. PATH of the binaries is in my PATHMy problem is that mm3d with any command only output this error message
Any idea ?