Gisle Vanem

Results 232 comments of Gisle Vanem

``` c:\> sw --self-upgrade --trace ---------------------------------------- Starting sw... version: sw.client.sw version 1.0.0 git revision 0807fe6f4a866678fa022a53ffd26532e49da15f assembled on 23.11.2022 18:53:31 UTC 23.11.2022 19:53:31 Vest-Europa (normaltid) command line: sw --self-upgrade --trace Downloading...

I have a `clang-cl.bat` ahead of `clang-cl.exe` in my `PATH`: ``` @echo if %CLANG_32%. == . set CLANG_32=f:\ProgramFiler\LLVM-13-32bit if %CLANG_64%. == . set CLANG_64=f:\ProgramFiler\LLVM-13-64bit if %1. == -m32. ( shift...

**1**. `clang-cl.exe /showIncludes /c main.c /Fomain.obj`: ``` Note: including file: f:\gv\WinKit\Include\10.0.22621.0\ucrt\stdio.h Note: including file: f:\gv\WinKit\Include\10.0.22621.0\ucrt\corecrt.h Note: including file: f:\gv\VC_2022\VC\Tools\MSVC\14.35.32019\include\vcruntime.h Note: including file: f:\gv\VC_2022\VC\Tools\MSVC\14.35.32019\include\sal.h Note: including file: f:\gv\VC_2022\VC\Tools\MSVC\14.35.32019\include\concurrencysal.h Note: including file:...

> Could you write set or export command in your shell and post output without any sensitive info? Attached: [my-env.txt](https://github.com/SoftwareNetwork/sw/files/10096323/my-env.txt)

> Also try this binary. I've made a possible fix. Still the same: ``` stderr: 4NT: Unknown command "F:" ```

I have no problem with vcpkg and buldind stuff. But here you go. From trying another package (`org.sw.demo.Esri.lerc`, whatever that is): ``` ---------------------------------------- Starting sw... version: sw.client.sw version 1.0.0 git...

Now after D/L the above `sw.zip` again, Windows Defender found a *Wacatac.B!ml* virus in it! ![sw-virus](https://user-images.githubusercontent.com/945271/204091979-a09cc22f-08a0-4119-99b3-413b43f4b459.png) WTF?

A `sw build --trace org.sw.demo.Esri.lerc` succeeded now!

This became a problem after [Python 3.8](https://docs.python.org/3/library/os.html#os.add_dll_directory). But simply edit your `/lib/site.py` with things like `os.add_dll_directory ("whatever-directory-is-missing)` The directory of `miniupnp.dll` perhaps?

@varnav Based on your script, I've added this functionality (download + creating a SQlite-database) into my own [dump1090](https://github.com/gvanem/Dump1090.git) program. Done by the `aircraft_CSV_update()` function. But for Windows only since it...