2018-09-01から1ヶ月間の記事一覧
Organizations ≒ タグ HasComponent ≒ フォルダー 参考 https://opcfoundation.org/forum/opc-ua-standard/difference-between-referencetype-organizes-and-hascomponent/
エラーメッセージ autoheader: error: AC_CONFIG_HEADERS not found in configure.ac 訳 autoheader: エラー: configure.ac に AC_CONFIG_HEADERS がありません 環境 autoheader (GNU Autoconf) 2.69 原因 "AM_CONFIG_HEADER" が使われていた。 対処 "AC_CON…
エラーメッセージ configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. 原因と対処 typo してた。 誤:AC_INIT_AUTOMAKE 正:AM_INIT_AUTOMAKE 修正後は、aclocal コマンドからやり直す。 $ aclocal $ automake -a -c
「そんなものはない」 ので次のコマンドで代用している。 $ grep ^\w\+: Makefile