diff --git a/docs/index.md b/docs/index.md index a092cb94eb..97fe8a4d7e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi ## Troubleshooting -#### Have problems when using `Linux`? +#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...) -Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. +Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. #### Issue with store_dart_post_cobject? diff --git a/frb_codegen/README.md b/frb_codegen/README.md index a092cb94eb..97fe8a4d7e 100644 --- a/frb_codegen/README.md +++ b/frb_codegen/README.md @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi ## Troubleshooting -#### Have problems when using `Linux`? +#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...) -Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. +Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. #### Issue with store_dart_post_cobject? diff --git a/frb_dart/README.md b/frb_dart/README.md index a092cb94eb..97fe8a4d7e 100644 --- a/frb_dart/README.md +++ b/frb_dart/README.md @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi ## Troubleshooting -#### Have problems when using `Linux`? +#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...) -Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. +Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. #### Issue with store_dart_post_cobject? diff --git a/frb_rust/README.md b/frb_rust/README.md index a092cb94eb..97fe8a4d7e 100644 --- a/frb_rust/README.md +++ b/frb_rust/README.md @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi ## Troubleshooting -#### Have problems when using `Linux`? +#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...) -Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. +Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details. #### Issue with store_dart_post_cobject?