Lethja

Results 26 comments of Lethja

> Checking this with clang-cl + ASAN on Windows Can Watt-32 be built on Linux for Linux? If so I'd be more than happy to run this and other test...

> **for Linux** does not make sense currently since Watt-32 would need some special feature (`SOCK_PACKET`?) to read/write raw eth-packets. If I'm not mistaken doesn't the Windows version of Watt-32...

Note: `configur.sh` does not currently build `dj_err.exe` nor does it use the existing binary to generate `build/djgpp/syserr.c` or `inc/sys/djgpp.err` so #114 (5debd9c81a1cb56e082d2ffa66279f2d3ccfae72) was used to generate these files. No significant...

Looks like the pragma warning comes from that very code trying to cover up another warning https://github.com/gvanem/Watt-32/blob/748284844c0b3c24f30839be9072a7730f590c62/src/pctcp.c#L2206-L2230 Not exactly sure what `tcp_opt_md5_sign()` is writing into the `opt` pointer but it...

> So does it mean djgpp 2.03 doesn't have a prototype for it? (long time since I've had that installed). The compiler claims to have `__builtin_snprintf()` and using it will...

I'm not sure whats trying to be achieved with these two variables. `sock` is declared but doesn't seem to ever be assigned https://github.com/gvanem/Watt-32/blob/dca78e7800c0d523c5b67a2a66afdd1556179632/src/pcdns.c#L495-L498 https://github.com/gvanem/Watt-32/blob/dca78e7800c0d523c5b67a2a66afdd1556179632/src/pcdns.c#L573-L580

> I fixed this by using `patchelf --clear-execstack libamdhip64.so` (and on libhiprtc.so too), after that it loaded and worked. hth. This worked great. For anyone else running into this issue...

I've compiled my own ([and other peoples](https://github.com/gvanem/Watt-32/issues/4#issuecomment-1868528915)) programs as 16-bit large model DOS applications that include wattcp with Open Watcom 1.9 then run them on machines without a FPU before....

> No idea if they work I'll get around to testing it if @tpimh dosen't beat me to it.

~~Did someone test before me? d2363d5d13ac714db54071ee0261407c6bfb02f4 seems to suggest so~~ Looks like there's no Watcom makefile for suck or rdebug currently. I'll have to look into making one. In the...