ds2k5
ds2k5
Hello @MoAlyousef Thank you but....had no success **$ export MACOSX_DEPLOYMENT_TARGET=10.15 $ cargo build --target x86_64-apple-darwin --release** ``` Compiling fltkmenu v0.1.0 (/home/developer/rust/fltkmenu) error: linking with `/home/developer/osxcross/target/bin/o64-gcc` failed: exit status: 1 |...
>What version of fltk-rs? 1.5.9 Cargo.toml ``` [package] name = "fltkmenu" version = "0.1.0" edition = "2024" [dependencies] compile-time = "0.2.0" current_platform = "0.2.0" fltk = { version = "^1.5.9",...
thanks if I do this then: Cargo.toml ``` [package] name = "fltkmenu" version = "0.1.0" edition = "2024" [dependencies] compile-time = "0.2.0" current_platform = "0.2.0" fltk = "1.5.9" gettext-ng =...
o64-clang insted of o64-gcc hope did understand right and setup the ~/.cargo/config.toml right target.x86_64-apple-darwin] linker = "/home/developer/osxcross/target/bin/o64-clang" ar = "/home/developer/osxcross/target/bin/x86_64-apple-darwin19-clang" ``` CMAKE_TOOLCHAIN_FILE_x86_64-apple-darwin = None CMAKE_TOOLCHAIN_FILE_x86_64_apple_darwin = None TARGET_CMAKE_TOOLCHAIN_FILE = None...
>CC=/home/developer/osxcross/target/bin/x86_64-apple-darwin19-clang CXX=/home/developer/osxcross/target/bin/x86_64-apple-darwin19-clang MACOSX_DEPLOYMENT_TARGET=10.15 cargo build —target=x86_64-apple-darwin ``` Compiling encoding_index_tests v0.1.4 Compiling shlex v1.3.0 Compiling crossbeam-utils v0.8.21 Compiling proc-macro2 v1.0.95 Compiling semver v1.0.26 Compiling unicode-ident v1.0.18 Compiling powerfmt v0.2.0 Compiling paste...
@MoAlyousef Ok thanks .... did not know how to fix
I had a tryed with tokio and had a build issue and there got the hint may mio is the issue will try soon.... and report ``` [dependencies] chrono =...
Had the simluar issue then I found this https://github.com/ubuntu-touch-surya/ubuntu-touch-surya/blob/master/FIRMWARE.md But the Link is dead. But you can search Poco X3 fastboot rom .tgz Select a Version 12.0.x Flash it to...
@mincaeuro did you ask @ds2k5 or @ahalyachinnasamy1967 ?
@nikias Thanks... have build.... but got this error when run: /usr/local/bin/idevicerestore -e -R -l -y ProductionMode: true Starting Reverse Proxy /usr/local/bin/idevicerestore: symbol lookup error: /usr/local/bin/idevicerestore: undefined symbol: reverse_proxy_client_create_with_port $ /usr/local/bin/idevicerestore...