From aa4297029afbd0888f813e1118f1f4c8e062c13b Mon Sep 17 00:00:00 2001 From: fzyzcjy2 Date: Wed, 24 Nov 2021 13:02:27 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'docs/index?= =?UTF-8?q?.md'=20with=20remote=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? From 0833bf3476e946a502c084d0c73974816548b531 Mon Sep 17 00:00:00 2001 From: fzyzcjy2 Date: Wed, 24 Nov 2021 13:02:27 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'frb=5Frust?= =?UTF-8?q?/README.md'=20with=20remote=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frb_rust/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? From 6edaec2af9297325af8c89f661e63fac2ef53ee8 Mon Sep 17 00:00:00 2001 From: fzyzcjy2 Date: Wed, 24 Nov 2021 13:02:27 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'frb=5Fcode?= =?UTF-8?q?gen/README.md'=20with=20remote=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frb_codegen/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? From cc197339c0445a3619e10dd1403121f3fabcb7f5 Mon Sep 17 00:00:00 2001 From: fzyzcjy2 Date: Wed, 24 Nov 2021 13:02:27 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'frb=5Fdart?= =?UTF-8?q?/README.md'=20with=20remote=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frb_dart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?