Andre
Andre
There's no `csv95md.lib`. But there's `csv951md.lib`, which is located in `C:\chez\boot\ta6nt\`
Sorry for the late very reply. As I usual, pulled the latest code git, and applied the changes mentioned in #146. Now I'm facing different error messages: > assemble.c:1180:3: error:...
> Do you want to try the steps from this Dockerfile I made? https://github.com/justdan96/7zip_static/blob/main/Dockerfile#L13 I followed your steps On MacOS, seems like there's no built-in `strupr()`, so I took this...
> I've added most of the fixes from the open pull requests plus a few extra ones to fix building on Linux. Maybe that also helps you to build on...
> sed -i -e 's/-ansi/-Wno-error=implicit-function-declaration/' UASM-2.55/ClangOSX64.mak I just tried this using UASM 2.55 (not modified at all), and uasm built succesfully. Interestingly, it doesn't work with the very latest version...
Just experienced this: I need to build a project which requires [x86_64-elf-gcc](https://formulae.brew.sh/formula/x86_64-elf-gcc), so I installed it. Then build another project which required i386-elf-gcc... somehow it conflicted with x86_64-elf gcc so...
@hamza94max I'm also facing this issue. **build.gradle (project)** ``` buildscript { repositories { jcenter() google() mavenCentral() maven { url "https://jitpack.io" } } dependencies { classpath 'com.android.tools.build:gradle:8.0.2' classpath 'com.google.gms:google-services:4.3.10' // NOTE:...
> Same here, jitpack repository added but same error. EDIT: I have updated all gradle and modules version and now it works. Could you elaborate your steps? Perhaps I'm missing...
Yep same problem on MacOS Monterey.
Perhaps this is specific macOS' OpenSSL issue ``` import httpclient, net #var client = newHttpClient() var client = newHttpClient(sslContext = newContext(protTLSv1)) # error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure #echo client.getContent("http://rosettacode.org/wiki/Rosetta_Code") #...