Closed anoriega211 closed 5 years ago
Hi Andreas Can you try to remove the hash from prepare.sh, i.e. build with the newest IOR as there have been some changes in configure.
Best Julian
Andres notifications@github.com schrieb am Mi., 27. Nov. 2019, 00:46:
Hi,
During the IOR build I hit the following issue:
<...snip...> checking for linux/lustre/lustre_user.h... no checking lustre/lustre_user.h usability... no checking lustre/lustre_user.h presence... no checking for lustre/lustre_user.h... no ./configure: line 6906: syntax error near unexpected token newline' ./configure: line 6906: yes:no:'
Looking in configure at line 6906 it looks like a case statement with a bad syntax:
6904 # So? What about this header? 6905 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6906 yes:no: 6907 fi 6908
Is there anything I can do to get around this?
Thank you!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/VI4IO/io-500-dev/issues/59?email_source=notifications&email_token=ABGW5SX7FN3V6HQBJVTAU43QVW7O7A5CNFSM4JR7XMGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4IU7PA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGW5SQNNDQSYNA7OZ4AX2TQVW7O7ANCNFSM4JR7XMGA .
Hi Julian,
Commenting out the hash did the trick! Prepare.sh ran to completion this time. Thank you for the help.
Thanks, Andres
Hi,
During the IOR build I hit the following issue:
<...snip...> checking for linux/lustre/lustre_user.h... no checking lustre/lustre_user.h usability... no checking lustre/lustre_user.h presence... no checking for lustre/lustre_user.h... no ./configure: line 6906: syntax error near unexpected token
newline' ./configure: line 6906:
yes:no:'Looking in configure at line 6906 it looks like a case statement with a bad syntax:
6904 # So? What about this header? 6905 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6906 yes:no: 6907 fi 6908
Is there anything I can do to get around this?
Thank you!