Oliver Schmitz
Oliver Schmitz
> make problem. please update compiled file on the release version tried updating, but no avail :-(
Issue is open for 1 year, anybody success compiling masscan with msys2 on windows?
Hi, seems to be incomplete toolchain, try https://www.msys2.org/ and follow their steps. In addition install `git` and `gcc `as well: `pacman -S --needed base-devel mingw-w64-x86_64-toolchain git gcc` good luck
same problem within freeBsd ;(
Since this issue is still open I'll post .reg file for other to fix file association: ``` [HKEY_CLASSES_ROOT\.jar] @="jarfile" [HKEY_CLASSES_ROOT\jarfile] @="Executable Jar File" ; Modify the path to javaw.exe below...
Can confirm, something is wrong... ### Config ```yaml pagination: enabled: true debug: true per_page: 3 permalink: '/page/:num/' sort_field: 'date' sort_reverse: true trail: before: 2 after: 2 ``` ### Debug ```bash...
> bruh, im fix problem by just open project in VS and rebuild it and then compile it. dont need to rewrite anything Thanks for your contribution, but it looks...