Christopher Degawa

Results 215 comments of Christopher Degawa

Same here, but also with github's app, so it's probably not limited to just safari

@lu-zero, what is the difference between `--prefix` and `--destdir`? I see these lines https://github.com/lu-zero/cargo-c/blob/e22e54a01372375ce5b578c8d442c88b5d2e4d30/src/cinstall.rs#L97-L100 and these https://github.com/lu-zero/cargo-c/blob/5806c3a740ffc46408a55ad1b60f3037bc6ac2af/src/install_paths.rs#L16-L23 , but I can't mentally map destdir to any options in autotools or...

Oh, you mean the variable, I was thinking about something like `--destdir ...` or `-DCMAKE_INSTALL_DESTDIR=...`

I see, so ```bash cargo cinstall --release --prefix "${LOCALDESTDIR:-/mingw64}" --destdir "$PWD/install-$bits" --jobs $(nproc) install ... ``` ?

@LigH-de patch to try gsudo, it will pop up a uac prompt when it runs cargo-c (at least on my machine) ```diff diff --git a/build/media-suite_compile.sh b/build/media-suite_compile.sh index c5d854c..85fbd64 100644 ---...

The same thing happens to 64-bit target as well ```rust = note: D:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: D:\media-autobuild_suite\build\rav1e-git\target\x86_64-pc-windows-gnu\release\deps\rav1e-e2d763b0698b5292.28bil6h58aw9lgwy.rcgu.o: in function `crossbeam_epoch::default::with_handle': D:/media-autobuild_suite/msys64/opt/cargo\registry\src\github.com-1ecc6299db9ec823\crossbeam-epoch-0.9.9\src/internal.rs:(.text+0x3bc): undefined reference to `__imp__ZN15crossbeam_epoch7default9COLLECTOR17ha85cf7255fe8d9bbE' D:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: D:\media-autobuild_suite\build\rav1e-git\target\x86_64-pc-windows-gnu\release\deps\rav1e-e2d763b0698b5292.28bil6h58aw9lgwy.rcgu.o: in function `once_cell::sync::OnceCell::get_or_try_init': D:/media-autobuild_suite/msys64/opt/cargo\registry\src\github.com-1ecc6299db9ec823\once_cell-1.12.0\src/lib.rs:1063: undefined reference...

Possible issues with `console` now ```rust = note: D:/mabs/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/12.1.0/../../../../i686-w64-mingw32/bin/ld.exe: D:\mabs\build\rav1e-git\target\i686-pc-windows-gnu\release\deps\rav1e-1e14ff98ab9eccdc.385ujshg43acefoq.rcgu.o: in function `ZN76_$LT$console..utils..StyledObject$LT$D$GT$$u20$as$u20$core..fmt..Display$GT$3fmt28_$u7b$$u7b$closure$u7d$$u7d$17h45a9c9ebdd004644E': D:/mabs/msys64/opt/cargo\registry\src\github.com-1285ae84e5963aae\console-0.15.1\src/utils.rs:(.text+0x2b): undefined reference to `_imp___ZN7console5utils13STDOUT_COLORS17h39f3f40ff1768141E' D:/mabs/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/12.1.0/../../../../i686-w64-mingw32/bin/ld.exe: D:\mabs\build\rav1e-git\target\i686-pc-windows-gnu\release\deps\rav1e-1e14ff98ab9eccdc.385ujshg43acefoq.rcgu.o: in function `ZN9once_cell4sync17OnceCell$LT$T$GT$15get_or_try_init17h1063d958e445f9c3E': D:/mabs/msys64/opt/cargo\registry\src\github.com-1285ae84e5963aae\once_cell-1.13.0\src/lib.rs:(.text+0x3e): undefined reference to `_imp___ZN7console5utils13STDOUT_COLORS17h39f3f40ff1768141E' D:/mabs/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/12.1.0/../../../../i686-w64-mingw32/bin/ld.exe: D:/mabs/msys64/opt/cargo\registry\src\github.com-1285ae84e5963aae\once_cell-1.13.0\src/lib.rs:(.text+0x45):...

![img](https://avatars0.githubusercontent.com/u/64628412?s=400&u=b1bf45edb76d4c963d7852ad5624f95956216eaa&v=4) Until https://github.com/xiph/rav1e/issues/151 is solved? /s

Any updates on this?