-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Sucessfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc), request to contribute #19
Comments
pdckxd
changed the title
[FR] Sucessfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc)
[FR] Sucessfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc), request to contribute
Nov 17, 2021
100% |
@pdckxd Wow, amazing! I am stuck on symbols not found issues. There's must be something wrong with my CMake scripts. Open new PR, please! Join the discord for further discussion if you want. https://discord.gg/GYwtdnAR |
Sure, I will file PR later today after work. |
pdckxd
added a commit
to pdckxd/appflowy
that referenced
this issue
Nov 17, 2021
…ows (Rust target: x86_64-pc-windows-msvc), request to contribute 1. scripts\flowy-tool\Cargo.toml - Remove shell dependency which does not support windows 2. scripts\makefile\env.toml - Enhance environment checking for building app on windows 3. scripts\flowy-tool\src\util\file.rs - Trim unnecessary prefix "\\?\" for std::fs::canonicalize(root) on windows 4. scripts\makefile\flutter.toml - add dependency for "tasks.appflowy-windows" to copy dart_ffi.dll from rust build folder to flutter build folder 5. scripts\flowy-tool\src\proto\proto_gen.rs - Remove dir by using platform independent code rather than calling *nix shell command 6. scripts\makefile\protobuf.toml - tasks.gen_dart_event: call duckscript to gen_dart_event on windows platform
hi @appflowy, can you help to review? PS: didn't get enough time to verify on MacOS. |
appflowy
added a commit
that referenced
this issue
Nov 17, 2021
#19 - [FR] Successfully to build workable version for windows (Rust t…
Thanks appflowy. Closing this issus |
appflowy
pushed a commit
that referenced
this issue
Dec 10, 2021
…arget: x86_64-pc-windows-msvc), request to contribute 1. scripts\flowy-tool\Cargo.toml - Remove shell dependency which does not support windows 2. scripts\makefile\env.toml - Enhance environment checking for building app on windows 3. scripts\flowy-tool\src\util\file.rs - Trim unnecessary prefix "\\?\" for std::fs::canonicalize(root) on windows 4. scripts\makefile\flutter.toml - add dependency for "tasks.appflowy-windows" to copy dart_ffi.dll from rust build folder to flutter build folder 5. scripts\flowy-tool\src\proto\proto_gen.rs - Remove dir by using platform independent code rather than calling *nix shell command 6. scripts\makefile\protobuf.toml - tasks.gen_dart_event: call duckscript to gen_dart_event on windows platform
appflowy
added a commit
that referenced
this issue
Dec 10, 2021
#19 - [FR] Successfully to build workable version for windows (Rust t…
zoli
referenced
this issue
in LucasXu0/AppFlowy
Aug 30, 2023
* feat: shrinkWrap option for AppFlowyEditor Relates: #19 * test: add autoFocus tests for editor service * chore: Update lib/src/core/transform/operation.dart Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
839900146
pushed a commit
to 839900146/AppFlowy
that referenced
this issue
Jun 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1~3 main use cases of the proposed feature
Can I issue pull request to support x86_64-pc-windows-msvc target for rust-lib?
what types of users can benefit from using your proposed feature
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: