Eric Fossum

Results 7 comments of Eric Fossum

Seems that compiling in 64-bit doesn't help. The below commands produce the same result. ``` rm -r ./* cmake .. -DBUILD_PYTHON_BINDINGS=ON -DPYTHON_EXECUTABLE='C:\Program Files\Python39\python.exe' cmake --build . ```

Seems using https://nmap.org/npcap/dist/npcap-sdk-1.07.zip allows me to build properly.

@Baszti should we be using that? Or just move to Npcap? Using my link above allowed me to build, but I don't seem to have a .pyd file, so I...

I guess I wasn't so lucky. I switched to the winpcap version, but still no pyd. Can you tell me what command you use to build the makefiles? I'll post...

Same error 5.15 kernel ``` make -C /lib/modules/5.15.116-1-pve/build M=/root/MxGPU-Virtualization/drv modules make[1]: Entering directory '/usr/src/linux-headers-5.15.116-1-pve' CC [M] /root/MxGPU-Virtualization/drv/gim_drv.o In file included from /root/MxGPU-Virtualization/drv/gim_adapter.h:34, from /root/MxGPU-Virtualization/drv/gim_drv.c:28: /root/MxGPU-Virtualization/drv/gim_pci_config.h:28:10: fatal error: linux/pci-aspm.h: No such...

Would pyproject.toml work? I think that's the new way of doing packages.