Roger Pack
Roger Pack
cycling through history when you similarly start "offset" gets a little bit funky, too (just thought I'd mention it...)
unfortunately, I'm not sure how to download a rubyinstaller distro with "normal readline' so I don't know how to confirm it on windows, but when I try it in linux...
it does seem to work fine in linux. In windows I get this: C:\dev\downloads\rb-readline>cat test.rb $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/lib/" require 'readline' print "some starting text"; print Readline.readline('> ', true) C:\dev\downloads\rb-readline>ruby -v test.rb...
that's weird /meson-cross.mingw.txt should exist, is it not there?
Is there a way to get more in depth logs somehow? On Mon, Oct 24, 2022 at 4:04 AM supermoonie ***@***.***> wrote: > mcOS Monterey > > checking for a...
what OS? On Mon, Oct 24, 2022 at 9:00 PM supermoonie ***@***.***> wrote: > ./cross_compile_ffmpeg.sh : > > warning: you may need to install zlib development headers first if you...
nettle should have a config.log file or something similar, maybe?
That's odd, as far as I'm aware the 64 bit gcc can't "use" 32 bit libraries...the noasm is also a bit disconcerting...are you sure you're copying it from the right...
I see this wine ./sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32/bin/x265.exe -h | head x265 [info]: build info [Windows][GCC 10.2.0][64 bit] 8bit+10bit+12bit That's not on WSL though, do you see that? Thanks! On Fri, Feb 11,...
Yeah that's really weird. Mine says x265.exe [info]: build info [Windows][GCC 10.2.0][32 bit][noasm] 8bit+10bit+12bit Seems it's still a 64 bit executable: $ file x265.exe: PE32+ executable (console) x86-64, for MS...